.elementor-307 .elementor-element.elementor-element-51fe093{--display:flex;}.elementor-307 .elementor-element.elementor-element-51fe093:not(.elementor-motion-effects-element-type-background), .elementor-307 .elementor-element.elementor-element-51fe093 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-307 .elementor-element.elementor-element-15bffeb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-307 .elementor-element.elementor-element-15bffeb:not(.elementor-motion-effects-element-type-background), .elementor-307 .elementor-element.elementor-element-15bffeb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-f24ae48 */.news-section {
  background-color: #000000;
  padding: 80px 20px;
  text-align: center;
  color: #C0C0C0;
}

.news-heading {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 60px;
  text-transform: uppercase;
  border-bottom: 2px solid #555;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1140px;
  margin: 0 auto;
  text-align: left;
}

.news-item {
  background: #1a1a1a;
  border: 1px solid #555555;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease;
}

.news-item:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.7);
  border-color: #C0C0C0;
}

.news-title {
  font-size: 20px;
  font-weight: 700;
  color: #C0C0C0;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.news-date {
  font-size: 13px;
  color: #888888;
  margin-bottom: 20px;
  font-style: italic;
}

.news-excerpt {
  font-size: 15px;
  color: #C0C0C0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .news-section {
    padding: 60px 15px;
  }

  .news-heading {
    font-size: 24px;
  }

  .news-title {
    font-size: 18px;
  }
}/* End custom CSS */