/* @kyc-managed v14 | sha=3fb1527c | 2026-07-26T10:43:07+00:00 | by=claude */

/* @kyc-managed v4 | sha=PENDING | 2026-07-22T17:32:28+00:00 | by=claude */

.kyc-gateway-classic-tokens {
    border: 1px solid var(--kyc-border);
    border-radius: 4px;
    margin: 0 0 12px;
    padding: 10px 14px;
    background: var(--kyc-bg-alt);
}

.kyc-gateway-classic-tokens legend {
    font-size: 0.9em;
    color: var(--kyc-text-muted);
    padding: 0 6px;
}

.kyc-gateway-classic-token-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kyc-gateway-classic-token-list li {
    margin: 4px 0;
}

.kyc-gateway-classic-token-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    color: var(--kyc-text);
    cursor: pointer;
}

.kyc-gateway-classic-iframe-wrap {
    border: 1px solid var(--kyc-border);
    border-radius: 4px;
    background: var(--kyc-bg-elevated);
    padding: 8px;
    margin: 8px 0;
}

#kyc-gateway-classic-iframe {
    width: 100%;
    min-height: 220px;
    border: 0;
    display: block;
}

.kyc-gateway-classic-status {
    font-size: 0.85em;
    color: var(--kyc-success);
    margin-top: 6px;
    min-height: 1.2em;
}

.kyc-gateway-classic-status.kyc-gateway-classic-error,
.kyc-gateway-classic-error {
    color: var(--kyc-error);
}

.kyc-gateway-classic-processing {
    opacity: 0.7;
    pointer-events: none;
    transition: opacity 120ms ease-in-out;
}

#kyc-gateway-classic-login-signpost.kyc-gateway-classic-signpost {
    border: 1px solid var(--kyc-warning);
    border-left-width: 4px;
    border-radius: 4px;
    background: var(--kyc-bg-alt);
    color: var(--kyc-text);
    padding: 10px 14px;
    margin: 12px 0;
    font-size: 0.9em;
    line-height: 1.5;
}

.woocommerce-checkout-review-order-table .kyc-checkout_important_notice_3,
.woocommerce-checkout-review-order-table .kyc-important_notice {
    border: 1px solid var(--kyc-warning);
    border-left-width: 4px;
    border-radius: 4px;
    background: var(--kyc-bg-alt);
    color: var(--kyc-text);
    padding: 8px 12px;
    margin: 4px 0;
    font-size: 0.9em;
    line-height: 1.5;
}

.woocommerce-checkout-review-order-table .kyc-free_gift_progress_bar .kyc-minimum_amount_notice {
    font-size: 0.9em;
    color: var(--kyc-text-muted);
    margin: 4px 0;
}

.woocommerce-checkout-review-order-table .kyc-progress-bar-background {
    background: var(--kyc-bg-alt);
    border-radius: 4px;
    overflow: hidden;
    margin: 4px 0;
}

.woocommerce-checkout-review-order-table .kyc-progress-bar-foreground {
    background: var(--kyc-accent);
}

@keyframes kyc-discount-shimmer {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.woocommerce-checkout-review-order-table .kyc-discount-shimmer {
    font-weight: 700;
    background: linear-gradient(90deg, var(--kyc-accent) 0%, var(--kyc-accent) 40%, var(--kyc-accent-hover) 50%, var(--kyc-accent) 60%, var(--kyc-accent) 100%);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: kyc-discount-shimmer 3s ease-in-out infinite;
}

.woocommerce-checkout-review-order-table .kyc-gateway-classic-points {
    border: 1px solid var(--kyc-border);
    border-radius: 4px;
    background: var(--kyc-bg-alt);
    padding: 10px 14px;
    margin: 6px 0;
    font-size: 0.9em;
}

.kyc-gateway-classic-points-heading {
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--kyc-text);
}

.kyc-gateway-classic-points-section {
    margin: 8px 0;
}

.kyc-gateway-classic-points-section p {
    margin: 4px 0;
}

.kyc-gateway-classic-points-empty span,
.kyc-gateway-classic-points-hint {
    color: var(--kyc-text-muted);
    font-size: 0.92em;
}

.kyc-gateway-classic-points-applied {
    color: var(--kyc-accent);
    font-weight: 600;
}

