/* Signup offer (opstartstilbud) — shared across checkout flows */

.signup-offer-section.mc-card {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.signup-offer-section .mc-card-head {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #eef1f3;
}

.signup-offer-section .mc-card-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.signup-offer-section .mc-card-sub {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0.35rem 0 0;
}

.signup-offer-section .mc-card-body {
  padding: 1.25rem;
}

.signup-offer-card {
  border: 1px solid #e8ecef;
  border-radius: 12px;
  padding: 1rem;
  height: 100%;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.signup-offer-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
}

.signup-offer-card--sold-out {
  opacity: 0.65;
}

.signup-offer-card > .d-flex {
  align-items: flex-start;
}

.signup-offer-card .flex-grow-1 {
  min-width: 0;
}

.signup-offer-card__img {
  width: 5.5rem;
  height: 5.5rem;
  max-width: 5.5rem;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px;
  background: #f1f5f9;
}

.signup-offer-prices .fw-semibold.text-success {
  color: #16a34a !important;
}

.signup-offer-summary {
  border-left: 3px solid #16a34a;
  padding-left: 0.75rem;
}

.signup-offer-summary li + li {
  margin-top: 0.25rem;
}

.signup-offer-section .mc-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
}

.signup-offer-section .mc-btn-cancel {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #1a1a1a;
}

.signup-offer-section .mc-btn-cancel:hover {
  background: #e2e8f0;
  color: #1a1a1a;
}

.signup-offer-section .mc-btn-pay {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.signup-offer-section .mc-btn-pay:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}

@media (min-width: 768px) {
  .signup-offer-card__img {
    width: 5.5rem;
    height: 5.5rem;
    max-width: 5.5rem;
  }
}
