/* Coseralia Registro 1.2.2: account registration/login UI only.
   No checkout, vendor dashboard or authentication overrides. */
/* Native panels are full-width, but their display state stays under the theme's
   control. This avoids circular visibility detection when the theme changes views. */
.csrv-account-layout {
    display: block !important;
    width: 100% !important;
    max-width: 880px !important;
    margin-inline: auto !important;
    padding: 0 !important;
    border: 0 !important;
}
.csrv-account-layout.csrv-login-active { max-width: 620px !important; }
.csrv-account-layout::before,
.csrv-account-layout::after,
.csrv-account-layout > :is(.csrv-account-register-panel, .csrv-account-login-panel)::before,
.csrv-account-layout > :is(.csrv-account-register-panel, .csrv-account-login-panel)::after {
    display: none !important;
}
.csrv-account-layout > :is(.csrv-account-register-panel, .csrv-account-login-panel) {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.csrv-account-layout .csrv-account-information,
.csrv-account-layout .csrv-native-account-title {
    display: none !important;
}
:is(.csrv-register-form, .csrv-login-form) .csrv-account-access {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px 14px;
    margin: 0 0 22px;
    color: var(--csrv-muted);
    font-size: 14px;
    line-height: 1.6;
}
/* A navigation link styled as a secondary button: never submits the registration. */
:is(.csrv-register-form, .csrv-login-form) a:is(.csrv-account-login-link, .csrv-account-register-link) {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    max-width: 100%;
    padding: 10px 18px;
    border: 1px solid var(--csrv-accent);
    border-radius: 9px;
    background: #fff;
    color: var(--csrv-accent);
    box-shadow: none;
    font: inherit;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
:is(.csrv-register-form, .csrv-login-form) a:is(.csrv-account-login-link, .csrv-account-register-link):hover {
    background: var(--csrv-tint);
    border-color: var(--csrv-accent);
    color: var(--csrv-accent);
    text-decoration: none;
}
:is(.csrv-register-form, .csrv-login-form) a:is(.csrv-account-login-link, .csrv-account-register-link):active {
    background: #fce5f0;
}


.csrv-register-form,
.csrv-login-form,
.csrv-declaration {
    --csrv-accent: #c7006d;
    --csrv-brand: #e6007e;
    --csrv-ink: #2b2830;
    --csrv-muted: #605864;
    --csrv-line: #ddd5db;
    --csrv-tint: #fff3f8;
    --csrv-focus: #8c0050;
    color: var(--csrv-ink);
}
.csrv-register-form,
.csrv-register-form *,
.csrv-login-form,
.csrv-login-form *,
.csrv-declaration,
.csrv-declaration * { box-sizing: border-box; }
:is(.csrv-register-form, .csrv-login-form) {
    width: 100%;
    max-width: 880px;
    margin: 0 auto 28px;
    padding: clamp(20px, 3.2vw, 36px);
    border: 1px solid var(--csrv-line);
    border-top: 4px solid var(--csrv-brand);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 30px rgb(65 26 47 / 5%);
    text-align: left;
    line-height: 1.55;
    font-family: inherit;
}
.csrv-register-form [hidden],
.csrv-login-form [hidden],
.csrv-declaration [hidden] { display: none !important; }
.csrv-form-head { margin-bottom: 22px; }
:is(.csrv-register-form, .csrv-login-form) .csrv-form-head h2 {
    margin: 7px 0 10px;
    padding: 0;
    font-size: clamp(25px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.18;
    color: var(--csrv-ink);
}
:is(.csrv-register-form, .csrv-login-form) .csrv-form-head p {
    margin: 0;
    font-size: 15px;
    color: var(--csrv-muted);
}
.csrv-eyebrow {
    display: block;
    color: var(--csrv-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.5;
}
.csrv-register-form fieldset,
.csrv-declaration fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.csrv-register-form legend,
.csrv-declaration legend {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 12px;
    border: 0;
    color: var(--csrv-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}
.csrv-register-form .csrv-role-choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.csrv-register-form .csrv-role-choices > label,
.csrv-declaration .csrv-choice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    float: none;
    min-width: 0;
    width: auto;
    margin: 0;
    padding: 15px 13px;
    border: 1px solid var(--csrv-line);
    border-radius: 11px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.5;
    font-weight: 400;
}
.csrv-register-form .csrv-role-choices > label:hover,
.csrv-declaration .csrv-choice:hover { border-color: var(--csrv-accent); }
.csrv-register-form .csrv-role-choices > label.csrv-selected,
.csrv-declaration .csrv-choice.csrv-selected,
.csrv-declaration .csrv-choice:has(input:checked) {
    border-color: var(--csrv-accent);
    background: var(--csrv-tint);
    box-shadow: inset 0 0 0 1px var(--csrv-accent);
}
.csrv-register-form .csrv-role-choices strong,
.csrv-declaration .csrv-choice strong {
    display: block;
    margin: 0 0 3px;
    color: var(--csrv-ink);
    font-size: 15px;
    font-weight: 700;
}
.csrv-register-form .csrv-role-copy > span,
.csrv-declaration .csrv-choice > span > span {
    display: block;
    color: var(--csrv-muted);
    font-size: 14px;
    line-height: 1.55;
}
.csrv-register-form input[type="radio"],
.csrv-register-form input[type="checkbox"],
.csrv-declaration input[type="radio"] {
    position: static;
    display: inline-block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 2px 0 0;
    opacity: 1;
    accent-color: var(--csrv-accent);
    cursor: pointer;
    appearance: auto;
}
:is(.csrv-register-form, .csrv-login-form) :is(input, select, textarea, button, a, summary):focus-visible {
    outline: 3px solid var(--csrv-focus);
    outline-offset: 3px;
}
.csrv-register-form .csrv-section-heading {
    display: block;
    clear: both;
    margin: 24px 0 17px;
    padding: 20px 0 0;
    border-top: 1px solid var(--csrv-line);
    color: var(--csrv-ink);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}
.csrv-register-form .form-row { margin-bottom: 18px; }
.csrv-register-form .form-row > label:not(.csrv-choice):not(.csrv-consent-label):not(.radio) {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 14px;
    color: var(--csrv-ink);
}
.csrv-register-form input:is([type="text"], [type="email"], [type="password"], [type="tel"], [type="number"]),
.csrv-register-form select,
.csrv-register-form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #bfb5bd;
    border-radius: 8px;
    color: var(--csrv-ink);
    background: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
}
.csrv-register-form input:focus,
.csrv-register-form select:focus,
.csrv-register-form textarea:focus { border-color: var(--csrv-accent); }
.csrv-register-form .split-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
    width: 100%;
    margin: 0;
}
.csrv-register-form .split-row > .form-row {
    float: none;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}
.csrv-register-form .csrv-shop-url small {
    display: block;
    margin-top: 7px;
    overflow-wrap: anywhere;
    font-size: 13px;
    color: var(--csrv-muted);
}
.csrv-register-form .csrv-shop-url #url-alart-mgs {
    float: none;
    display: block;
    font-size: 13px;
}
.csrv-declaration {
    clear: both;
    width: 100%;
    margin: 25px 0 16px;
    padding-top: 23px;
    border-top: 1px solid var(--csrv-line);
}
.csrv-declaration .csrv-required {
    display: inline-block;
    color: var(--csrv-muted);
    font-size: 12px;
    font-weight: 400;
}
.csrv-declaration .csrv-intro {
    margin: -3px 0 14px;
    font-size: 14px;
    color: var(--csrv-muted);
}
.csrv-status-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.csrv-declaration .csrv-guidance {
    margin: 14px 0 0;
    padding: 12px 14px;
    border-left: 3px solid var(--csrv-brand);
    border-radius: 0 6px 6px 0;
    background: #faf6f8;
    color: #514651;
    font-size: 13px;
    line-height: 1.6;
}
.csrv-declaration .csrv-fees {
    margin: 23px 0 14px;
    padding: 19px;
    border: 1px solid #eadce4;
    border-radius: 12px;
    background: #fffbfd;
}
.csrv-declaration .csrv-fees p {
    margin: 8px 0 0;
    color: var(--csrv-ink);
    font-size: 13px;
    line-height: 1.6;
}
.csrv-declaration .csrv-fees .csrv-fee-value {
    margin-top: 7px;
    color: var(--csrv-accent);
    font-weight: 750;
    font-size: 27px;
    line-height: 1.3;
}
.csrv-declaration .csrv-fee-value > span {
    display: inline-block;
    color: var(--csrv-ink);
    font-size: 18px;
    font-weight: 650;
}
.csrv-declaration .csrv-fees .csrv-fee-detail {
    padding-top: 10px;
    margin-top: 12px;
    border-top: 1px solid #eadce4;
    color: var(--csrv-muted);
}
.csrv-declaration .csrv-versions {
    margin: 13px 0 0;
    color: var(--csrv-muted);
    font-size: 12px;
    line-height: 1.6;
}
.csrv-register-form .csrv-terms-row {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 0 11px;
    clear: both;
    align-items: start;
    padding: 14px 0;
    margin: 0 0 15px;
    width: 100%;
}
.csrv-register-form .csrv-terms-row > input[type="hidden"] { display: none; }
.csrv-register-form .csrv-terms-row > .csrv-consent-label {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--csrv-ink);
}
.csrv-register-form a { color: var(--csrv-accent); text-decoration: underline; text-underline-offset: 3px; }
.csrv-register-form .csrv-inline-error,
.csrv-declaration .csrv-inline-error,
.csrv-configuration-error {
    grid-column: 1 / -1;
    margin: 10px 0 0;
    padding: 11px 13px;
    border: 1px solid #c24c51;
    border-radius: 6px;
    background: #fff5f5;
    color: #8b1820;
    font-size: 14px;
    line-height: 1.5;
}
.csrv-register-form [aria-invalid="true"] { outline: 2px solid #a52931; outline-offset: 2px; }
.csrv-register-form .woocommerce-privacy-policy-text {
    margin: 16px 0;
    color: var(--csrv-muted);
    font-size: 12px;
    line-height: 1.7;
}
.csrv-register-form .woocommerce-privacy-policy-text p { margin: 0; }
.csrv-register-form [type="submit"][name="register"],
.csrv-register-form button.woocommerce-form-register__submit {
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
    border: 1px solid var(--csrv-accent);
    border-radius: 9px;
    background: var(--csrv-accent);
    color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    cursor: pointer;
}
.csrv-register-form [type="submit"][name="register"]:hover,
.csrv-register-form button.woocommerce-form-register__submit:hover { background: #a9005c; border-color: #a9005c; }
.csrv-register-form [type="submit"]:disabled { opacity: .6; cursor: not-allowed; }
@media (max-width: 640px) {
    :is(.csrv-register-form, .csrv-login-form) { padding: 20px 16px; border-radius: 13px; }
    .csrv-register-form .csrv-role-choices,
    .csrv-status-options,
    .csrv-register-form .split-row { grid-template-columns: minmax(0, 1fr); }
    .csrv-register-form .csrv-role-choices { gap: 10px; }
    .csrv-register-form .csrv-role-choices > label { padding: 13px; }
    .csrv-declaration .csrv-choice { padding: 16px 13px; }
    .csrv-register-form .form-row-first,
    .csrv-register-form .form-row-last { float: none; width: 100%; }
    .csrv-declaration .csrv-fees { padding: 16px; }
    .csrv-register-form .csrv-terms-row > .csrv-consent-label { font-size: 14px; }
    :is(.csrv-register-form, .csrv-login-form) .csrv-account-access { justify-content: space-between; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
    :is(.csrv-register-form, .csrv-login-form) * { scroll-behavior: auto; transition: none; animation: none; }
}

/* Match only native/enhanced selects inside the registration card. */
.csrv-register-form .select2-container { width: 100% !important; max-width: 100%; }
.csrv-register-form .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    min-height: 48px;
    height: auto;
    border: 1px solid #bfb5bd;
    border-radius: 8px;
    background: #fff;
}
.csrv-register-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 11px 30px 11px 13px;
    color: var(--csrv-ink);
    font-size: 16px;
    line-height: 1.4;
}
.csrv-register-form .select2-container .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
.csrv-register-form .select2-container--focus .select2-selection--single { border-color: var(--csrv-accent); }


/* Native login form: no cloning, replacement or extra authentication fields. */
form.csrv-login-form {
    max-width: 620px;
    margin: 0 auto 28px;
}
.csrv-login-form .csrv-form-head { margin-bottom: 28px; }
.csrv-login-form .form-row {
    float: none;
    width: 100%;
    margin: 0 0 20px;
}
.csrv-login-form .form-row > label:not(.csrv-login-remember) {
    display: block;
    margin: 0 0 7px;
    color: var(--csrv-ink);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}
.csrv-login-form input:is([type="text"], [type="email"], [type="password"]) {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #bfb5bd;
    border-radius: 8px;
    color: var(--csrv-ink);
    background: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
}
.csrv-login-form input[name="password"] { padding-inline-end: 48px; }
.csrv-login-form input:focus { border-color: var(--csrv-accent); }
.csrv-login-form .password-input {
    position: relative;
    display: block;
    width: 100%;
}
.csrv-login-form .password-input .show-password-input {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 48px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--csrv-muted);
    box-shadow: none;
    cursor: pointer;
}
.csrv-login-form [type="submit"][name="login"],
.csrv-login-form button.woocommerce-form-login__submit {
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
    border: 1px solid var(--csrv-accent);
    border-radius: 9px;
    background: var(--csrv-accent);
    color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    cursor: pointer;
}
.csrv-login-form [type="submit"][name="login"]:hover,
.csrv-login-form button.woocommerce-form-login__submit:hover {
    background: #a9005c;
    border-color: #a9005c;
}
.csrv-login-form [type="submit"]:disabled { opacity: .6; cursor: not-allowed; }
.csrv-login-form .login-form-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px 16px;
    margin: 4px 0 0;
    padding: 0;
}
.csrv-login-form .csrv-login-remember {
    display: inline-flex;
    order: -1;
    float: none;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    margin: 0;
    color: var(--csrv-ink);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}
