.fmdb--sam-frontend .section-alternate {
  --fmdb-primary: #D1BF6D;
  --fmdb-primary-dark: #b3a151;
  --fmdb-primary-content: #111111;
  background-color: #f7f0de;
}

.fmdb--sam-frontend .text-alternate {
  color: #D1BF6D;
}

.fmdb--sam-frontend .bg-alternate {
  background-color: #D1BF6D24;
}

.fmdb--sam-frontend .text-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.fmdb--sam-frontend p {
  margin-bottom: 0.75rem;
}

.fmdb--sam-frontend .fmdb--hero-container {
  @media (width >= 64rem) {
    height: 500px;
  }
}

.fmdb--sam-frontend .fmdb--hero-content-header {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.fmdb--sam-frontend .fmdb--header-actions {
  gap: 1.5rem;
  font-weight: 600;
}

.fmdb--sam-frontend .fmdb--live-metal-prices-bar-container {
  background-color: var(--fmdb-primary);
  color: var(--fmdb-primary-content);
}

.fmdb--sam-frontend .fmdb--live-metal-prices-header {
  font-weight: 800;
  font-size: 14px;
  width: 180px;
}

.fmdb--sam-frontend .fmdb--price-update-timer {
  width: 180px;

  @media (width <= 64rem) {
    display: none;
  }
}

.fmdb--sam-frontend .fmdb--live-metal-price-label,
.fmdb--sam-frontend .fmdb--live-metal-price-value,
.fmdb--sam-frontend .fmdb--price-update-timer-label,
.fmdb--sam-frontend .fmdb--price-update-timer-value {
  color: var(--fmdb-primary-content);
  font-size: 14px;
}

.fmdb--sam-frontend .fmdb--live-metal-prices {
  gap: 2rem;
}

.fmdb--sam-card {
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.fmdb--sam-card-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  background-color: var(--fmdb-primary-light, #fef9c3);
}

/* Journey step cards */
.fmdb--sam-journey-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid var(--fmdb-border);
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.fmdb--sam-journey-step-number {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 9999px;
  background-color: var(--fmdb-primary);
  color: var(--fmdb-primary-content);
}
