.wwk-awards-shell .wwk-inner-top-shell {
  min-height: 480px;
  background-color: #265CA9;
  background-image:
    var(--wwk-hero-airlight-desktop),
    url("/themes/shop/mobitreks-tech/assets/pages/awards/wwk-awards-hero.webp?v=20260721081822");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wwk-awards-shell .wwk-awards-inner-hero .wwk-inner-shell-wrap {
  display: flex;
  width: min(1290px, calc(100% - 48px));
  min-height: 356px;
  padding: 52px 0 64px;
  align-items: center;
}

.wwk-awards-page {
  color: #173455;
  background-color: #ffffff;
  font-family: Poppins, Arial, sans-serif;
}

.wwk-awards-page h2,
.wwk-awards-page h3,
.wwk-awards-page p,
.wwk-awards-page figure {
  margin-top: 0;
}

.wwk-awards-intro {
  padding: 58px 24px 34px;
  background-color: #ffffff;
}

.wwk-awards-intro__copy {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.wwk-awards-intro h2 {
  margin-bottom: 16px;
  color: #174C91;
  font-size: clamp(28px, 2.35vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.wwk-awards-intro p {
  margin-bottom: 0;
  color: #526B88;
  font-size: 16px;
  line-height: 1.72;
}

.wwk-awards-gallery {
  padding: 8px 0 76px;
  background-color: #ffffff;
}

.wwk-awards-gallery__grid {
  display: grid;
  width: min(1232px, calc(100% - 48px));
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wwk-award-entry {
  min-width: 0;
  min-height: 520px;
  padding: 34px 44px 48px;
  border-right: 1px solid #D7E2ED;
  border-bottom: 1px solid #D7E2ED;
  text-align: center;
}

.wwk-award-entry:nth-child(3n) {
  border-right: 0;
}

.wwk-award-entry:nth-child(4),
.wwk-award-entry:nth-child(5),
.wwk-award-entry:nth-child(6) {
  border-bottom: 0;
}

.wwk-award-entry--final {
  border-top: 1px solid #D7E2ED;
  border-right: 0;
  border-bottom: 0;
  grid-column: 2;
}

.wwk-award-entry__visual {
  display: flex;
  width: 100%;
  height: 252px;
  margin-right: 0;
  margin-bottom: 27px;
  margin-left: 0;
  align-items: center;
  justify-content: center;
}

.wwk-award-entry__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wwk-award-entry__copy {
  width: min(100%, 306px);
  margin: 0 auto;
}

.wwk-award-entry h3 {
  margin-bottom: 10px;
  color: #173E72;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.wwk-award-entry__qualifier {
  margin-bottom: 13px;
  color: #265CA9;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.wwk-award-entry__copy > p:last-child {
  margin-bottom: 0;
  color: #526B88;
  font-size: 15px;
  line-height: 1.68;
}

@media (max-width: 767px) {
  .wwk-awards-shell .wwk-inner-top-shell {
    min-height: 576px;
    background-color: #1F56A5;
    background-image:
      var(--wwk-hero-airlight-mobile),
      url("/themes/shop/mobitreks-tech/assets/pages/awards/wwk-awards-hero-mobile.webp?v=20260721081822");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .wwk-awards-shell .wwk-awards-inner-hero .wwk-inner-shell-wrap {
    width: min(100% - 48px, 1290px);
    min-height: 500px;
    padding: 38px 0 220px;
    align-items: flex-start;
  }

  .wwk-awards-intro {
    padding: 52px 24px 30px;
  }

  .wwk-awards-intro h2 {
    font-size: clamp(25px, 7.2vw, 31px);
  }

  .wwk-awards-intro p {
    font-size: 15px;
    line-height: 1.7;
  }

  .wwk-awards-gallery {
    padding: 0 24px 58px;
  }

  .wwk-awards-gallery__grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .wwk-award-entry,
  .wwk-award-entry:nth-child(3n),
  .wwk-award-entry:nth-child(4),
  .wwk-award-entry:nth-child(5),
  .wwk-award-entry:nth-child(6),
  .wwk-award-entry--final {
    min-height: 0;
    padding: 46px 0 48px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #D7E2ED;
    grid-column: 1;
  }

  .wwk-award-entry--final {
    border-bottom: 0;
  }

  .wwk-award-entry__visual {
    width: min(100%, 342px);
    height: auto;
    aspect-ratio: 720 / 520;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }

  .wwk-award-entry__copy {
    width: min(100%, 342px);
  }

  .wwk-award-entry h3 {
    font-size: 19px;
  }
}

@media (max-width: 430px) {
  .wwk-awards-shell .wwk-awards-inner-hero .wwk-inner-shell-wrap {
    width: calc(100% - 28px);
    min-height: 480px;
    padding: 32px 0 210px;
  }

  .wwk-awards-gallery {
    padding-right: 18px;
    padding-left: 18px;
  }
}
