#checkout-modal .checkout-modal-panel {
  width: min(1080px, 94vw);
  max-width: min(1080px, 94vw);
  max-height: 92vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#checkout-modal .checkout-modal-body {
  flex: 1;
  min-height: 0;
  max-height: none;
  padding: 24px 36px;
}

#checkout-modal .checkout-modal-footer {
  padding: 14px 36px 18px;
  background: #fafafa;
  border-top: 1px solid #ececec;
}

#checkout-modal .apl4-modal__header.checkout-modal-header {
  align-items: flex-start;
  gap: 16px;
  padding: 22px 36px 18px;
  background: #fafafa;
  border-bottom: 1px solid #ececec;
}

.checkout-modal-header {
  display: flex;
}

.checkout-modal-header .apl4-modal__close {
  margin-left: auto;
}

.checkout-modal-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #1a1d21;
}

.checkout-modal-header-logo {
  flex-shrink: 0;
  height: 36px;
  width: auto;
  object-fit: contain;
}

.checkout-modal-header-text {
  flex: 1;
  min-width: 0;
}

.checkout-modal-subtitle {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--color-muted, #6c757d);
  font-weight: 400;
}

.checkout-modal-body {
  max-height: min(72vh, 760px);
  overflow-y: auto;
  gap: 0;
}

.checkout-modal-alert {
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #f5c2c2;
  background: #fff5f5;
  color: #c92a2a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.checkout-modal-alert:not([hidden]) {
  display: block;
}

.checkout-kasse {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.checkout-kasse-block {
  border: 1px solid #ebe4e1;
  border-radius: 14px;
  padding: 20px 22px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(33, 37, 41, 0.05);
}

.checkout-kasse-block--summary {
  background: linear-gradient(180deg, #fffcfb 0%, #fff 100%);
}

.checkout-kasse-block--zahlung {
  position: relative;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  border-color: #e3eaf3;
}

.checkout-kasse-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.checkout-kasse-block-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: #1a1d21;
}

.checkout-kasse-block-head .checkout-kasse-block-title {
  margin-bottom: 0;
}

.checkout-kasse-block-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-brand, #e5322d);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.checkout-kasse-edit-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #fff;
  color: #495057;
  font-size: 13px;
  cursor: pointer;
}

.checkout-kasse-edit-btn:hover {
  border-color: var(--color-brand, #e5322d);
  color: #c42824;
  background: #fff8f8;
}

.checkout-kasse-kunde-display {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 16px;
  padding: 16px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #faf8f6 0%, #f5f7fa 100%);
  border: 1px solid #ece7e3;
  font-size: 14px;
  line-height: 1.5;
}

.checkout-kasse-kunde-display::before {
  content: '';
  grid-row: 1 / span 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff center center no-repeat;
  box-shadow: 0 4px 14px rgba(33, 37, 41, 0.08);
}

.checkout-kasse-kunde-display:not(.checkout-kasse-rechnung-display)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e5322d' stroke-width='1.5'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.checkout-kasse-rechnung-display::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e5322d' stroke-width='1.5'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E");
}

.checkout-kasse-readonly-hint,
.checkout-kasse-field-hint {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #868e96;
}

.checkout-kasse-kunde-line {
  margin: 0;
  grid-column: 2;
}

.checkout-kasse-kunde-line--name {
  font-weight: 700;
  font-size: 16px;
  color: #1a1d21;
}

.checkout-kasse-liefer-address-picker {
  margin-top: 14px;
}

.checkout-kasse-liefer-picker-label {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
}

.checkout-kasse-liefer-address-list {
  display: grid;
  gap: 8px;
}

