/* Full-page shell (index + detail) */
.trd-page-shell {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  min-height: 65vh;
  padding: 0 0 3.5rem;
  background:
    radial-gradient(1100px 480px at 8% -5%, rgba(99, 102, 241, 0.14), transparent 58%),
    radial-gradient(900px 420px at 92% 8%, rgba(20, 184, 166, 0.1), transparent 55%),
    linear-gradient(180deg, #f1f5f9 0%, #f8fafc 28%, #ffffff 100%);
}

.trd-page {
  --trd-ink: #0c1222;
  --trd-muted: #64748b;
  --trd-line: rgba(15, 23, 42, 0.1);
  --trd-gold: #f59e0b;
  --trd-coral: #ea580c;
  --trd-iris: #4f46e5;
  max-width: min(1320px, 94vw);
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 1.75rem) 0;
}

.trd-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(2.75rem, 6vw, 4rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2.5rem, 5vw, 3.25rem);
  color: #fff;
  border-radius: 0 0 24px 24px;
  margin: 0 calc(-1 * clamp(1rem, 3vw, 1.75rem)) 1.75rem;
  background:
    radial-gradient(ellipse 100% 80% at 50% -20%, rgba(251, 191, 36, 0.38), transparent 52%),
    radial-gradient(900px 320px at 15% 100%, rgba(20, 184, 166, 0.22), transparent 55%),
    linear-gradient(145deg, #050a14 0%, #0f172a 38%, #1e1b4b 68%, #0c4a6e 100%);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.trd-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.85;
  pointer-events: none;
}

.trd-hero > * {
  position: relative;
  z-index: 1;
}

.trd-stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin: -0.5rem 0 1.5rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 720px) {
  .trd-stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

.trd-stats-bar__item {
  background: #fff;
  border: 1px solid var(--trd-line);
  border-radius: 14px;
  padding: 0.85rem 0.75rem;
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.trd-stats-bar__item strong {
  display: block;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 800;
  color: var(--trd-ink);
  line-height: 1.2;
}

.trd-stats-bar__item span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--trd-muted);
}
.trd-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: #fde68a;
  margin: 0 0 0.75rem;
}
.trd-hero h1 {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  line-height: 1.12;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}
.trd-hero-lead {
  margin: 1rem auto 0;
  max-width: 40rem;
  font-size: 0.95rem;
  opacity: 0.92;
  line-height: 1.6;
}
.trd-guarantee-pills {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 0.55rem;
}
.trd-guarantee-pills li {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.trd-hero-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.35rem;
}
.trd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.trd-btn--primary {
  color: #0f172a;
  background: linear-gradient(135deg, #fde68a, #f59e0b);
}
.trd-btn--ghost {
  color: #fef9c3;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.trd-btn--sm { padding: 0.5rem 1rem; font-size: 0.8rem; }
.trd-btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.trd-filters {
  background: #fff;
  border: 1px solid var(--trd-line);
  border-radius: 18px;
  padding: 1.15rem 1.35rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
.trd-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
}
.trd-field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--trd-muted);
  margin-bottom: 0.3rem;
}
.trd-field select,
.trd-field input {
  width: 100%;
  min-width: 10rem;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  border: 1px solid var(--trd-line);
  font-size: 0.88rem;
}
.trd-field--grow { flex: 1 1 14rem; }
.trd-pricing-key {
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  color: var(--trd-muted);
  line-height: 1.5;
}
.trd-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.35rem;
}

