.ste-bestprice-grid {
  --bpg-navy: #163a5f;
  --bpg-blue: #4a90c2;
  --bpg-blue-light: #cfe1ee;
  --bpg-border: #b8d6e8;
  --bpg-bg: #fff;
  --bpg-muted: #7c93a6;
  --bpg-text: #163a5f;
  font-family: inherit;
  color: var(--bpg-text);
  margin: 1.5em 0;
}

.ste-bpg__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 900px) {
  .ste-bpg__cards { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}

@media (max-width: 560px) {
  .ste-bpg__cards { grid-template-columns: 1fr; }
}

.ste-bpg__card {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  background: var(--bpg-bg);
  border: 1.5px solid var(--bpg-border);
  border-radius: 18px;
  padding: 1.1rem 1.4rem 1.2rem;
  box-shadow: 0 1px 2px rgba(22, 58, 95, 0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.ste-bpg__card:hover {
  border-color: var(--bpg-blue);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(22, 58, 95, 0.08);
}

.ste-bpg__card--empty {
  opacity: 0.55;
}

.ste-bpg__card--empty:hover {
  transform: none;
  border-color: var(--bpg-border);
  box-shadow: 0 1px 2px rgba(22, 58, 95, 0.04);
}

.ste-bpg__card-title {
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #2f637d;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.ste-bpg__card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: var(--bpg-muted);
}

.ste-bpg__arrangement-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
  vertical-align: middle;
}

.ste-bpg__arrangement-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
  max-width: 17px;
  max-height: 17px;
  flex: 0 0 17px;
  line-height: 1;
  overflow: hidden;
  vertical-align: middle;
}

.ste-bpg__arrangement-label > i,
.ste-bpg__arrangement-label > img,
.ste-bpg__arrangement-label > svg {
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
  max-width: 17px;
  max-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 17px;
  line-height: 1;
  color: inherit;
  vertical-align: middle;
  object-fit: contain;
}

.ste-bpg__arrangement-icon-svg {
  width: 17px;
  height: 17px;
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
}

.ste-bpg__arrangement-label > i.fa {
  font-size: 16px;
}

.ste-bpg__arrangement-label--walk > i,
.ste-bpg__arrangement-label--walk > img,
.ste-bpg__arrangement-label--walk > svg {
  width: 19px;
  height: 19px;
  min-width: 19px;
  min-height: 19px;
  max-width: 19px;
  max-height: 19px;
  flex: 0 0 19px;
}

.ste-bpg__arrangement-label--walk > i.fa {
  font-size: 18px;
}

.ste-bpg__arrangement-label--moto > i,
.ste-bpg__arrangement-label--moto > img,
.ste-bpg__arrangement-label--moto > svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  flex: 0 0 18px;
}

.ste-bpg__arrangement-label--moto > i.fa {
  font-size: 17px;
}

.ste-bpg__arrangement-label--moto .ste-bpg__arrangement-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  flex: 0 0 18px;
}

.ste-bpg__arrangement-label--moto .ste-bpg__arrangement-icon-svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
}

.ste-bpg__card-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.ste-bpg__card-meta-item i {
  font-size: 0.95rem;
  color: var(--bpg-muted);
}

.ste-bpg__card-bottom {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.4rem;
}

.ste-bpg__card-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  color: #2f637d;
  line-height: 1;
  white-space: nowrap;
}

.ste-bpg__card-price-from {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2f637d;
  text-transform: none;
}

.ste-bpg__card-price-amount {
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #2f637d;
  letter-spacing: -0.02em;
}

.ste-bpg__card-price-cur {
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #2f637d;
}

.ste-bpg__card-price--unavailable {
  font-size: 0.85rem;
  color: var(--bpg-muted);
  font-style: italic;
}

.ste-bpg__scopri {
  background: none;
  border: none;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #61aed9;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  transition: color 0.15s ease, transform 0.15s ease;
}

.ste-bpg__scopri:hover:not(:disabled) {
  color: #4f99c0;
}

.ste-bpg__scopri:hover:not(:disabled) .ste-bpg__scopri-arrow {
  transform: translate(2px, 2px);
}

.ste-bpg__scopri-arrow {
  display: inline-block;
  font-size: 1.05rem;
  color: #61aed9;
  transition: transform 0.15s ease;
}

.ste-bpg__scopri:hover:not(:disabled) .ste-bpg__scopri-arrow {
  color: #4f99c0;
}

