.sq-widget {
  --sq-color-primary: #05195a;
  --sq-color-secondary: #ff7237;
  --sq-color-button: #ff7237;
  --sq-font-family: inherit;
  font-family: var(--sq-font-family);
  color: #1a1a1a;
  max-width: 960px;
  margin: 0 auto;
}

.sq-hidden {
  display: none !important;
}

.sq-widget__loading,
.sq-widget__redirect {
  text-align: center;
  padding: 2rem;
}

.sq-widget__spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--sq-color-primary);
  border-radius: 50%;
  animation: sq-spin 0.8s linear infinite;
}

@keyframes sq-spin {
  to {
    transform: rotate(360deg);
  }
}

.sq-widget__error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.sq-widget__progress {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.sq-widget__progress-item {
  flex: 1;
  min-width: 4rem;
  text-align: center;
  font-size: 0.75rem;
  color: #6b7280;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #e5e7eb;
}

.sq-progress__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.sq-progress__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  background: #e5e7eb;
  color: #374151;
}

.sq-widget__progress-item.is-active .sq-progress__number,
.sq-widget__progress-item.is-done .sq-progress__number {
  background: var(--sq-color-primary);
  color: #fff;
}

.sq-progress__icon {
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  color: inherit;
}

.sq-progress__icon-img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

.sq-progress__icon-text {
  font-size: 1rem;
  line-height: 1;
}

.sq-progress__label {
  line-height: 1.2;
}

.sq-widget__progress-item.is-active,
.sq-widget__progress-item.is-done {
  color: var(--sq-color-primary);
  border-bottom-color: var(--sq-color-primary);
  font-weight: 600;
}

.sq-widget__panel {
  min-height: 200px;
}

.sq-reserve-note {
  margin: 0 0 1rem;
  color: #4b5563;
  font-size: 0.9375rem;
}

.sq-reservation-contact {
  margin-bottom: 0;
}

.sq-reservation-contact__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}

.sq-reservation-contact__hint {
  margin: 0 0 1rem;
  color: #6b7280;
  font-size: 0.9375rem;
}

.sq-phone-input {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
  font-size: 1rem;
  font-family: inherit;
}

.sq-phone-input:focus-within {
  outline: 2px solid var(--sq-color-primary);
  outline-offset: 1px;
}

.sq-phone-input__prefix {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.65rem 0.75rem;
  background: #f3f4f6;
  border-right: 1px solid #d1d5db;
  color: #374151;
  font-weight: 600;
  line-height: 1.25;
  user-select: none;
}

.sq-phone-input__number {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: inherit;
  font-family: inherit;
}

.sq-phone-input__number:focus {
  outline: none;
}

.sq-form-group .sq-phone-input input.sq-phone-input__number {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.sq-form-group .sq-phone-input input.sq-phone-input__number:focus {
  outline: none;
  box-shadow: none;
}

.sq-reservation-address {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.sq-reservation-address h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}

.sq-questionnaire {
  margin: 1.25rem 0;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
}

.sq-questionnaire__title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
}

.sq-widget__actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.sq-widget__actions.sq-widget__actions--end {
  justify-content: flex-end;
}

.sq-widget__actions.sq-widget__actions--quote-locked {
  justify-content: space-between;
}

.sq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s;
}

.sq-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sq-btn--primary {
  background: var(--sq-color-button);
  color: #fff;
}

.sq-btn--secondary {
  background: #fff;
  color: var(--sq-color-primary);
  border: 2px solid var(--sq-color-primary);
}

.sq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.sq-card {
  border: 2px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
  background: #fff;
}

.sq-card:hover,
.sq-card.is-selected {
  border-color: var(--sq-color-primary);
  box-shadow: 0 4px 12px rgba(5, 25, 90, 0.12);
}

.sq-card__image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  background: #f3f4f6;
}

.sq-card__body {
  padding: 1rem;
}

.sq-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  color: var(--sq-color-primary);
}

.sq-card__size {
  margin: 0 0 0.5rem;
  color: #4b5563;
  font-size: 0.9375rem;
}

.sq-card__meta {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.sq-card__selling-points {
  margin: 0 0 0.75rem;
  padding-left: 1.125rem;
  font-size: 0.875rem;
  color: #374151;
}

.sq-card__selling-points li {
  margin-bottom: 0.25rem;
}

.sq-card__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sq-color-secondary);
  margin: 0.5rem 0 0;
}

