.izeshop-checkout {
    --izeshop-blue: #2563eb;
    --izeshop-text: #182230;
    --izeshop-muted: #667085;
    --izeshop-border: #d0d5dd;
    color: var(--izeshop-text);
    margin: 14px 0 4px;
}

.izeshop-test-mode {
    background: #fff4d6;
    border: 1px solid #e2b541;
    border-radius: 6px;
    margin-bottom: 14px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 600;
}

.izeshop-plan-field { margin: 20px 0 6px; }
.izeshop-plan-field label,
.izeshop-field label { display: block; margin-bottom: 7px; color: var(--izeshop-text); font-size: 14px; font-weight: 600; }
.izeshop-card-number-wrap { position:relative; }
.izeshop-card-number-wrap .izeshop-secure-field { position:relative; }
.izeshop-card-brand { display:none; position:absolute; z-index:2; top:50%; right:10px; transform:translateY(-50%); align-items:center; justify-content:center; min-width:38px; height:26px; padding:0 6px; border:1px solid #eaecf0; border-radius:5px; background:#fff; color:#344054; font-size:10px; font-weight:700; line-height:1; pointer-events:none; }
.izeshop-card-brand.izeshop-brand-visible { display:inline-flex; }
.izeshop-card-brand img { display:block; width:auto; max-width:40px; height:21px; object-fit:contain; }
.izeshop-plan-field select { box-sizing: border-box; width: 100%; height: 46px !important; min-height: 46px !important; padding: 0 12px !important; border: 1px solid var(--izeshop-border); border-radius: 8px; background: #fff; color: var(--izeshop-text); }
.izeshop-plan-field small { display: block; color: var(--izeshop-muted); margin-top: 8px; font-size: 12px; line-height: 1.45; }

.izeshop-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    transition: opacity .18s ease;
}
.izeshop-accepted-cards { display:flex; flex-wrap:nowrap; align-items:center; gap:8px; min-width:0; margin:0 0 3px; overflow:hidden; }
.izeshop-accepted-cards img { display:block; box-sizing:border-box; width:auto; max-width:42px; height:25px; padding:4px 6px; border:1px solid #e4e7ec; border-radius:4px; background:#fff; object-fit:contain; }
.izeshop-field { transition: color .16s ease; }
.izeshop-field:focus-within > label,
.izeshop-plan-field:focus-within > label,
.izeshop-field.izeshop-active > label { color:var(--izeshop-blue) !important; font-weight:700; }
.izeshop-field-help { display:block; margin-top:6px; color:var(--izeshop-muted); font-size:12px; line-height:1.4; }
.izeshop-document-fields { display:grid; grid-template-columns:1fr; gap:14px; }
.izeshop-document-fields[hidden] { display:none !important; }
.izeshop-document-combined { display:flex; flex-flow:row nowrap; align-items:center; box-sizing:border-box; width:100%; min-width:0; height:48px; border:1px solid var(--izeshop-border); border-radius:8px; background:#fff; transition:border-color .16s ease,box-shadow .16s ease; overflow:hidden; }
.izeshop-document-combined:focus-within { border-color:var(--izeshop-blue); box-shadow:0 0 0 3px rgba(37,99,235,.12); }
.izeshop-document-combined #izeshop-identification-type { appearance:none; -webkit-appearance:none; flex:0 0 94px; width:94px !important; height:46px !important; min-height:46px !important; max-height:46px !important; padding:0 30px 0 12px !important; border:0 !important; border-radius:0 !important; box-shadow:none !important; background-color:#fff; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23101828' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 11px center; background-size:12px 8px; cursor:pointer; }
.izeshop-document-divider { flex:0 0 1px; width:1px; height:30px; background:#d0d5dd; }
.izeshop-document-combined #izeshop-identification-number-display { flex:1 1 auto; min-width:0; width:auto !important; height:46px !important; min-height:46px !important; max-height:46px !important; padding:0 12px !important; border:0 !important; border-radius:0 !important; box-shadow:none !important; }
.izeshop-document-summary { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:-2px; padding:9px 11px; border:1px solid #eaecf0; border-radius:7px; background:#f9fafb; color:var(--izeshop-muted); font-size:12px; }
.izeshop-document-summary[hidden] { display:none !important; }
.izeshop-document-summary button { appearance:none; border:0; background:transparent; color:var(--izeshop-blue); padding:2px 0; font:inherit; font-weight:600; cursor:pointer; }

.izeshop-full { grid-column: 1 / -1; }
.izeshop-field input,
.izeshop-field select,
.izeshop-secure-field {
    box-sizing: border-box;
    width: 100%;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    background: #fff;
    border: 1px solid var(--izeshop-border);
    border-radius: 8px;
    padding: 0 12px !important;
}

.izeshop-secure-field { padding: 0 !important; overflow: hidden; }
.izeshop-field input:focus,
.izeshop-field select:focus,
.izeshop-plan-field select:focus,
.izeshop-secure-field:focus-within { border-color: var(--izeshop-blue) !important; box-shadow: 0 0 0 3px rgba(37,99,235,.16) !important; outline: 0; }
.izeshop-secure-field.izeshop-active { border-color:var(--izeshop-blue) !important; box-shadow:0 0 0 3px rgba(37,99,235,.16) !important; }
.izeshop-document-combined #izeshop-identification-type { background-color:#fff !important; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23000000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important; background-repeat:no-repeat !important; background-position:right 11px center !important; background-size:12px 8px !important; }
#izeshop-identification-number.izeshop-sdk-only { position:absolute !important; width:1px !important; min-width:1px !important; height:1px !important; min-height:1px !important; max-height:1px !important; padding:0 !important; border:0 !important; }
.izeshop-secure-field iframe {
    display: block !important;
    box-sizing: border-box !important;
    width: calc(100% - 20px) !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
}
#izeshop-card-number iframe { width: calc(100% - 78px) !important; margin-right:68px !important; }
.izeshop-cvv-wrap { position:relative; }
.izeshop-cvv-wrap #izeshop-security-code iframe { width:calc(100% - 58px) !important; margin-right:48px !important; }
.izeshop-cvv-help-button { position:absolute; z-index:2; top:50%; right:11px; transform:translateY(-50%); display:flex; align-items:center; justify-content:center; width:22px; height:22px; padding:0; border:2px solid #98a2b3; border-radius:50%; background:#fff; color:#667085; font-size:14px; font-weight:700; line-height:1; cursor:pointer; }
.izeshop-cvv-help-button:hover,
.izeshop-cvv-help-button:focus-visible { border-color:var(--izeshop-blue); color:var(--izeshop-blue); outline:0; box-shadow:0 0 0 3px rgba(37,99,235,.12); }
.izeshop-cvv-tooltip { position:absolute; z-index:20; right:-6px; bottom:calc(100% + 10px); width:min(260px,calc(100vw - 42px)); box-sizing:border-box; padding:11px 13px; border-radius:7px; background:#202124; color:#fff; font-size:12px; font-weight:500; line-height:1.4; box-shadow:0 8px 24px rgba(16,24,40,.22); }
.izeshop-cvv-tooltip::after { content:""; position:absolute; right:19px; top:100%; border:6px solid transparent; border-top-color:#202124; }
.izeshop-cvv-tooltip[hidden] { display:none !important; }
.izeshop-sdk-only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.izeshop-loading .izeshop-card-grid { opacity: .55; pointer-events: none; }

.izeshop-message {
    min-height: 20px;
    margin-top: 12px;
    font-size: 13px;
}
.izeshop-local-notices:empty { display:none; }
.izeshop-local-notices { margin:0 0 14px; }
.izeshop-local-notices .woocommerce-NoticeGroup-checkout,
.izeshop-local-notices .woocommerce-error,
.izeshop-local-notices .woocommerce-message { margin:0 !important; }
.izeshop-error { color: #b42318; }
.izeshop-success { color: #067647; }
.izeshop-info { color: #175cd3; }
.izeshop-hidden-pricing-fee { display: none !important; }

@media (max-width: 480px) {
    .izeshop-card-grid { grid-template-columns: 1fr; }
    .izeshop-document-fields { grid-template-columns:1fr; }
    .izeshop-full { grid-column: auto; }
    .izeshop-document-combined { display:flex !important; flex-direction:row !important; flex-wrap:nowrap !important; }
    .izeshop-document-combined #izeshop-identification-type { flex:0 0 94px !important; width:94px !important; }
    .izeshop-document-combined #izeshop-identification-number-display { flex:1 1 0 !important; width:0 !important; min-width:0 !important; }
    .izeshop-accepted-cards { gap:6px; }
    .izeshop-accepted-cards img { max-width:38px; height:24px; padding:4px 5px; }
}
.izeshop-3ds-open{overflow:hidden}.izeshop-3ds-overlay{position:fixed;inset:0;z-index:999999;background:rgba(18,21,31,.72);display:flex;align-items:center;justify-content:center;padding:20px}.izeshop-3ds-dialog{box-sizing:border-box;width:min(600px,100%);height:min(760px,calc(100vh - 40px));background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 20px 70px rgba(0,0,0,.35);padding:16px;text-align:center}.izeshop-3ds-dialog h2{margin:0 0 6px}.izeshop-3ds-dialog p{margin:4px 0 10px}.izeshop-3ds-dialog iframe{display:block;width:100%;height:590px;border:0}.izeshop-3ds-dialog form{display:none}.izeshop-3ds-status{font-size:13px;color:#596174}@media(max-width:640px){.izeshop-3ds-overlay{padding:0}.izeshop-3ds-dialog{width:100%;height:100vh;border-radius:0;padding:12px}.izeshop-3ds-dialog iframe{height:calc(100vh - 140px)}}
