.gog-ccr-redemption-panel {
  color: #e6dcc1;
  font-family: Inter, system-ui, sans-serif;
}

.gog-ccr-redemption-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.gog-ccr-redemption-panel__heading {
  min-width: 0;
}

.gog-ccr-redemption-panel__eyebrow,
.gog-ccr-rewards-estimate__eyebrow {
  color: #39a9db;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gog-ccr-redemption-panel__title {
  margin: 0.22rem 0 0;
  color: #e6dcc1;
  font-family: Orbitron, Inter, system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.3;
}

.gog-ccr-redemption-panel__balance {
  flex: 0 0 auto;
  text-align: right;
}

.gog-ccr-redemption-panel__balance strong {
  display: block;
  color: #e6dcc1;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 1rem;
  font-weight: 800;
}

.gog-ccr-redemption-panel__balance small,
.gog-ccr-redemption-panel__remaining,
.gog-ccr-redemption-panel__note,
.gog-ccr-rewards-estimate__level,
.gog-ccr-rewards-estimate__note {
  color: #bfae8a;
  font-size: 0.82rem;
  line-height: 1.5;
}

.gog-ccr-redemption-panel__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0 0 0.95rem;
}

.gog-ccr-redemption-panel__summary > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.22rem;
}

.gog-ccr-redemption-panel__summary small {
  color: #bfae8a;
  font-size: 0.73rem;
  line-height: 1.3;
}

.gog-ccr-redemption-panel__summary strong {
  color: #e6dcc1;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.4;
}

.gog-ccr-redemption-panel__applied strong {
  color: #8fe568;
}

.gog-ccr-redemption-panel__label {
  display: block;
  margin: 0 0 0.42rem;
  color: #e6dcc1;
  font-size: 0.86rem;
  font-weight: 700;
}

.gog-ccr-redemption-panel__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
}

.gog-ccr-redemption-panel__input,
.gog-ccr-redemption-panel__max,
.gog-ccr-redemption-panel__apply,
.gog-ccr-redemption-panel__remove {
  min-height: 2.95rem;
  border-radius: 0.375rem;
  font: inherit;
}

.gog-ccr-redemption-panel__input {
  min-width: 0;
  padding: 0.72rem 0.84rem;
  border: 1px solid rgba(57, 169, 219, 0.46);
  background: rgba(0, 8, 18, 0.96);
  color: #e6dcc1;
  font-size: 0.98rem;
}

.gog-ccr-redemption-panel__input:hover {
  border-color: rgba(97, 194, 235, 0.7);
}

.gog-ccr-redemption-panel__max,
.gog-ccr-redemption-panel__remove {
  padding: 0.62rem 0.88rem;
  border: 1px solid #39a9db;
  background: transparent;
  color: #61c2eb;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.gog-ccr-redemption-panel__max:hover:not(:disabled),
.gog-ccr-redemption-panel__remove:hover:not(:disabled),
.gog-ccr-redemption-panel__max:focus-visible,
.gog-ccr-redemption-panel__remove:focus-visible {
  background: rgba(57, 169, 219, 0.1);
}

.gog-ccr-redemption-panel__actions {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.7rem;
}

.gog-ccr-redemption-panel__apply {
  flex: 1 1 auto;
  padding: 0.65rem 0.9rem;
  border: 1px solid #39a9db;
  background: #39a9db;
  color: #07111f;
  font-size: 0.84rem;
  font-weight: 850;
  cursor: pointer;
}

.gog-ccr-redemption-panel__apply:hover:not(:disabled) {
  border-color: #61c2eb;
  background: #61c2eb;
}

.gog-ccr-redemption-panel button:disabled,
.gog-ccr-redemption-panel input:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.gog-ccr-redemption-panel__remaining {
  margin: 0.68rem 0 0;
}

.gog-ccr-redemption-panel__status {
  margin: 0.7rem 0 0;
  padding: 0.62rem 0.72rem;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  line-height: 1.45;
}

.gog-ccr-redemption-panel__status--warning {
  background: rgba(235, 182, 69, 0.11);
  color: #f0ca72;
}

.gog-ccr-redemption-panel__status--error {
  background: rgba(255, 117, 117, 0.11);
  color: #ff9c9c;
}

.gog-ccr-redemption-panel__status--success {
  background: rgba(143, 229, 104, 0.1);
  color: #a8ee86;
}

.gog-ccr-rewards-estimate {
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(57, 169, 219, 0.16);
}

.gog-ccr-rewards-estimate__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.gog-ccr-rewards-estimate__rate {
  color: #e6dcc1;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.9rem;
}

.gog-ccr-rewards-estimate__values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.82rem;
}

