/* WJAZ V64 — pale copper for the most-requested group; remaining V63 refinements retained. */
.service-category-popular {
  --category: #b86f3a !important;
  --soft: #faeee4 !important;
  padding: 30px;
  border: 1px solid rgba(184, 111, 58, .18);
  border-radius: 28px;
  background: linear-gradient(145deg, #fffdf9 0%, #fbf1e8 100%);
}

.service-category-popular .service-category-head {
  border-bottom-color: rgba(184, 111, 58, .20);
}

.service-category-additional {
  --category: #526b91 !important;
  --soft: #edf1f7 !important;
}

.service-category-integrated .service-offer-badge {
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (min-width: 1181px) {
  .service-category-popular .service-offer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 651px) and (max-width: 1180px) {
  .service-category-popular .service-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 651px) and (max-width: 1050px) {
  .service-category-integrated .service-offer-badge {
    width: 94px !important;
    min-height: 58px;
    padding: 8px 10px !important;
    line-height: 1.55 !important;
    white-space: normal;
  }
}

@media (max-width: 650px) {
  .service-category-popular {
    padding: 20px;
    border-radius: 22px;
  }
}