.kyc-gateway-classic-points-form {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.kyc-gateway-classic-points-input {
    width: 90px;
}

.kyc-gateway-classic-points-worth {
    color: var(--kyc-text-muted);
    white-space: nowrap;
}

.kyc-gateway-classic-points-message:empty {
    display: none;
}

.kyc-gateway-classic-modal-overlay {
    position: fixed;
    inset: 0;
    background: var(--kyc-overlay);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kyc-gateway-classic-modal-content {
    background: var(--kyc-bg-elevated);
    color: var(--kyc-text);
    padding: 36px 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 480px;
    width: calc(100% - 40px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--kyc-border);
}

.kyc-gateway-classic-modal-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 600;
    color: var(--kyc-text);
}

.kyc-gateway-classic-modal-title-error {
    color: var(--kyc-error);
}

.kyc-gateway-classic-modal-title-warning {
    color: var(--kyc-warning);
}

.kyc-gateway-classic-modal-message {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--kyc-text-muted);
}

.kyc-gateway-classic-modal-countdown {
    margin: 8px 0 0;
    font-size: 12px;
    font-family: monospace;
    color: var(--kyc-text-faint);
    min-height: 1em;
}

.kyc-gateway-classic-modal-warning {
    margin: 8px 0 0;
    font-size: 11px;
    color: var(--kyc-text-faint);
}

.kyc-gateway-classic-modal-timeout-notice {
    margin: 14px 0 0;
    font-size: 13px;
    color: var(--kyc-success);
}

.kyc-gateway-classic-modal-icon {
    margin-bottom: 18px;
    font-size: 44px;
    line-height: 1;
}

.kyc-gateway-classic-modal-tempcountdown {
    margin: 0 0 22px;
    font-size: 16px;
    font-weight: 700;
    color: var(--kyc-warning);
}

.kyc-gateway-classic-modal-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}

.kyc-gateway-classic-modal-btn {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid var(--kyc-border);
    border-radius: 6px;
    background: var(--kyc-bg-alt);
    color: var(--kyc-text);
    cursor: pointer;
}

.kyc-gateway-classic-modal-btn:hover {
    background: var(--kyc-bg-elevated);
}

.kyc-gateway-classic-modal-btn-primary {
    background: var(--kyc-accent);
    border-color: var(--kyc-accent);
    color: var(--kyc-btn-primary-text);
}

.kyc-gateway-classic-modal-btn-primary:hover {
    background: var(--kyc-accent-hover);
}

.kyc-gateway-classic-spinner {
    width: 42px;
    height: 42px;
    margin: 0 auto 18px;
    border: 4px solid var(--kyc-border);
    border-top-color: var(--kyc-accent);
    border-radius: 50%;
    animation: kyc-gateway-classic-spin 0.9s linear infinite;
}

@keyframes kyc-gateway-classic-spin {
    to { transform: rotate(360deg); }
}