.checkout-kasse-liefer-address-option {
  display: grid;
  gap: 2px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.checkout-kasse-liefer-address-option.is-selected {
  border-color: var(--color-brand, #e5322d);
  background: #fff8f8;
  box-shadow: 0 0 0 1px rgba(229, 50, 45, 0.15);
}

.checkout-kasse-liefer-address-option-label {
  font-weight: 600;
  font-size: 13px;
}

.checkout-kasse-liefer-address-option-line,
.checkout-kasse-liefer-address-option-plz {
  font-size: 12px;
  color: #6c757d;
}

.checkout-kasse-liefer-edit {
  margin-top: 14px;
  display: none;
  flex-direction: column;
  gap: 14px;
}

.checkout-kasse-liefer-edit.is-checkout-editing {
  display: flex;
}

.checkout-kasse-kunde-display.is-hidden {
  display: none !important;
}

.checkout-kasse-liefer-address-picker.is-hidden {
  display: none !important;
}

.checkout-kasse-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.checkout-kasse-form-grid .input-group--narrow {
  max-width: none;
}

/* Checkout-Formular: Inputs wie apl3 (nicht Sidebar-Material-Styles) */
#checkout-modal .checkout-kasse-liefer-edit .input-group {
  gap: 8px;
  margin: 0;
}

#checkout-modal .checkout-kasse-liefer-edit .input-group label {
  font-size: 13px;
  font-weight: 500;
  color: #212529;
  line-height: 1.4;
  padding-bottom: 2px;
  text-transform: none;
  letter-spacing: normal;
}

#checkout-modal .checkout-kasse-liefer-edit .input-group input:not([type="hidden"]),
#checkout-modal .checkout-kasse-liefer-edit .input-group select,
#checkout-modal .checkout-kasse-liefer-edit .input-group textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.35;
  font-family: inherit;
  background: #fff;
  color: #212529;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#checkout-modal .checkout-kasse-liefer-edit .input-group input:focus,
#checkout-modal .checkout-kasse-liefer-edit .input-group select:focus,
#checkout-modal .checkout-kasse-liefer-edit .input-group textarea:focus {
  outline: none;
  border-color: #e5322d;
  box-shadow: 0 0 0 3px rgba(229, 50, 45, 0.12);
}

#checkout-modal .checkout-kasse-liefer-edit .input-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  padding-right: 32px;
}

#checkout-modal .checkout-kasse-liefer-edit .checkout-kasse-field-hint {
  margin: 4px 0 0;
  font-size: 11px;
  color: #868e96;
  line-height: 1.4;
}

#checkout-modal .checkout-kasse-address-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#checkout-modal .checkout-kasse-form-grid.checkout-kasse-form-grid--street {
  grid-template-columns: minmax(0, 2fr) minmax(88px, 1fr);
}

.checkout-kasse-section-title {
  display: block;
  margin: 4px 0 8px;
  font-size: 13px;
  font-weight: 600;
}

.checkout-kasse-edit-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 4px;
}

.checkout-order-summary-wrap {
  margin-bottom: 12px;
}

.checkout-order-summary-loading,
.checkout-order-summary-empty {
  margin: 0;
  color: #6c757d;
  font-size: 14px;
}

.checkout-order-summary-clean {
  display: grid;
  gap: 14px;
}

.checkout-order-summary-set {
  padding: 12px 14px;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  background: #fafbfc;
}

.checkout-order-summary-description {
  font-size: 13px;
  line-height: 1.5;
}

.checkout-order-summary-section-label {
  margin: 10px 0 4px;
  font-size: 12px;
  font-weight: 600;
  color: #495057;
}

.checkout-order-summary-ops-list {
  margin: 0;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.45;
}

.checkout-order-summary-set-price {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed #dee2e6;
  font-size: 13px;
  font-weight: 600;
}

.checkout-order-summary-prices,
.checkout-kasse-totals {
  display: grid;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid #e9ecef;
}

.checkout-kasse-total-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}

.checkout-kasse-total-row--grand {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid #dee2e6;
  font-size: 15px;
  font-weight: 700;
}

.checkout-kasse-lieferung-field {
  margin-top: 4px;
  margin-bottom: 0;
}

.checkout-kasse-lieferung-field--prominent {
  margin-top: 4px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #f0d8d6;
  background: linear-gradient(135deg, #fffaf9 0%, #fff 55%, #f8fbff 100%);
}

.checkout-kasse-lieferung-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1d21;
  letter-spacing: 0.01em;
}

.checkout-lieferung-combobox {
  position: relative;
  margin-top: 4px;
}