.sq-card__price--promo {
  margin-top: 0.35rem;
}

.sq-card__price-note {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: #6b7280;
}

.sq-price-breakdown {
  margin: 0;
}

.sq-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
  margin-bottom: 0.35rem;
}

.sq-price-line:last-child {
  margin-bottom: 0;
}

.sq-price-line__label {
  font-weight: 600;
  color: #374151;
  min-width: 6rem;
}

.sq-price--promo {
  font-weight: 700;
  color: var(--sq-color-secondary);
  font-size: 1.125rem;
}

.sq-price--regular {
  font-weight: 600;
  color: var(--sq-color-primary);
}

.sq-price-period {
  color: #6b7280;
  font-size: 0.875rem;
}

.sq-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}

.sq-badge--available {
  background: #d1fae5;
  color: #065f46;
}

.sq-badge--limited {
  background: #fef3c7;
  color: #92400e;
}

.sq-badge--promo {
  background: #fef3c7;
  color: #92400e;
}

.sq-badge--sold-out {
  background: #fee2e2;
  color: #991b1b;
}

.sq-form-group {
  margin-bottom: 1rem;
}

.sq-form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--sq-color-primary);
}

.sq-form-group input,
.sq-form-group select,
.sq-form-group textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
}

.sq-form-group input:focus,
.sq-form-group select:focus,
.sq-form-group textarea:focus {
  outline: 2px solid var(--sq-color-primary);
  outline-offset: 1px;
}

.sq-summary {
  background: #f9fafb;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.sq-summary dt {
  font-weight: 600;
  color: var(--sq-color-primary);
}

.sq-summary dd {
  margin: 0 0 0.75rem;
}

.sq-confirm-note,
.sq-confirm-hint {
  margin-top: 1rem;
  color: #4b5563;
}

.sq-widget__actions .sq-btn--primary {
  min-width: 12rem;
}

.sq-widget__thanks {
  text-align: center;
  padding: 2rem;
  background: #f0fdf4;
  border-radius: 0.75rem;
  color: #166534;
}

.sq-widget__disclaimer {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 1.5rem;
  text-align: center;
}

.sq-checkout-extras {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.sq-checkbox-list label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

/* —— Quote page —— */
.sq-quote__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
}

.sq-quote__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #1f2937;
}

.sq-quote__subtitle {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #374151;
}

.sq-quote__intro {
  margin: 0 0 1.25rem;
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.sq-quote__period-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  min-width: 10rem;
}

.sq-quote__period-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sq-quote__period {
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  font-family: inherit;
  font-weight: 600;
  color: #1f2937;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M2 4l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 0.65rem center;
  appearance: none;
  cursor: pointer;
}

.sq-quote-card {
  border: 2px solid var(--sq-color-primary);
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(5, 25, 90, 0.08);
}

.sq-quote-card__ribbon {
  padding: 0.5rem 1rem;
  background: var(--sq-color-primary);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
}

.sq-quote-card__price-band {
  padding: 1.25rem 1rem 1rem;
  background: color-mix(in srgb, var(--sq-color-primary) 82%, #fff 18%);
  color: #fff;
}

.sq-quote-card__price {
  margin: 0;
  line-height: 1.2;
}

.sq-quote-card__price-value {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
}

.sq-quote-card__price-period {
  display: inline;
  font-size: 1.0625rem;
  font-weight: 500;
  opacity: 0.95;
}

.sq-quote-card__savings {
  margin: 0.65rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.45;
  opacity: 0.95;
}

.sq-quote-card__savings s {
  opacity: 0.85;
}

.sq-quote-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background: #f9fafb;
}

.sq-quote-card__meta-line {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  color: #374151;
}

.sq-quote-card__meta-line:last-child {
  margin-bottom: 0;
}

.sq-quote-card__meta-line--muted {
  font-size: 0.875rem;
  color: #6b7280;
}

.sq-quote-card__meta-label {
  font-weight: 600;
}

.sq-quote-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 0.375rem;
  background: var(--sq-color-button);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.15s, transform 0.15s;
}

.sq-quote-card__cta:hover,
.sq-quote-card__cta:focus {
  opacity: 0.92;
  transform: translateY(-1px);
}

.sq-quote-card__cta:focus {
  outline: 2px solid var(--sq-color-primary);
  outline-offset: 2px;
}