.trd-card {
  background: #fff;
  border: 1px solid var(--trd-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trd-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.trd-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: linear-gradient(135deg, #1e293b, #334155);
}
.trd-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trd-card__save,
.trd-card__stars {
  position: absolute;
  top: 10px;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
}
.trd-card__save {
  left: 10px;
  background: #dc2626;
  color: #fff;
}
.trd-card__stars {
  right: 10px;
  background: rgba(15, 23, 42, 0.75);
  color: #fde68a;
}
.trd-card__body {
  padding: 1rem 1.1rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.trd-card__dest {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--trd-iris);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.trd-card__title {
  margin: 0.35rem 0 0.15rem;
  font-size: 1.05rem;
  line-height: 1.35;
  font-family: 'Playfair Display', Georgia, serif;
}
.trd-card__title a { color: var(--trd-ink); text-decoration: none; }
.trd-card__stay { margin: 0; font-size: 0.78rem; color: var(--trd-muted); }
.trd-card__prices { margin: 0.5rem 0 0.15rem; display: flex; align-items: baseline; gap: 0.5rem; }
.trd-market {
  font-size: 0.95rem;
  color: var(--trd-muted);
  text-decoration: line-through;
}
.trd-offer {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--trd-coral);
}

.trd-card__reserve {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  color: var(--trd-muted);
}

.trd-card .trd-btn--sm {
  margin-top: auto;
  width: 100%;
}

/* Pagination (no Tailwind on storefront) */
.trd-pager {
  margin-top: 2rem;
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid var(--trd-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.trd-pager__meta {
  margin: 0;
  font-size: 0.88rem;
  color: var(--trd-muted);
}

.trd-pager__meta strong {
  color: var(--trd-ink);
  font-weight: 800;
}

.trd-pager__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.trd-pager__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding: 0.45rem 0.7rem;
  border-radius: 10px;
  border: 1px solid var(--trd-line);
  background: #f8fafc;
  color: var(--trd-ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

a.trd-pager__link:hover {
  background: #eef2ff;
  border-color: rgba(79, 70, 229, 0.35);
  color: var(--trd-iris);
}

.trd-pager__item.is-active .trd-pager__link {
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  border-color: transparent;
  color: #fff;
}

.trd-pager__item.is-disabled .trd-pager__link,
.trd-pager__item.is-dots .trd-pager__link {
  opacity: 0.45;
  cursor: default;
  background: #f1f5f9;
}

.trd-empty,
.trd-legal {
  font-size: 0.85rem;
  color: var(--trd-muted);
  line-height: 1.55;
}

.trd-legal {
  margin-top: 2rem;
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid var(--trd-line);
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

/* Detail page */
.trd-page-shell--detail {
  padding-top: 0.5rem;
}

.trd-back {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 1rem 0 0.75rem;
  font-size: 0.82rem;
  color: var(--trd-muted);
}

.trd-back a {
  font-weight: 700;
  color: var(--trd-iris);
  text-decoration: none;
}

.trd-back a:hover {
  text-decoration: underline;
}

.trd-detail-hero {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: min(44vh, 420px);
  margin: 0 0 1.25rem;
  background: #1e293b;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16);
}

.trd-detail-hero img {
  width: 100%;
  height: 100%;
  min-height: min(44vh, 420px);
  object-fit: cover;
}

.trd-detail-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.94) 0%, rgba(15, 23, 42, 0.35) 45%, transparent 70%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.25rem, 4vw, 2rem);
  color: #fff;
}

.trd-detail-hero__title {
  margin: 0.35rem 0 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  line-height: 1.15;
  max-width: 28ch;
}

.trd-detail-hero__meta {
  margin: 0.5rem 0 0;
  font-size: 0.88rem;
  opacity: 0.92;
}

.trd-stats--detail {
  margin: 0 0 1.5rem;
}

.trd-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 900px) {
  .trd-detail-layout {
    grid-template-columns: 1fr;
  }

  .trd-checkout {
    order: -1;
  }
}

.trd-panel {
  background: #fff;
  border: 1px solid var(--trd-line);
  border-radius: 16px;
  padding: 1.15rem 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.trd-panel--success {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.trd-panel h2 {
  margin: 0 0 0.65rem;
  font-size: 1.08rem;
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--trd-ink);
}

.trd-panel p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: #334155;
}

.trd-muted-line {
  margin-top: 0.75rem !important;
  font-size: 0.8rem !important;
  color: var(--trd-muted) !important;
}

.trd-amenities {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #334155;
  columns: 2;
  gap: 1rem;
}

@media (max-width: 520px) {
  .trd-amenities {
    columns: 1;
  }
}

.trd-reservation-line {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
}

.trd-redemption-form {
  margin-top: 0.85rem;
}

.trd-checkout {
  position: sticky;
  top: 5.5rem;
  margin-bottom: 0;
  border: 2px solid rgba(79, 70, 229, 0.15);
  box-shadow: 0 16px 40px rgba(79, 70, 229, 0.1);
}

.trd-checkout__eyebrow {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--trd-iris);
  text-align: center;
}

.trd-checkout__title {
  margin: 0.25rem 0 0.85rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  text-align: center;
  color: var(--trd-ink);
}

.trd-checkout__subhead {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--trd-muted);
}

.trd-price-box {
  text-align: center;
  padding: 0.75rem 0.5rem 1rem;
  border-bottom: 1px solid var(--trd-line);
  margin-bottom: 1rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-radius: 12px;
}

.trd-price-box .trd-market {
  font-size: 1.05rem;
  display: block;
}

.trd-price-box .trd-offer {
  font-size: 2.35rem;
  display: block;
  line-height: 1.1;
}