.checkout-lieferung-trigger {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 2px solid #e8d8d5;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}

.checkout-lieferung-trigger:hover,
.checkout-lieferung-trigger:focus {
  outline: none;
  border-color: #e5322d;
  background: #fffdfd;
  box-shadow: 0 4px 16px rgba(229, 50, 45, 0.1);
}

.checkout-lieferung-combobox.is-open .checkout-lieferung-trigger {
  border-color: #e5322d;
  box-shadow: 0 0 0 3px rgba(229, 50, 45, 0.12);
}

.checkout-lieferung-trigger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff5f4 0%, #ffeceb 100%);
  color: #e5322d;
}

.checkout-lieferung-trigger-icon svg {
  display: block;
}

.checkout-lieferung-trigger-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.checkout-lieferung-trigger-label {
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  line-height: 1.25;
}

.checkout-lieferung-trigger-sublabel {
  font-size: 13px;
  color: #6c757d;
  line-height: 1.35;
}

.checkout-lieferung-trigger-badge {
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff0ef;
  border: 1px solid #f5c4c2;
  color: #c42824;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.checkout-lieferung-chevron {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-left: -4px;
  border-right: 2px solid #868e96;
  border-bottom: 2px solid #868e96;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.checkout-lieferung-combobox.is-open .checkout-lieferung-chevron {
  transform: rotate(-135deg) translateY(2px);
  border-color: #e5322d;
}

.checkout-lieferung-panel {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(33, 37, 41, 0.14);
}

.checkout-lieferung-panel.is-hidden {
  display: none !important;
}

.checkout-lieferung-option {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #eef1f4;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.checkout-lieferung-option:hover {
  border-color: #e5322d;
  background: #fffafa;
  box-shadow: 0 4px 12px rgba(229, 50, 45, 0.08);
}

.checkout-lieferung-option.is-selected {
  border-color: #e5322d;
  background: #fff8f8;
  box-shadow: inset 0 0 0 1px rgba(229, 50, 45, 0.15);
}

.checkout-lieferung-option-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f5f6f8;
  color: #e5322d;
}

.checkout-lieferung-option-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.checkout-lieferung-option-title {
  font-weight: 700;
  font-size: 14px;
  color: #212529;
  line-height: 1.3;
}

.checkout-lieferung-option-hint {
  font-size: 12px;
  color: #6c757d;
  line-height: 1.35;
}

.checkout-kasse-shipping-plz {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background: #f8f9fa;
}

.checkout-kasse-shipping-plz-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
}

.checkout-kasse-shipping-plz-input {
  width: 100%;
  max-width: 160px;
  padding: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
}

.checkout-kasse-shipping-plz-error {
  margin: 6px 0 0;
  font-size: 12px;
  color: #c92a2a;
}

.checkout-kasse-shipping-plz-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.checkout-kasse-zahlung-lead {
  margin: 0 0 12px;
  font-size: 13px;
  color: #495057;
}

.checkout-zahlung-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.checkout-zahlung-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 88px;
  padding: 14px 10px;
  border: 2px solid #dee2e6;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.checkout-zahlung-btn:hover {
  border-color: #ced4da;
  background: #f8f9fa;
}

.checkout-zahlung-btn--brand:hover {
  background: #fff;
  border-color: #adb5bd;
}