/* —— Reserve / checkout page —— */
.sq-reserve-page__title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #1f2937;
}

.sq-reserve-promo {
  margin-bottom: 1.5rem;
  padding: 0.875rem 1rem;
  background: color-mix(in srgb, var(--sq-color-primary) 8%, #fff 92%);
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #374151;
  line-height: 1.45;
}

.sq-reserve-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 768px) {
  .sq-reserve-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.9fr);
    gap: 2rem;
  }
}

.sq-reserve-main__intro {
  margin: 0 0 1.25rem;
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.sq-reserve-summary {
  padding: 1.25rem;
  background: color-mix(in srgb, var(--sq-color-primary) 8%, #fff 92%);
  border-radius: 0.5rem;
}

.sq-reserve-summary__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  color: #6b7280;
}

.sq-reserve-summary__site {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
}

.sq-reserve-summary__list {
  margin: 0;
}

.sq-reserve-summary__row {
  margin-bottom: 0.75rem;
}

.sq-reserve-summary__row:last-child {
  margin-bottom: 0;
}

.sq-reserve-summary__row dt {
  margin: 0 0 0.15rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #6b7280;
}

.sq-reserve-summary__row--price dd {
  margin: 0;
}

.sq-price-detail {
  margin: 0;
}

.sq-price-detail__row {
  margin: 0 0 0.5rem;
  line-height: 1.45;
}

.sq-price-detail__row:last-child {
  margin-bottom: 0;
}

.sq-price-detail__row--highlight .sq-price-detail__now {
  color: var(--sq-color-secondary);
  font-size: 1.0625rem;
}

.sq-price-detail__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #6b7280;
  margin-bottom: 0.15rem;
}

.sq-price-detail__was {
  color: #6b7280;
}

.sq-price-detail__period {
  color: #6b7280;
  font-size: 0.875rem;
}

.sq-price-detail__promo {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #92400e;
}

.sq-price-detail__savings {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  color: #6b7280;
}

.sq-quote-card__was-price {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  color: #6b7280;
}

.sq-quote-card__promo-label {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #92400e;
}

.sq-reserve-summary__row dd {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
}

.sq-reservation-address__title {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
}

.sq-reservation-address__hint {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.sq-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 1rem;
}

@media (min-width: 520px) {
  .sq-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sq-form-grid__item--wide {
    grid-column: 1 / -1;
  }
}

.sq-checkout-extras--panel {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}

/* Checkout sub-flow — distinct from main widget cards; not Stora-style tiles */
.sq-checkout-steps {
  margin-bottom: 1.25rem;
}

.sq-checkout-steps__heading {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--sq-color-primary);
  letter-spacing: -0.01em;
}

.sq-checkout-steps__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sq-checkout-steps__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
  background: #f3f4f6;
  border: 1px solid transparent;
}

.sq-checkout-steps__item.is-active {
  color: #fff;
  background: var(--sq-color-primary);
  font-weight: 600;
}

.sq-checkout-steps__item.is-done {
  color: var(--sq-color-primary);
  background: color-mix(in srgb, var(--sq-color-primary) 10%, #fff);
  border-color: color-mix(in srgb, var(--sq-color-primary) 25%, #e5e7eb);
}

.sq-checkout-steps__marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.08);
}

.sq-checkout-steps__item.is-active .sq-checkout-steps__marker {
  background: rgba(255, 255, 255, 0.25);
}

.sq-checkout-panel__title {
  margin: 0 0 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.25;
}

.sq-cover-options {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}

.sq-cover-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem 1rem;
  align-items: center;
  width: 100%;
  padding: 0.9rem 1rem;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  border-left: 4px solid transparent;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.sq-cover-option:last-child {
  border-bottom: none;
}

.sq-cover-option:hover {
  background: #f9fafb;
}

.sq-cover-option.is-selected {
  border-left-color: var(--sq-color-secondary);
  background: color-mix(in srgb, var(--sq-color-secondary) 6%, #fff);
}

.sq-cover-option__radio {
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #9ca3af;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}

.sq-cover-option.is-selected .sq-cover-option__radio {
  border-color: var(--sq-color-secondary);
}

.sq-cover-option.is-selected .sq-cover-option__radio::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--sq-color-secondary);
}

.sq-cover-option__main {
  min-width: 0;
}

.sq-cover-option__label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
}