.csrv-login-form input[name="rememberme"] {
    position: static;
    display: inline-block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0;
    opacity: 1;
    accent-color: var(--csrv-accent);
    appearance: auto;
    cursor: pointer;
}
.csrv-login-form a.csrv-login-recovery {
    display: inline-flex;
    float: none;
    align-items: center;
    min-height: 44px;
    margin: 0;
    color: var(--csrv-accent);
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.csrv-login-form a.csrv-login-recovery:hover { color: #a9005c; }
.csrv-login-form .woocommerce-LostPassword { margin-bottom: 0; }
@media (max-width: 640px) {
    .csrv-login-form .csrv-form-head { margin-bottom: 24px; }
    .csrv-login-form .login-form-footer { align-items: flex-start; }
}

/* 0.1.4 · two-step seller UX. The native Dokan form remains a single form. */
.csrv-register-form .csrv-required-star {
    color: #d80032;
    font-weight: 700;
}
.csrv-register-form .csrv-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 8px;
}
.csrv-register-form .csrv-step-pill {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid var(--csrv-line);
    border-radius: 10px;
    background: #fff;
    color: var(--csrv-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.4;
}
.csrv-register-form .csrv-step-pill.is-active {
    border-color: var(--csrv-accent);
    background: var(--csrv-tint);
    color: var(--csrv-ink);
}
.csrv-register-form.csrv-is-seller[data-csrv-step="1"] .csrv-step-two-only,
.csrv-register-form.csrv-is-seller[data-csrv-step="2"] .csrv-step-one-only {
    display: none !important;
}
.csrv-register-form .csrv-step-actions {
    clear: both;
    margin: 22px 0 4px;
}
.csrv-register-form .csrv-step-next,
.csrv-register-form .csrv-step-back {
    min-height: 48px;
    padding: 11px 20px;
    border-radius: 9px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: normal;
    cursor: pointer;
}
.csrv-register-form .csrv-step-next {
    width: 100%;
    border: 1px solid var(--csrv-accent);
    background: var(--csrv-accent);
    color: #fff;
}
.csrv-register-form .csrv-step-next:hover:not(:disabled) {
    border-color: #a9005c;
    background: #a9005c;
}
.csrv-register-form .csrv-step-back {
    border: 1px solid var(--csrv-line);
    background: #fff;
    color: var(--csrv-ink);
}
.csrv-register-form .csrv-step-back:hover {
    border-color: var(--csrv-accent);
    color: var(--csrv-accent);
}
.csrv-register-form .csrv-step-next:disabled,
.csrv-register-form [type="submit"][name="register"].csrv-submit-incomplete,
.csrv-register-form button.woocommerce-form-register__submit.csrv-submit-incomplete {
    border-color: #d8d0d5 !important;
    background: #e9e5e8 !important;
    color: #8c858a !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}
@media (max-width: 640px) {
    .csrv-register-form .csrv-steps { grid-template-columns: minmax(0, 1fr); }
    .csrv-register-form .csrv-step-pill { min-height: 40px; }
}

/* 0.1.7 · fiscal/identification block shown conditionally in seller step 2. */
.csrv-declaration .csrv-fiscal {
    margin: 20px 0 18px;
    padding: 18px;
    border: 1px solid var(--csrv-line);
    border-radius: 12px;
    background: #fff;
}
.csrv-declaration .csrv-fiscal-head h3 {
    margin: 0 0 6px;
    color: var(--csrv-ink);
    font-size: 17px;
    line-height: 1.4;
}
.csrv-declaration .csrv-fiscal-head p,
.csrv-declaration .csrv-fiscal-note,
.csrv-declaration .csrv-field-help {
    color: var(--csrv-muted);
    font-size: 13px;
    line-height: 1.55;
}
.csrv-declaration .csrv-fiscal-head p { margin: 0 0 16px; }
.csrv-declaration .csrv-professional-kind { margin: 0 0 16px; }
.csrv-declaration .csrv-professional-kind legend {
    margin-bottom: 10px;
    font-size: 15px;
}
.csrv-declaration .csrv-fiscal .form-row {
    margin: 0 0 14px;
}
.csrv-declaration .csrv-fiscal .form-row > label {
    display: block;
    margin-bottom: 7px;
    color: var(--csrv-ink);
    font-size: 14px;
    font-weight: 600;
}
.csrv-declaration .csrv-fiscal input[type="text"],
.csrv-declaration .csrv-fiscal input[type="date"],
.csrv-declaration .csrv-fiscal select {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #bfb5bd;
    border-radius: 8px;
    background: #fff;
    color: var(--csrv-ink);
    box-shadow: none;
    font: inherit;
    font-size: 16px;
}
.csrv-declaration .csrv-fiscal input:focus { border-color: var(--csrv-accent); }
.csrv-declaration .csrv-field-help {
    display: block;
    margin-top: 6px;
}
.csrv-declaration .csrv-fiscal-note {
    margin: 2px 0 0;
    padding: 10px 12px;
    border-radius: 7px;
    background: #faf6f8;
}
.csrv-declaration .csrv-required-star,
.csrv-declaration .required { color: var(--csrv-brand); }
@media (max-width: 640px) {
    .csrv-declaration .csrv-fiscal { padding: 15px; }
    .csrv-declaration .csrv-professional-kind .csrv-status-options { grid-template-columns: 1fr; }
}

.csrv-declaration .csrv-fiscal-address-control {
    margin: 4px 0 16px;
    padding: 13px 14px;
    border: 1px solid var(--csrv-line);
    border-radius: 9px;
    background: #faf8f9;
}
.csrv-declaration .csrv-checkline {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: var(--csrv-ink);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    cursor: pointer;
}
.csrv-declaration .csrv-checkline input {
    flex: 0 0 auto;
    margin-top: 3px;
}
.csrv-declaration .csrv-fiscal-address-control .csrv-field-help {
    margin: 7px 0 0 28px;
}
.csrv-declaration .csrv-fiscal-address {
    margin: 0 0 16px;
    padding: 16px;
    border: 1px solid var(--csrv-line);
    border-radius: 10px;
    background: #fff;
}
.csrv-declaration .csrv-fiscal-address h4 {
    margin: 0 0 14px;
    color: var(--csrv-ink);
    font-size: 15px;
}
.csrv-declaration .csrv-fiscal-address-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
}
.csrv-declaration .csrv-fiscal-address input[disabled] {
    background: #f6f3f5;
    color: var(--csrv-ink);
    opacity: 1;
}
@media (max-width: 640px) {
    .csrv-declaration .csrv-fiscal-address-grid { grid-template-columns: 1fr; gap: 0; }
    .csrv-declaration .csrv-fiscal-address { padding: 14px; }
}

.csrv-register-form .csrv-validation-note,
.csrv-declaration .csrv-validation-note {
    display: block;
    margin-top: 6px;
    color: #a52931;
    font-size: 12px;
    line-height: 1.45;
}
.csrv-register-form .csrv-validation-note[hidden],
.csrv-declaration .csrv-validation-note[hidden] { display: none !important; }

/* 1.2.2: campos geográficos claros sin alterar los valores nativos. */
.csrv-register-form .csrv-static-field,
.csrv-declaration .csrv-static-field {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #d8d0d6;
    border-radius: 8px;
    background: #f7f5f6;
    color: var(--csrv-ink);
    font-size: 16px;
    line-height: 1.4;
}
.csrv-register-form .csrv-country-fixed .select2-container[hidden] { display: none !important; }
