/* first section */
picture.attachment-large.size-large.wp-post-image img {
    width: 100%;
  }
  .news-grid picture img {
    object-fit: cover;
    height: 200px;
    max-width: 100%;
  }
  /* MAGAZINE/NEWSLETTER/AUTOTESTS POLISH */
.magazine-section,
.newsletter-section,
.brands-section {
  margin-top: 47px;
  border-radius: 10px;
}
/* HERO/FEATURE & NEWS GRID POLISH */
.hero-featured {
    margin-top: 17px;
  }
  .hero-featured h2 {
    font-size: 2.18em;
    line-height: 1.07;
    font-weight: 700;
  }
  .hero-featured .excerpt {
    margin-top: 2px;
  }
  .news-grid-section {
    padding-top: 12px;
  }
  .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
  }
  .news-card {
    transition: box-shadow 0.14s;
    box-shadow: 0 5px 22px #0012;
    border-radius: 9px;
    background: transparent;
  }
  .news-card:hover {
    box-shadow: 0 12px 32px #0017;
    background: #254273;
  }
  
.magazine-section {
  box-shadow: 0 3px 18px #0002;
}
.brands-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}
.brands-list a {
  color: var(--tg-main-accent);
  background: #162736;
  border-radius: 6px;
  padding: 9px 0;
  font-weight: 600;
  text-align: center;
  transition: color 0.13s, background 0.16s;
}
.brands-list a:hover {
  color: #11202b;
  background: var(--tg-main-accent);
}
.newsletter-section input[type="email"] {
  background: #1d3046 !important;
  color: #e9f7ff !important;
  border: 1px solid #223a55 !important;
}
section.magazine-section img {
  max-width: 50%!important;
}
.brands-list {
  max-width: 1200px!important;
  padding-bottom: 50px!important;
}
.section-header {
  margin: 60px 0 30px;
}

.section-header-topbar {
  height: 6px;
  width: 120px;
  background-color: #7cd0fc; /* Matches the blue from the image */
  margin-bottom: 12px;
}

.section-header-title {
  font-size: 2em;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid #3a4c5a; /* thin border */
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  display: inline-block;
}
.section-header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* brand or category section */
/* Default (inline style): 5 columns */

/* 🖥 Laptop (1200px and below) — 4 columns */
@media (max-width: 1200px) {
  .brands-list {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* 💻 Tablet (992px and below) — 3 columns */
@media (max-width: 992px) {
  .brands-list {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* 📱 Mobile (576px and below) — 2 columns */
@media (max-width: 768px) {
  .brands-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
/* hero sectioni */
/* Default layout: 60% image, 40% content (inline style) */

/* 💻 Tablet (≤992px) — stack vertically */
@media (max-width: 992px) {
  .hero-featured-row {
    flex-direction: column !important;
    max-height: none !important;
  }

  .hero-featured-row > a {
    flex-direction: column !important;
  }

  .hero-featured-row > a > div:first-child {
    width: 100% !important;
    max-height: 280px !important;
    min-height: auto !important;
  }

  .hero-featured-row > a > div:last-child {
    width: 100% !important;
    padding: 24px 20px !important;
  }

  .hero-featured-row h2 {
    font-size: 1.6em !important;
    line-height: 1.2 !important;
  }

  .hero-featured-row .meta {
    font-size: 0.92em !important;
  }
}

/* 📱 Mobile (≤576px) — tighter spacing */
@media (max-width: 768px) {
  .hero-featured-row > a > div:last-child {
    padding: 18px 16px !important;
  }

  .hero-featured-row h2 {
    font-size: 1.4em !important;
  }

  .hero-featured-row .meta {
    font-size: 0.85em !important;
  }
}
/* Default: inline style (3 columns) */

/* 💻 Tablet (≤992px) — 2 columns */
@media (max-width: 992px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* 📱 Mobile (≤576px) — 1 column */
@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .hero-section {
    background: #000000c7;
  }
}
.here-section
Specificity: (0,1,0)
 {
    background: #000000bf;   
}