.sq-cover-option__hint {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
  font-style: italic;
}

.sq-cover-option__price {
  text-align: right;
  flex-shrink: 0;
}

.sq-cover-option__amount {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #1f2937;
}

.sq-cover-option__period {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #6b7280;
}

.sq-extra-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}

.sq-extra-row {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 0.75rem 1rem;
  align-items: start;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.sq-extra-row:last-child {
  border-bottom: none;
}

.sq-extra-row__thumb {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 0.25rem;
  background: #f3f4f6;
}

.sq-extra-row__thumb--empty {
  display: block;
  background: #e5e7eb;
}

.sq-extra-row__title {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
}

.sq-extra-row__desc {
  margin: 0;
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.45;
}

.sq-extra-row__more {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: var(--sq-color-primary);
  font-size: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.sq-extra-row__aside {
  text-align: right;
}

.sq-extra-row__price {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
}

.sq-extra-row__price-each {
  font-weight: 400;
  color: #9ca3af;
  font-size: 0.75rem;
}

.sq-qty-control {
  display: inline-grid;
  grid-template-columns: 2rem 2.25rem 2rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  overflow: hidden;
  background: #fff;
}

.sq-qty-control__btn {
  border: none;
  background: #f9fafb;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  color: #374151;
  padding: 0.4rem 0;
}

.sq-qty-control__btn:hover {
  background: #e5e7eb;
}

.sq-qty-control__btn + .sq-qty-control__value {
  border-left: 1px solid #d1d5db;
  border-right: 1px solid #d1d5db;
}

.sq-qty-control__value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
}

.sq-order-aside__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
}

.sq-order-aside__unit {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #d1d5db;
}

.sq-order-aside__thumb {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: cover;
  border-radius: 0.25rem;
  flex-shrink: 0;
}

.sq-order-aside__thumb--empty {
  background: #e5e7eb;
}

.sq-order-aside__unit-name {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1f2937;
}

.sq-order-aside__unit-rate {
  margin: 0.2rem 0 0;
  font-size: 0.8125rem;
  color: #6b7280;
}

.sq-order-aside__unit-period {
  color: #9ca3af;
}

.sq-order-aside__charges {
  margin: 0 0 1rem;
}

.sq-order-aside__row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.sq-order-aside__row:last-child {
  margin-bottom: 0;
}

.sq-order-aside__row dt {
  margin: 0;
  font-weight: 500;
  color: #6b7280;
}

.sq-order-aside__row dd {
  margin: 0;
  font-weight: 600;
  color: #1f2937;
  text-align: right;
}

.sq-order-aside__total {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 2px solid var(--sq-color-primary);
  font-size: 0.875rem;
}

.sq-order-aside__total-label {
  font-weight: 600;
  color: #374151;
  line-height: 1.35;
  max-width: 55%;
}

.sq-order-aside__total-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sq-color-primary);
}

.sq-order-aside__note {
  margin: 0.65rem 0 0;
  font-size: 0.75rem;
  color: #9ca3af;
  line-height: 1.4;
}

.sq-coupon-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sq-coupon-row input {
  flex: 1;
  min-width: 10rem;
}

.sq-coupon-msg {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.875rem;
}

.sq-review-recap {
  margin: 0 0 1.25rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.875rem;
  color: #374151;
  background: #f9fafb;
  border-radius: 0.375rem;
  border-left: 3px solid var(--sq-color-secondary);
}

.sq-review-recap__label {
  font-weight: 600;
  color: var(--sq-color-primary);
}

@media (max-width: 560px) {
  .sq-cover-option {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }

  .sq-cover-option__price {
    grid-column: 2;
    text-align: left;
  }

  .sq-extra-row {
    grid-template-columns: 2.5rem 1fr;
  }

  .sq-extra-row__aside {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .sq-extra-row__price {
    margin: 0;
  }
}

.sq-widget__actions.sq-widget__actions--reserve {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.sq-widget__panel h2:not(.sq-quote__title):not(.sq-reserve-page__title) {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
}

.sq-form-group label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}

.sq-form-group input,
.sq-form-group select,
.sq-form-group textarea {
  border-color: #d1d5db;
  border-radius: 0.375rem;
}

.sq-form-group input:focus,
.sq-form-group select:focus,
.sq-form-group textarea:focus {
  border-color: var(--sq-color-primary);
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--sq-color-primary) 18%, transparent);
}