.gog-ccr-rewards-estimate__values span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.2rem;
}

.gog-ccr-rewards-estimate__values small {
  color: #bfae8a;
  font-size: 0.75rem;
  font-weight: 700;
}

.gog-ccr-rewards-estimate__values strong {
  color: #8fe568;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 1rem;
  line-height: 1.35;
}

.gog-ccr-rewards-estimate__note {
  margin: 0.65rem 0 0;
}

.gog-ccr-redemption-panel input:focus-visible,
.gog-ccr-redemption-panel button:focus-visible {
  outline: 3px solid rgba(97, 194, 235, 0.38);
  outline-offset: 2px;
}

.gog-ccr-checkout-rewards-block {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(57, 169, 219, 0.16);
}

@media (max-width: 36rem) {
  .gog-ccr-redemption-panel__header,
  .gog-ccr-rewards-estimate__header {
    flex-direction: column;
  }

  .gog-ccr-redemption-panel__balance {
    text-align: left;
  }

  .gog-ccr-redemption-panel__summary,
  .gog-ccr-rewards-estimate__values,
  .gog-ccr-redemption-panel__controls {
    grid-template-columns: 1fr;
  }

  .gog-ccr-redemption-panel__actions {
    flex-direction: column;
  }
}

/* RC6 live draft preview: updates instantly as the shopper edits credits. */
.gog-ccr-redemption-panel__live-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.75rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(57, 169, 219, 0.14);
  border-bottom: 1px solid rgba(57, 169, 219, 0.14);
}

.gog-ccr-redemption-panel__live-preview > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.22rem;
}

.gog-ccr-redemption-panel__live-preview small {
  color: #bfae8a;
  font-size: 0.72rem;
  line-height: 1.35;
}

.gog-ccr-redemption-panel__live-preview strong {
  color: #e6dcc1;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.gog-ccr-redemption-panel__live-preview--draft strong:first-of-type {
  color: #8fe568;
}

/* Only used when the forced Payment Methods inner block cannot mount. */
.gog-ccr-checkout-rewards-fallback {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(57, 169, 219, 0.16);
}

@media (max-width: 44rem) {
  .gog-ccr-redemption-panel__live-preview {
    grid-template-columns: 1fr;
  }
}


/* RC11 — final checkout totals immediately above the place-order button. */
.gog-ccr-checkout__actions-row--enhanced {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.9rem !important;
}

.gog-ccr-checkout-final-totals {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(57, 169, 219, 0.18);
  color: #e6dcc1;
  font-family: Inter, system-ui, sans-serif;
}

.gog-ccr-checkout-final-totals__title {
  margin: 0 0 0.7rem;
  color: #e6dcc1;
  font-family: Orbitron, Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.gog-ccr-checkout-final-totals__list {
  margin: 0;
}

.gog-ccr-checkout-final-totals__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  padding: 0.42rem 0;
  color: #bfae8a;
  font-size: 0.88rem;
  line-height: 1.45;
}

.gog-ccr-checkout-final-totals__row dt,
.gog-ccr-checkout-final-totals__row dd {
  min-width: 0;
  margin: 0;
}

.gog-ccr-checkout-final-totals__row dd {
  color: #e6dcc1;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.gog-ccr-checkout-final-totals__row--total {
  margin-top: 0.45rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(57, 169, 219, 0.24);
  color: #e6dcc1;
  font-family: Orbitron, Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.gog-ccr-checkout__actions-row--enhanced .wc-block-components-checkout-place-order-button {
  flex: 0 0 100% !important;
  width: 100% !important;
}

/* RC13 — checkout edit-cart navigation and resilient final review controls. */
.gog-ccr-checkout-edit-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 0.9rem;
  margin: 0 0 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(57, 169, 219, 0.14);
  color: #bfae8a;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.45;
}