.checkout-zahlung-btn--brand.is-selected:hover {
  background: #fff8f8;
  border-color: var(--color-brand, #e5322d);
}

.checkout-zahlung-btn.is-selected {
  border-color: var(--color-brand, #e5322d);
  background: #fff8f8;
  box-shadow: 0 0 0 1px rgba(229, 50, 45, 0.12);
}

.checkout-zahlung-btn-label {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.checkout-zahlung-btn-hint {
  font-size: 11px;
  color: #6c757d;
  text-align: center;
  line-height: 1.3;
}

.checkout-zahlung-btn--brand {
  position: relative;
  min-height: 148px;
  padding: 10px 8px 12px;
  gap: 0;
  overflow: hidden;
}

.checkout-zahlung-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  color: #495057;
}

.checkout-zahlung-btn-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 0;
  padding: 4px 10px 2px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  pointer-events: none;
}

.checkout-zahlung-btn--brand:hover .checkout-zahlung-btn-copy {
  background: #fff;
}

.checkout-zahlung-btn--brand.is-selected .checkout-zahlung-btn-copy,
.checkout-zahlung-btn--brand.is-selected:hover .checkout-zahlung-btn-copy {
  background: #fff8f8;
}

.checkout-zahlung-btn--brand .checkout-zahlung-btn-label,
.checkout-zahlung-btn--brand .checkout-zahlung-btn-hint {
  position: relative;
  z-index: 1;
}

.checkout-zahlung-btn-logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.checkout-zahlung-btn-logo--paypal {
  max-height: 80px;
  max-width: 76px;
  width: auto;
  margin: 0 auto;
}

.checkout-zahlung-btn-logo--amazon {
  max-height: 92px;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

.checkout-zahlung-btn-icon--paypal,
.checkout-zahlung-btn-icon--amazon {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 96px;
  padding: 0 2px;
  flex-shrink: 0;
  margin-bottom: -16px;
}

.checkout-payment-dim-layer {
  position: absolute;
  inset: 0;
  z-index: 30;
  border-radius: 12px;
  background: rgba(12, 14, 18, 0.72);
}

.checkout-kasse-payment-hint {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  z-index: 35;
  margin: 0;
  padding: 12px 18px;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

#checkout-modal.is-payment-highlight-global {
  background: rgba(0, 0, 0, 0.88);
}

#checkout-modal.is-payment-highlight-global .checkout-modal-header,
#checkout-modal.is-payment-highlight-global .checkout-modal-footer {
  opacity: 0.35;
  pointer-events: none;
}

#checkout-modal.is-payment-highlight-global .checkout-kasse-block--zahlung {
  position: relative;
  z-index: 40;
  box-shadow: 0 0 0 3px var(--color-brand, #e5322d), 0 12px 32px rgba(0, 0, 0, 0.22);
}

.checkout-modal-footer-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.checkout-modal-legal {
  flex: 1 1 280px;
  min-width: min(280px, 100%);
  max-width: 560px;
}

.checkout-modal-legal-text {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.45;
  color: #6c757d;
}

.checkout-modal-footer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.checkout-payment-gate-panel {
  max-width: 420px;
}

.checkout-payment-gate-loading {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  padding: 12px 0;
}

.checkout-payment-gate-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e9ecef;
  border-top-color: var(--color-brand, #e5322d);
  border-radius: 50%;
  animation: checkout-gate-spin 0.8s linear infinite;
}

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

.checkout-payment-gate-loading-title {
  margin: 0;
  font-weight: 700;
}

.checkout-payment-gate-hint {
  margin: 0;
  font-size: 13px;
  color: #6c757d;
}

#checkout-modal .country-combobox {
  position: relative;
}

#checkout-modal .country-combobox-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  font-family: inherit;
  color: #212529;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#checkout-modal .country-combobox-trigger:hover,
#checkout-modal .country-combobox-trigger:focus {
  outline: none;
  border-color: #e5322d;
  box-shadow: 0 0 0 3px rgba(229, 50, 45, 0.12);
}

#checkout-modal .country-combobox-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 30;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

#checkout-modal .country-combobox-panel.is-hidden {
  display: none;
}

#checkout-modal .country-combobox-filter {
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-bottom: 1px solid #e9ecef;
}

#checkout-modal .country-combobox-list {
  max-height: 180px;
  overflow-y: auto;
  margin: 0;
  padding: 4px 0;
  list-style: none;
}

#checkout-modal .country-combobox-option {
  padding: 8px 12px;
  cursor: pointer;
}

#checkout-modal .country-combobox-option:hover,
#checkout-modal .country-combobox-option.is-active {
  background: #fff5f5;
}

.checkout-order-note {
  margin-top: 14px;
}

@media (max-width: 760px) {
  .checkout-zahlung-options {
    grid-template-columns: 1fr;
  }

  .checkout-kasse-form-grid {
    grid-template-columns: 1fr;
  }

  .checkout-kasse-form-grid .input-group--narrow {
    max-width: none;
  }
}