.kyc-checkout_important_notice_3 { margin: 40px 0 48px 0; text-align: center; }
.kyc-progress-bar-foreground { background-color: var(--kyc-accent)!important; }
.kyc-progress-bar-background { background-color: #c30000!important; }
.kyc-free_shipping_progress_bar { padding: 20px !important; text-align: center; background-color: unset!important; margin-top: 0px!important; margin-bottom: 10px!important; }
.kyc-checkout-navigation { list-style: none; display: flex; justify-content: center; align-items: center; margin-bottom: 30px; }
.checkout-step { display: flex; align-items: center; position: relative; }
.step-circle { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 16px; transition: all 0.3s ease; }
.step-circle.completed { background-color: var(--kyc-accent); color: var(--kyc-btn-text, #fff); }
.step-circle.active { background-color: var(--kyc-accent); color: var(--kyc-btn-text, #fff); box-shadow: 0 0 0 4px rgba(var(--kyc-accent-rgb, 0,168,107), 0.2); }
.step-circle.pending { background-color: var(--kyc-surface-border); color: var(--kyc-text-muted); }
.step-label { margin-left: 10px; font-size: 16px; color: var(--kyc-text-muted); font-weight: 500; }
.step-label.completed { color: var(--kyc-text); }
.step-label.active { color: var(--kyc-text); font-weight: 600; }
.step-connector { width: 60px; height: 2px; background-color: var(--kyc-surface-border); margin: 0 20px; position: relative; }
.step-connector.completed { background-color: var(--kyc-accent); }
h1.kyc-checkout-title, h1.kyc-cart-title { font-style: normal; font-size: 64px; line-height: 72px; font-weight: 700; letter-spacing: 0px; text-align: center; padding-top: 30px; }
@media only screen and (max-width: 699px) { h1.kyc-checkout-title { font-size: 40px; } .wc-block-components-title.kyc-order-summary-heading { display:none!important; } .desktop_content { display:none; } .step-connector { width: 10px; margin: 0 10px; } .kyc-delivery-instructions-section { padding-top: 30px!important; } .wp-block-woocommerce-checkout { margin: 0 24px 24px 24px!important; } }

.kyc-gateway-classic-concierge-overlay {
    padding: 16px;
}

.kyc-gateway-classic-modal-content.kyc-gateway-classic-concierge {
    width: 100%;
    max-width: 420px;
    padding: 28px 26px;
    text-align: left;
    box-sizing: border-box;
}

.kyc-gateway-classic-concierge-title {
    font-size: 19px;
    line-height: 1.35;
}

.kyc-gateway-classic-concierge-body {
    margin: 0 0 18px;
}

.kyc-gateway-classic-concierge-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kyc-gateway-classic-concierge-stack input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font-size: 16px;
    border: 1px solid var(--kyc-border);
    border-radius: 6px;
    background: var(--kyc-bg-alt);
    color: var(--kyc-text);
}

.kyc-gateway-classic-concierge-stack input:focus {
    outline: none;
    border-color: var(--kyc-accent);
}

.kyc-gateway-classic-concierge-go {
    width: 100%;
    margin-top: 4px;
    cursor: pointer;
}

.kyc-gateway-classic-concierge-go[disabled] {
    opacity: .5;
    cursor: default;
}

.kyc-gateway-classic-concierge-msg {
    margin: 10px 0 0;
    min-height: 1.2em;
    font-size: 13px;
    color: var(--kyc-error);
}

.kyc-gateway-classic-concierge-foot {
    margin-top: 14px;
}

.kyc-gateway-classic-concierge-foot button {
    background: none;
    border: 0;
    padding: 0;
    color: var(--kyc-accent);
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
    text-align: left;
}

@media (max-width: 480px) {
    .kyc-gateway-classic-modal-content.kyc-gateway-classic-concierge {
        padding: 22px 18px;
        max-width: none;
    }
    .kyc-gateway-classic-concierge-title { font-size: 17px; }
}

.kyc-gateway-classic-email-locked input[readonly] {
    background: var(--kyc-bg-alt);
    color: var(--kyc-text-muted);
    cursor: not-allowed;
}

.kyc-gateway-classic-modal-content.kyc-gateway-classic-concierge {
    position: relative;
}

.kyc-gateway-classic-concierge-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: 0;
    font-size: 22px;
    line-height: 1;
    padding: 4px 8px;
    color: var(--kyc-text-muted);
    cursor: pointer;
}

.kyc-gateway-classic-concierge-close:hover {
    color: var(--kyc-text);
}

.kyc-gateway-classic-temp-insurance {
    margin: 18px 0 4px;
    padding: 14px 16px;
    border: 1px solid var(--kyc-border);
    border-radius: 8px;
    background: var(--kyc-bg-alt);
    text-align: left;
}

.kyc-gateway-classic-temp-insurance-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    cursor: pointer;
}

.kyc-gateway-classic-temp-insurance-row input {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    accent-color: var(--kyc-accent);
}

.kyc-gateway-classic-temp-insurance-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--kyc-text);
}

.kyc-gateway-classic-temp-insurance-note {
    margin: 8px 0 0 26px;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--kyc-text-muted);
}

.kyc-gateway-classic-temp-disclaimer {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px solid var(--kyc-surface-border);
    font-size: 12px;
    line-height: 1.55;
    color: var(--kyc-text-faint);
    text-align: left;
}

.kyc-gateway-classic-temp-disclaimer strong {
    color: var(--kyc-text-muted);
}

.kyc-gateway-classic-stockgate-list {
    margin: 16px 0 4px;
    text-align: left;
    max-height: 46vh;
    overflow-y: auto;
}

.kyc-gateway-classic-stockgate-row {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 0;
    border-bottom: 1px solid var(--kyc-surface-border);
}

.kyc-gateway-classic-stockgate-row:last-child {
    border-bottom: 0;
}

.kyc-gateway-classic-stockgate-item {
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 0;
    flex: 1 1 200px;
    font-size: 14px;
    color: var(--kyc-text);
}

.kyc-gateway-classic-stockgate-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    flex: 0 0 auto;
}

.kyc-gateway-classic-stockgate-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.kyc-gateway-classic-stockgate-alt {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: var(--kyc-text-muted);
    max-width: 240px;
}

.kyc-gateway-classic-stockgate-alt img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 4px;
    flex: 0 0 auto;
}

.kyc-gateway-classic-stockgate-actions .kyc-gateway-classic-modal-btn {
    padding: 8px 14px;
    font-size: 13px;
}

@media (max-width: 520px) {
    .kyc-gateway-classic-stockgate-row { align-items: flex-start; }
    .kyc-gateway-classic-stockgate-actions { width: 100%; justify-content: flex-start; }
}