.gog-ccr-checkout-edit-cart__link,
.gog-ccr-checkout-return-cart {
  color: #61c2eb !important;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
  text-decoration: none !important;
}

.gog-ccr-checkout-edit-cart__link:hover,
.gog-ccr-checkout-edit-cart__link:focus-visible,
.gog-ccr-checkout-return-cart:hover,
.gog-ccr-checkout-return-cart:focus-visible {
  color: #e6dcc1 !important;
  text-decoration: underline !important;
}

.gog-ccr-checkout-return-cart {
  flex: 0 0 100%;
  width: 100%;
  margin-top: -0.15rem;
  padding: 0.25rem 0;
  font-size: 0.88rem;
  text-align: center;
}

@media (max-width: 44rem) {
  .gog-ccr-checkout-edit-cart {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* RC15 — grouped carrier-first shipping selector for Cart and Checkout. */
body.gog-ccr-grouped-shipping-active .wc-block-components-shipping-rates-control .wc-block-components-radio-control,
body.gog-ccr-grouped-shipping-active .wc-block-components-shipping-rates-control .wc-block-components-radio-control-accordion,
body.gog-ccr-grouped-shipping-active .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,
body.gog-ccr-grouped-shipping-active .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control-accordion {
  display: none !important;
}

.gog-ccr-shipping-selector,
.gog-ccr-shipping-selection-summary {
  width: 100%;
  color: #e6dcc1;
  font-family: Inter, system-ui, sans-serif;
}

.gog-ccr-shipping-selector {
  margin-top: 0.75rem;
}

.gog-ccr-shipping-selector.is-busy {
  opacity: 0.78;
  pointer-events: none;
}

.gog-ccr-shipping-selector__update-status {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.75rem;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(57, 169, 219, 0.28);
  border-radius: 5px;
  background: rgba(57, 169, 219, 0.07);
  color: #bfae8a;
  font-size: 0.76rem;
  line-height: 1.4;
}

.gog-ccr-shipping-selector__spinner {
  width: 0.82rem;
  height: 0.82rem;
  flex: 0 0 auto;
  border: 2px solid rgba(57, 169, 219, 0.28);
  border-top-color: #61c2eb;
  border-radius: 999px;
  animation: gog-ccr-shipping-spin 700ms linear infinite;
}

@keyframes gog-ccr-shipping-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .gog-ccr-shipping-selector__spinner {
    animation: none;
  }
}

.gog-ccr-shipping-selector__header,
.gog-ccr-shipping-selection-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.gog-ccr-shipping-selector__header {
  margin-bottom: 0.85rem;
}

.gog-ccr-shipping-selector__header h3 {
  margin: 0.18rem 0 0;
  color: #e6dcc1;
  font-family: Orbitron, Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.gog-ccr-shipping-selector__eyebrow {
  display: block;
  color: #39a9db;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.gog-ccr-shipping-selector__done,
.gog-ccr-shipping-selector__change {
  border: 1px solid rgba(57, 169, 219, 0.58);
  border-radius: 4px;
  background: transparent;
  color: #61c2eb;
  cursor: pointer;
  font: 800 0.78rem/1 Inter, system-ui, sans-serif;
  padding: 0.62rem 0.78rem;
}

.gog-ccr-shipping-selector__done:hover,
.gog-ccr-shipping-selector__done:focus-visible,
.gog-ccr-shipping-selector__change:hover,
.gog-ccr-shipping-selector__change:focus-visible {
  border-color: #61c2eb;
  color: #e6dcc1;
  outline: none;
}

.gog-ccr-shipping-selector__package + .gog-ccr-shipping-selector__package {
  margin-top: 1rem;
}

.gog-ccr-shipping-selector__package-title {
  margin: 0 0 0.65rem;
  color: #bfae8a;
  font-size: 0.82rem;
}

.gog-ccr-shipping-recommendation {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  margin: 0 0 0.75rem;
  padding: 0.82rem;
  border: 1px solid rgba(143, 229, 104, 0.35);
  border-radius: 5px;
  background: rgba(143, 229, 104, 0.06);
  color: #e6dcc1;
  cursor: pointer;
  text-align: left;
}

.gog-ccr-shipping-recommendation.is-selected {
  border-color: rgba(143, 229, 104, 0.75);
  box-shadow: 0 0 0 1px rgba(143, 229, 104, 0.13) inset;
}

.gog-ccr-shipping-recommendation__badge {
  color: #8fe568;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.gog-ccr-shipping-recommendation__main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.15rem;
}

.gog-ccr-shipping-recommendation__main strong,
.gog-ccr-shipping-service__copy strong,
.gog-ccr-shipping-carrier__name strong {
  color: #e6dcc1;
  font-size: 0.86rem;
}

.gog-ccr-shipping-recommendation__main small,
.gog-ccr-shipping-service__copy small,
.gog-ccr-shipping-carrier__name small,
.gog-ccr-shipping-carrier__from small {
  color: #bfae8a;
  font-size: 0.72rem;
}

.gog-ccr-shipping-recommendation__price,
.gog-ccr-shipping-service__price,
.gog-ccr-shipping-carrier__from strong,
.gog-ccr-shipping-selection-summary__actions > strong {
  color: #e6dcc1;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.82rem;
  white-space: nowrap;
}

.gog-ccr-shipping-selector__groups {
  display: grid;
  gap: 0.55rem;
}

.gog-ccr-shipping-carrier {
  overflow: hidden;
  border: 1px solid rgba(57, 169, 219, 0.2);
  border-radius: 5px;
  background: rgba(1, 8, 20, 0.42);
}

.gog-ccr-shipping-carrier.is-selected {
  border-color: rgba(57, 169, 219, 0.62);
}

.gog-ccr-shipping-carrier__toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  padding: 0.78rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.gog-ccr-shipping-carrier__name,
.gog-ccr-shipping-carrier__from {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.12rem;
}

.gog-ccr-shipping-carrier__from {
  align-items: flex-end;
}

.gog-ccr-shipping-carrier__chevron {
  color: #61c2eb;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 1rem;
}

.gog-ccr-shipping-services {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(57, 169, 219, 0.16);
}

.gog-ccr-shipping-service {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.72rem 0.78rem;
  border-bottom: 1px solid rgba(57, 169, 219, 0.1);
  cursor: pointer;
}

.gog-ccr-shipping-service:last-child {
  border-bottom: 0;
}

.gog-ccr-shipping-service.is-selected {
  background: rgba(57, 169, 219, 0.08);
}

.gog-ccr-shipping-service input {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: #39a9db;
}

.gog-ccr-shipping-service__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.12rem;
}

.gog-ccr-shipping-selection-summary {
  margin-top: 0.5rem;
  padding: 0.82rem;
  border: 1px solid rgba(57, 169, 219, 0.42);
  border-radius: 5px;
  background: rgba(57, 169, 219, 0.06);
}

.gog-ccr-shipping-selection-summary + .gog-ccr-shipping-selection-summary {
  margin-top: 0.6rem;
}

.gog-ccr-shipping-selection-summary__copy,
.gog-ccr-shipping-selection-summary__actions {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.gog-ccr-shipping-selection-summary__copy > strong {
  color: #e6dcc1;
  font-size: 0.86rem;
}

.gog-ccr-shipping-selection-summary__copy > span:not(.gog-ccr-shipping-selector__eyebrow) {
  color: #bfae8a;
  font-size: 0.72rem;
}

.gog-ccr-shipping-selection-summary__actions {
  align-items: flex-end;
}

@media (max-width: 44rem) {
  .gog-ccr-shipping-selector__header,
  .gog-ccr-shipping-selection-summary {
    align-items: flex-start;
  }

  .gog-ccr-shipping-recommendation {
    grid-template-columns: 1fr auto;
  }

  .gog-ccr-shipping-recommendation__badge {
    grid-column: 1 / -1;
  }

  .gog-ccr-shipping-carrier__toggle {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .gog-ccr-shipping-service {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}

/* RC15 — fallback host for sites where the experimental shipping SlotFill is registered but not mounted. */
.gog-ccr-shipping-selector-fallback-host {
  width: 100%;
  min-width: 0;
}

.wc-block-components-totals-shipping > .gog-ccr-shipping-selector-fallback-host {
  margin-top: 0.75rem;
}


/* RC17 — mixed in-stock/pre-order fulfilment disclosure. */
.gog-ccr-mixed-fulfillment-notice {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 0.8rem;
  padding: 0.82rem;
  border: 1px solid rgba(191, 174, 138, 0.38);
  border-radius: 5px;
  background: rgba(191, 174, 138, 0.07);
}

.gog-ccr-shipping-selection-summary + .gog-ccr-mixed-fulfillment-notice {
  margin-top: 0.7rem;
}

.gog-ccr-mixed-fulfillment-notice__eyebrow {
  color: #39a9db;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.gog-ccr-mixed-fulfillment-notice strong {
  color: #e6dcc1;
  font-size: 0.8rem;
  line-height: 1.35;
}

.gog-ccr-mixed-fulfillment-notice p {
  margin: 0;
  color: #bfae8a;
  font-size: 0.72rem;
  line-height: 1.5;
}


/* RC18 — retain GOG styling while WooCommerce edits and recalculates addresses. */
.wc-block-checkout .wc-block-components-text-input input:not([type="checkbox"]):not([type="radio"]),
.wc-block-checkout .wc-block-components-address-form input:not([type="checkbox"]):not([type="radio"]),
.wc-block-checkout .wc-block-components-address-form select,
.wc-block-checkout .wc-block-components-address-form textarea,
.wc-block-checkout .wc-block-components-textarea,
.wc-block-checkout .wc-block-components-combobox-control input,
.wc-block-checkout .wc-block-components-select select,
.wc-block-checkout .components-combobox-control__input {
  border-color: rgba(191, 174, 138, 0.42) !important;
  border-radius: 0.375rem !important;
  background-color: #000812 !important;
  color: #e6dcc1 !important;
  caret-color: #e6dcc1 !important;
  -webkit-text-fill-color: #e6dcc1 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025) !important;
}

.wc-block-checkout .wc-block-components-text-input input:not([type="checkbox"]):not([type="radio"]):hover,
.wc-block-checkout .wc-block-components-address-form input:not([type="checkbox"]):not([type="radio"]):hover,
.wc-block-checkout .wc-block-components-address-form select:hover,
.wc-block-checkout .wc-block-components-address-form textarea:hover,
.wc-block-checkout .wc-block-components-textarea:hover,
.wc-block-checkout .wc-block-components-combobox-control input:hover,
.wc-block-checkout .wc-block-components-select select:hover {
  border-color: rgba(97, 194, 235, 0.58) !important;
}

.wc-block-checkout .wc-block-components-text-input input:not([type="checkbox"]):not([type="radio"]):focus,
.wc-block-checkout .wc-block-components-address-form input:not([type="checkbox"]):not([type="radio"]):focus,
.wc-block-checkout .wc-block-components-address-form select:focus,
.wc-block-checkout .wc-block-components-address-form textarea:focus,
.wc-block-checkout .wc-block-components-textarea:focus,
.wc-block-checkout .wc-block-components-combobox-control input:focus,
.wc-block-checkout .wc-block-components-select select:focus {
  border-color: #39a9db !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(57, 169, 219, 0.2) !important;
}

.wc-block-checkout .wc-block-components-text-input input:-webkit-autofill,
.wc-block-checkout .wc-block-components-text-input input:-webkit-autofill:hover,
.wc-block-checkout .wc-block-components-text-input input:-webkit-autofill:focus,
.wc-block-checkout .wc-block-components-address-form input:-webkit-autofill,
.wc-block-checkout .wc-block-components-address-form input:-webkit-autofill:hover,
.wc-block-checkout .wc-block-components-address-form input:-webkit-autofill:focus,
.wc-block-checkout .wc-block-components-combobox-control input:-webkit-autofill,
.wc-block-checkout .wc-block-components-combobox-control input:-webkit-autofill:hover,
.wc-block-checkout .wc-block-components-combobox-control input:-webkit-autofill:focus {
  -webkit-text-fill-color: #e6dcc1 !important;
  -webkit-box-shadow: 0 0 0 1000px #000812 inset !important;
  box-shadow: 0 0 0 1000px #000812 inset !important;
  caret-color: #e6dcc1 !important;
  transition: background-color 9999s ease-out 0s;
}

.wc-block-checkout .wc-block-components-address-form select option,
.wc-block-checkout .wc-block-components-select select option {
  background: #07111f;
  color: #e6dcc1;
}