.ste-bpg__scopri:disabled {
  color: var(--bpg-muted);
  cursor: not-allowed;
}

.offerte-page .ste-bestprice-grid {
  margin: 2rem 0;
}

.offerte-page .ste-bpg__cards {
  gap: 1.75rem;
}

.offerte-page .ste-bpg__card {
  position: relative;
  overflow: hidden;
  min-height: 184px;
  padding: 1.35rem 1.55rem 1.25rem;
  border: 1.5px solid rgba(97, 174, 217, 0.22);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 8px 24px rgba(22, 58, 95, 0.055);
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.offerte-page .ste-bpg__card:not(.ste-bpg__card--empty) {
  cursor: pointer;
}

.offerte-page .ste-bpg__card:hover {
  transform: translateY(-3px);
  border-color: rgba(88, 174, 218, 0.86);
  background: linear-gradient(180deg, rgba(88, 174, 218, 0.30) 0%, rgba(88, 174, 218, 0.16) 58%, #ffffff 100%);
  box-shadow: 0 20px 46px rgba(22, 58, 95, 0.16);
}

.offerte-page .ste-bpg__card-title {
  margin: 0 0 1.05rem;
  color: #173b63;
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  text-align: left;
}

.offerte-page .ste-bpg__card-title-main {
  display: inline;
  font: inherit;
  color: inherit;
  line-height: inherit;
}

.offerte-page .ste-bpg__card-price {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.22rem;
  white-space: nowrap;
  color: #58aeda;
}

.offerte-page .ste-bpg__card-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: auto;
  padding-top: 0.35rem;
}

.offerte-page .ste-bpg__card-meta {
  margin-top: 0.05rem;
  color: #6f8398;
  font-size: 0.92rem;
  font-weight: 500;
}

.offerte-page .ste-bpg__card-meta i {
  color: #7f96aa;
}

.offerte-page .ste-bpg__card-price-from {
  flex-basis: auto;
  margin: 0;
  color: #061a3d;
  font-weight: 800;
  text-transform: none;
  font-size: 0.85rem;
  line-height: 1;
}

.offerte-page .ste-bpg__card-price-amount,
.offerte-page .ste-bpg__card-price-cur {
  color: #58aeda;
  line-height: 1;
}

.offerte-page .ste-bpg__card-price-amount {
  font-size: clamp(2rem, 2.4vw, 2.45rem);
  font-weight: 800;
}

.offerte-page .ste-bpg__card-price-cur {
  font-size: clamp(1.15rem, 1.45vw, 1.35rem);
  font-weight: 800;
}

.offerte-page .ste-bpg__scopri {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #f2f9fe;
  border: 1px solid rgba(88, 174, 218, 0.35);
  color: #2f8ed8;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.offerte-page .ste-bpg__card:hover .ste-bpg__scopri {
  background: #2f8ed8;
  color: #fff;
  border-color: #2f8ed8;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(47, 142, 216, 0.22);
}

.offerte-page .ste-bpg__card:hover .ste-bpg__scopri-arrow {
  color: #fff;
}

.offerte-page .ste-bpg__card--empty {
  opacity: 0.72;
  background: #f7f9fb;
  cursor: default;
}

.offerte-page .ste-bpg__card--empty:hover {
  transform: none;
  background: #f7f9fb;
  border-color: rgba(180, 196, 210, 0.5);
  box-shadow: 0 8px 20px rgba(22, 58, 95, 0.05);
}

.offerte-page .ste-bpg__card--empty .ste-bpg__card-price--unavailable {
  color: #8a97a6;
}

.offerte-page .ste-bpg__card--empty .ste-bpg__scopri {
  background: #f1f3f5;
  border-color: rgba(138, 151, 166, 0.18);
  color: #8a97a6;
  box-shadow: none;
}

.offerte-page .ste-bpg__card--empty .ste-bpg__scopri-arrow {
  color: #8a97a6;
}

@media (max-width: 1024px) {
  .offerte-page .ste-bpg__card-title {
    font-size: 20px;
  }

  .offerte-page .ste-bpg__card-price-from {
    font-size: 18px;
  }

  .offerte-page .ste-bpg__card-price-amount,
  .offerte-page .ste-bpg__card-price-cur {
    font-size: 30px;
  }

  .offerte-page .ste-bpg__scopri {
    font-size: 18px;
  }

  .offerte-page .ste-bpg__card {
    min-height: 176px;
    padding: 1.2rem 1.3rem 1.15rem;
  }
}

@media (max-width: 767px) {
  .offerte-page .ste-bpg__card-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .offerte-page .ste-bpg__card-bottom {
    align-items: center;
    gap: 0.5rem;
  }

  .offerte-page .ste-bpg__card-price-from {
    font-size: 16px;
  }

  .offerte-page .ste-bpg__card-price-amount,
  .offerte-page .ste-bpg__card-price-cur {
    font-size: 26px;
  }

  .offerte-page .ste-bpg__scopri {
    font-size: 16px;
  }

  .offerte-page .ste-bpg__cards {
    gap: 1rem;
  }

  .offerte-page .ste-bpg__card {
    min-height: 0;
    padding: 1.05rem 1.1rem 0.95rem;
  }

  .offerte-page .ste-bpg__card-title {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
  }

  .offerte-page .ste-bpg__card-price-amount {
    font-size: clamp(1.65rem, 8.5vw, 2.05rem);
  }

  .offerte-page .ste-bpg__card-price-cur {
    font-size: clamp(1rem, 4.5vw, 1.2rem);
  }

  .offerte-page .ste-bpg__scopri {
    font-size: 15px;
  }
}

.ste-bpg__panel {
  --bpg-lime: #b8e02e;
  --bpg-lime-dark: #95b821;
  --bpg-green-dot: #7bc043;
  position: relative;
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(22, 58, 95, 0.08);
}

.ste-bpg__detail-header {
  margin-top: 1.5rem;
}

.ste-bpg__detail-destinations {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.ste-bpg__panel--route {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route {
  overflow: hidden;
  border: 2px solid rgba(141, 170, 194, 0.45);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 58, 95, 0.12);
  margin-bottom: 2.4rem;
  --offer-accent: #679fd0;
  --offer-accent-rgb: 103, 159, 208;
  --offer-soft: #f3f8fd;
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route:nth-child(odd) {
  --offer-accent: #61aed9;
  --offer-accent-rgb: 97, 174, 217;
  --offer-soft: #f3f8fd;
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route:nth-child(2) {
  --offer-accent: #b9bd33;
  --offer-accent-rgb: 185, 189, 51;
  --offer-soft: #fbfcf0;
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route:nth-child(n + 1) {
  border-color: rgba(var(--offer-accent-rgb), 0.3);
  background: linear-gradient(180deg, var(--offer-soft) 0%, #ffffff 48%);
  box-shadow: 0 18px 46px rgba(var(--offer-accent-rgb), 0.12);
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__panel-headline {
  gap: 0.8rem;
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__panel-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border-radius: 14px;
  background: var(--offer-accent);
  color: #fff;
  box-shadow: 0 10px 22px rgba(var(--offer-accent-rgb), 0.2);
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__panel-price {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid rgba(var(--offer-accent-rgb), 0.2);
  box-shadow: 0 8px 18px rgba(var(--offer-accent-rgb), 0.09);
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__price-from {
  color: rgba(var(--offer-accent-rgb), 0.82);
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__price-amount,
.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__price-cur {
  color: var(--offer-accent);
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__offer {
  border: 1.5px solid rgba(var(--offer-accent-rgb), 0.2);
  box-shadow: 0 8px 22px rgba(var(--offer-accent-rgb), 0.09);
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__offer {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__offer:not(.ste-bpg__offer--empty):hover,
.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__offer:not(.ste-bpg__offer--empty):focus-visible {
  transform: translateY(-3px);
  border-color: rgba(var(--offer-accent-rgb), 0.86);
  background: linear-gradient(180deg, rgba(var(--offer-accent-rgb), 0.30) 0%, rgba(var(--offer-accent-rgb), 0.16) 58%, #ffffff 100%);
  box-shadow: 0 20px 46px rgba(var(--offer-accent-rgb), 0.16);
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__offer:not(.ste-bpg__offer--empty):hover .ste-bpg__offer-scopri,
.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__offer:not(.ste-bpg__offer--empty):focus-visible .ste-bpg__offer-scopri {
  background: var(--offer-accent);
  color: #fff;
  border-color: var(--offer-accent);
  box-shadow: 0 10px 22px rgba(var(--offer-accent-rgb), 0.2);
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__offer-scopri {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--offer-accent);
  border: 1px solid transparent;
  color: #fff;
  box-shadow: 0 10px 20px rgba(var(--offer-accent-rgb), 0.18);
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__offer-scopri span {
  color: #fff;
}

.offerte-mese-page .ste-bpg__detail-destinations > .ste-bpg__panel--route .ste-bpg__offer:not(.ste-bpg__offer--empty):hover .ste-bpg__offer-scopri {
  filter: brightness(0.95);
  transform: translateY(-2px);
}

.ste-bpg__panel--route .ste-bpg__panel-hero {
  flex-shrink: 0;
}

.ste-bpg__panel--route .ste-bpg__panel-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.ste-bpg__panel--route .ste-bpg__panel-offers {
  margin-top: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offerte-mese-page .ste-bpg__panel--route .ste-bpg__panel-offers {
  padding: 0.15rem 0 0.1rem;
}

.offerte-mese-page .ste-bpg__panel--route .ste-bpg__panel-offers > .ste-bpg__offer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1.5px solid rgba(184, 214, 232, 0.95);
  box-shadow: 0 8px 22px rgba(22, 58, 95, 0.08);
  background: #fff;
}

.offerte-mese-page .ste-bpg__panel--route .ste-bpg__panel-offers > .ste-bpg__offer:hover {
  box-shadow: 0 16px 38px rgba(var(--offer-accent-rgb), 0.13);
}

.ste-bpg__panel[hidden] {
  display: none;
}

.ste-bpg__panel-close {
  position: absolute;
  top: 0.6rem;
  right: 0.8rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--bpg-navy);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.15s ease;
}

.ste-bpg__panel-close:hover {
  background: #fff;
}

.ste-bpg__panel-hero {
  width: 100%;
  height: 200px;
  background-color: var(--bpg-blue-light);
  background-size: cover;
  background-position: center;
}

.ste-bpg__panel-hero--empty {
  background:
    linear-gradient(135deg, rgba(97, 174, 217, 0.18), rgba(22, 58, 95, 0.08)),
    linear-gradient(45deg, #eff7fb, #dcecf7);
}

.ste-bpg__panel-body {
  padding: 1.4rem 1.6rem 1.6rem;
}

.ste-bpg__panel-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 1.2rem;
  text-align: center;
}

.ste-bpg__panel-headline .ste-bpg__panel-price {
  justify-content: center;
}

.ste-bestprice-grid .ste-bpg__panel-title {
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #61aed9;
  letter-spacing: -0.01em;
  text-align: center;
}

.ste-bpg__panel-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  color: var(--bpg-navy);
  line-height: 1;
  justify-content: center;
  flex-wrap: wrap;
}

.ste-bpg__price-from {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bpg-muted);
  text-transform: none;
}

.ste-bpg__price-amount {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ste-bpg__price-cur {
  font-size: 1.1rem;
  font-weight: 700;
}

.ste-bestprice-grid .ste-bpg__panel .ste-bpg__panel-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ste-bestprice-grid .ste-bpg__panel .ste-bpg__panel-price {
  position: static;
  right: auto;
  top: auto;
  transform: none;
  float: none;
  width: auto;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  align-self: center;
  order: 2;
}

.ste-bestprice-grid .ste-bpg__panel .ste-bpg__panel-title {
  margin: 0;
  text-align: center;
  align-self: center;
  order: 1;
}

.ste-bestprice-grid .ste-bpg__panel-section-label {
  margin: 0 0 0.6rem;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #2f637d;
  text-align: center;
}

.ste-bestprice-grid .ste-bpg__panel-section-label--center {
  text-align: center;
  margin-top: 1.4rem;
  margin-bottom: 0.9rem;
}

.ste-bpg__panel-ports {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .ste-bpg__panel-ports {
    display: flex;
    flex-wrap: wrap;
  }
}

.ste-bestprice-grid .ste-bpg__port {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--bpg-navy);
  cursor: pointer;
  transition: all 0.15s ease;
}

.ste-bestprice-grid .ste-bpg__port:has(input:checked) {
  border-color: var(--bpg-green-dot);
  background: #fff;
}

.ste-bestprice-grid .ste-bpg__port input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ste-bestprice-grid .ste-bpg__port-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 1.5px solid var(--bpg-border);
  background: #fff;
  display: inline-block;
  transition: all 0.15s ease;
}

.ste-bestprice-grid .ste-bpg__port-name {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2f637d;
}

.ste-bestprice-grid .ste-bpg__port:has(input:checked) .ste-bpg__port-dot {
  background: #bcc23a;
  border-color: #bcc23a;
  box-shadow: inset 0 0 0 2px #fff;
}

.ste-bestprice-grid .ste-bpg__port input:checked ~ .ste-bpg__port-dot {
  background: #bcc23a;
  border-color: #bcc23a;
  box-shadow: inset 0 0 0 2px #fff;
}

.ste-bestprice-grid .ste-bpg__port input:checked ~ .ste-bpg__port-name {
  color: #bcc23a;
}

.ste-bpg__panel-offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

@media (max-width: 720px) {
  .ste-bpg__panel-offers { grid-template-columns: 1fr; }
}

.ste-bpg__offer {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  background: #fff;
  border: 1.5px solid var(--bpg-border);
  border-radius: 2rem;
  padding: 1rem 1.1rem;
  text-decoration: none;
  color: var(--bpg-navy);
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.ste-bpg__offer:hover {
  border-color: var(--bpg-blue);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(22, 58, 95, 0.08);
  color: var(--bpg-navy);
  text-decoration: none;
}

.ste-bpg__offer--empty {
  opacity: 0.55;
  cursor: default;
}

.ste-bestprice-grid .ste-bpg__offer-date {
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #2f637d;
}

.ste-bpg__offer-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--bpg-muted);
}

.ste-bpg__offer-meta i {
  font-size: 0.95rem;
}

.ste-bpg__offer-bottom {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.3rem;
}

.ste-bestprice-grid .ste-bpg__offer-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2rem;
  color: #2f637d;
  line-height: 1;
  white-space: nowrap;
}

.ste-bestprice-grid .ste-bpg__offer-price .ste-bpg__price-from {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2f637d;
  text-transform: none;
}

.ste-bestprice-grid .ste-bpg__offer-price .ste-bpg__price-amount,
.ste-bestprice-grid .ste-bpg__offer-price .ste-bpg__price-cur {
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #2f637d;
}

.ste-bestprice-grid .ste-bpg__offer-scopri {
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #61aed9;
  white-space: nowrap;
}

.ste-bestprice-grid .ste-bpg__offer-scopri span {
  color: #61aed9;
}

.ste-bpg__offer-empty {
  font-size: 0.85rem;
  color: var(--bpg-muted);
  font-style: italic;
}

.ste-bpg__panel-foot {
  margin: 2rem 0 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--bpg-muted);
}

.ste-bpg__panel-cta-wrap {
  display: flex;
  justify-content: center;
}

.ste-bpg__panel-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  background: var(--bpg-lime);
  color: var(--bpg-navy);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}

.ste-bpg__panel-cta:hover {
  background: var(--bpg-lime-dark);
  color: var(--bpg-navy);
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .ste-bestprice-grid .ste-bpg__panel-title {
    font-size: 26px;
  }

  .ste-bestprice-grid .ste-bpg__panel-section-label {
    font-size: 22px;
  }

  .ste-bestprice-grid .ste-bpg__port-name {
    font-size: 16px;
  }

  .ste-bestprice-grid .ste-bpg__offer-date {
    font-size: 22px;
  }

  .ste-bestprice-grid .ste-bpg__offer-price .ste-bpg__price-from {
    font-size: 18px;
  }

  .ste-bestprice-grid .ste-bpg__offer-price .ste-bpg__price-amount,
  .ste-bestprice-grid .ste-bpg__offer-price .ste-bpg__price-cur {
    font-size: 34px;
  }

  .ste-bestprice-grid .ste-bpg__offer-scopri {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .ste-bestprice-grid .ste-bpg__panel-title {
    font-size: 22px;
  }

  .ste-bestprice-grid .ste-bpg__panel-section-label {
    font-size: 19px;
  }

  .ste-bestprice-grid .ste-bpg__port-name {
    font-size: 15px;
  }

  .ste-bestprice-grid .ste-bpg__offer-date {
    font-size: 19px;
  }

  .ste-bestprice-grid .ste-bpg__offer-price .ste-bpg__price-from {
    font-size: 16px;
  }

  .ste-bestprice-grid .ste-bpg__offer-price .ste-bpg__price-amount,
  .ste-bestprice-grid .ste-bpg__offer-price .ste-bpg__price-cur {
    font-size: 30px;
  }

  .ste-bestprice-grid .ste-bpg__offer-scopri {
    font-size: 20px;
  }
}