.trd-price-box__note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: var(--trd-muted);
  line-height: 1.45;
}

.trd-alert {
  margin: 0 0 0.85rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.45;
}

.trd-alert--success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #bbf7d0;
}

.trd-alert--error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.trd-options {
  margin: 0 0 1rem;
  padding: 0;
  border: none;
}

.trd-option {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  border: 2px solid var(--trd-line);
  border-radius: 14px;
  padding: 0.85rem 0.9rem;
  margin-bottom: 0.65rem;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.trd-option.is-selected {
  border-color: var(--trd-iris);
  background: #eef2ff;
}

.trd-option input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.trd-option__body strong {
  display: block;
  font-size: 0.95rem;
  color: var(--trd-ink);
}

.trd-option__body span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: var(--trd-muted);
  line-height: 1.45;
}

.trd-guest-fields,
.trd-payment-block {
  margin-bottom: 1rem;
}

.trd-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

@media (max-width: 480px) {
  .trd-field-row {
    grid-template-columns: 1fr;
  }
}

.trd-field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--trd-muted);
  margin-bottom: 0.3rem;
}

.trd-input {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--trd-line);
  font-size: 0.9rem;
  font-family: inherit;
  background: #fff;
  color: var(--trd-ink);
  box-sizing: border-box;
}

.trd-input:focus {
  outline: none;
  border-color: var(--trd-iris);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

.trd-input--select {
  cursor: pointer;
}

.trd-checkout .trd-field {
  margin-bottom: 0.65rem;
}

.trd-secure-note {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  color: #047857;
  font-weight: 600;
}

.trd-stripe-wrap {
  margin: 0.5rem 0 0.75rem;
  padding: 0.75rem;
  border: 1px solid var(--trd-line);
  border-radius: 10px;
  background: #fafafa;
}

.trd-stripe-wrap[hidden] {
  display: none !important;
}

.trd-pay-help {
  margin: 0;
  font-size: 0.75rem;
  color: var(--trd-muted);
  line-height: 1.45;
  min-height: 1.1em;
}

.trd-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.72rem;
  color: var(--trd-muted);
  line-height: 1.45;
  margin: 0 0 1rem;
  cursor: pointer;
}

.trd-consent input {
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.trd-btn--checkout {
  width: 100%;
  font-size: 0.95rem;
  padding: 0.85rem 1.25rem;
}

.trd-btn--checkout:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.trd-btn--outline {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none;
  color: var(--trd-iris);
  border: 1px solid #c7d2fe;
  background: #fff;
}

.trd-btn--outline:hover {
  background: #eef2ff;
}

.trd-checkout-owned {
  font-size: 0.88rem;
  color: #334155;
  text-align: center;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.trd-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin: 1rem 0;
}

@media (max-width: 640px) {
  .trd-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.trd-stat {
  background: #fff;
  border: 1px solid var(--trd-line);
  border-radius: 12px;
  padding: 0.75rem 0.5rem;
  text-align: center;
  font-size: 0.72rem;
  color: var(--trd-muted);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.trd-stat strong {
  display: block;
  font-size: 0.95rem;
  color: var(--trd-ink);
}

/* Credits page option strip */
.vd-travel-ready-option {
  margin: 0 0 1.25rem;
  padding: clamp(1rem, 2.5vw, 1.35rem);
  border-radius: 18px;
  border: 2px solid rgba(99, 102, 241, 0.35);
  background: linear-gradient(135deg, #eef2ff 0%, #fff 45%, #fff7ed 100%);
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .vd-travel-ready-option { grid-template-columns: 1fr auto; align-items: center; }
}
.vd-travel-ready-option h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  color: var(--vd-ink, #0c1222);
}
.vd-travel-ready-option p { margin: 0; font-size: 0.88rem; line-height: 1.55; color: var(--vd-muted, #64748b); }
.vd-guarantee-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
}
.lux-travel-ready-promo {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}
.lux-travel-ready-promo__card {
  border-radius: 20px;
  border: 2px solid rgba(99, 102, 241, 0.25);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 48%, #fff7ed 100%);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}
.lux-travel-ready-promo__title {
  margin: 0.35rem 0 0.65rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  color: #0f172a;
  line-height: 1.2;
}
.lux-travel-ready-promo__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
  max-width: 52rem;
}
.lux-travel-ready-promo__pills {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.lux-travel-ready-promo__pills li {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #92400e;
  border: 1px solid #fcd34d;
}
.lux-travel-ready-promo__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.vd-guarantee-highlight li {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #92400e;
  border: 1px solid #fcd34d;
}
