/* ==========================================================================
   USK User Manager — Isolated Styles
   Prefix: .usk-portal-wrapper
   All rules are scoped to prevent Elementor style conflicts.
   ========================================================================== */

/* ---- Reset & Wrapper ---- */
.usk-portal-wrapper,
.usk-portal-wrapper *,
.usk-portal-wrapper *::before,
.usk-portal-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.usk-portal-wrapper {
    font-family: inherit;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 680px;
    width: 100%;
}

.usk-portal-wrapper .usk-login-container {
    max-width: 620px;
}

.usk-portal-wrapper.usk-login-wrapper {
    max-width: 980px;
    margin: 0 auto;
}

.usk-portal-wrapper.usk-register-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.usk-portal-wrapper.usk-user-card-wrapper {
    max-width: 381px;
    margin: 0;
}

/* ---- Form Container ---- */
.usk-portal-wrapper .usk-form-container {
    width: 100%;
}

.usk-portal-wrapper .usk-register-card {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 32px 36px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.03);
}

.usk-portal-wrapper .usk-login-card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 20px 0 0;
    box-shadow: none;
}

.usk-portal-wrapper .usk-user-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 13px 0;
    width: 100%;
}

.usk-portal-wrapper .usk-user-card-avatar {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    border-radius: 999px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(6px);
}

.usk-portal-wrapper .usk-user-card-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.usk-portal-wrapper .usk-user-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
}

.usk-portal-wrapper .usk-user-card-greeting {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.usk-portal-wrapper .usk-user-card-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.2;
}

.usk-portal-wrapper .usk-user-card-link {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.usk-portal-wrapper .usk-user-card-link:hover {
    color: #fff;
    opacity: 0.85;
}

.usk-portal-wrapper .usk-user-card-separator {
    color: rgba(255, 255, 255, 0.7);
}

.usk-portal-wrapper .usk-user-card-admin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.usk-portal-wrapper .usk-user-card-admin-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    opacity: 0.95;
}

/* ---- Messages ---- */
.usk-portal-wrapper .usk-form-messages {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.usk-portal-wrapper .usk-form-messages:empty {
    display: none;
}

.usk-portal-wrapper .usk-form-messages .usk-msg {
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 1.4;
}

.usk-portal-wrapper .usk-form-messages .usk-msg-error {
    background-color: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.usk-portal-wrapper .usk-form-messages .usk-msg-success {
    background-color: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

/* ---- Fields ---- */
.usk-portal-wrapper .usk-fields-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.usk-portal-wrapper .usk-field-group {
    margin-bottom: 14px;
    width: 100%;
}

.usk-portal-wrapper .usk-field-half {
    flex: 1 1 calc(50% - 6px);
    min-width: 200px;
}

.usk-portal-wrapper .usk-field-crm {
    flex: 1 1 65%;
    min-width: 160px;
}

.usk-portal-wrapper .usk-field-uf {
    flex: 0 0 110px;
    min-width: 90px;
}

/* ---- Section Titles ---- */
.usk-portal-wrapper .usk-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: 0.01em;
}

/* ---- Field Hint ---- */
.usk-portal-wrapper .usk-field-hint {
    font-size: 12px;
    font-weight: 300;
    color: #888;
    margin-top: -8px;
    margin-bottom: 14px;
    padding-left: 22px;
    line-height: 1.4;
}

.usk-portal-wrapper.usk-register-wrapper .usk-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #B28D3B;
    margin-top: 8px;
    margin-bottom: 38px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0ead6;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.usk-portal-wrapper.usk-register-wrapper .usk-fields-row {
    gap: 18px;
    align-items: flex-start;
}

.usk-portal-wrapper.usk-register-wrapper .usk-field-group {
    margin-bottom: 18px;
}

.usk-portal-wrapper.usk-register-wrapper .usk-field-half {
    flex: 1 1 calc(50% - 9px);
    min-width: 260px;
}

.usk-portal-wrapper.usk-register-wrapper .usk-field-wide {
    flex: 999 1 420px;
    min-width: 320px;
}

.usk-portal-wrapper.usk-register-wrapper .usk-field-medium {
    flex: 1 1 240px;
    min-width: 220px;
}

.usk-portal-wrapper.usk-register-wrapper .usk-field-small {
    flex: 0 0 140px;
    min-width: 140px;
}

.usk-portal-wrapper.usk-register-wrapper .usk-field-full {
    flex: 1 1 100%;
    min-width: 100%;
}

.usk-portal-wrapper.usk-login-wrapper .usk-fields-row {
    gap: 18px;
    align-items: flex-start;
}

.usk-portal-wrapper.usk-login-wrapper .usk-field-group {
    margin-bottom: 18px;
}

.usk-portal-wrapper.usk-login-wrapper .usk-field-wide {
    flex: 1 1 0;
    min-width: 260px;
}

.usk-portal-wrapper.usk-login-wrapper .usk-field-medium {
    flex: 1 1 0;
    min-width: 240px;
}

/* ---- Inputs & Select ---- */
.usk-portal-wrapper input[type="text"],
.usk-portal-wrapper input[type="email"],
.usk-portal-wrapper input[type="password"],
.usk-portal-wrapper select {
    display: block;
    width: 100%;
    padding: 14px 22px;
    background-color: #F5F5F5;
    border: 1px solid transparent;
    border-radius: 25px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
}

.usk-portal-wrapper.usk-register-wrapper input[type="text"],
.usk-portal-wrapper.usk-register-wrapper input[type="email"],
.usk-portal-wrapper.usk-register-wrapper input[type="password"],
.usk-portal-wrapper.usk-register-wrapper select {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 13px 18px;
    font-size: 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.usk-portal-wrapper.usk-register-wrapper select {
    background-position: right 16px center;
    padding-right: 40px;
}

.usk-portal-wrapper.usk-register-wrapper input:focus,
.usk-portal-wrapper.usk-register-wrapper select:focus {
    border-color: #B28D3B;
    box-shadow: 0 0 0 3px rgba(178, 141, 59, 0.1);
}

.usk-portal-wrapper.usk-login-wrapper input[type="text"],
.usk-portal-wrapper.usk-login-wrapper input[type="email"],
.usk-portal-wrapper.usk-login-wrapper input[type="password"],
.usk-portal-wrapper.usk-login-wrapper select {
    background-color: #f3f3f3;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 16px 24px;
    font-size: 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.usk-portal-wrapper.usk-login-wrapper input:focus,
.usk-portal-wrapper.usk-login-wrapper select:focus {
    border-color: #B28D3B;
    box-shadow: 0 0 0 3px rgba(178, 141, 59, 0.1);
}

.usk-portal-wrapper select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 44px;
    cursor: pointer;
}

.usk-portal-wrapper input::placeholder,
.usk-portal-wrapper select option[disabled] {
    color: #999;
    font-weight: 300;
}

.usk-portal-wrapper input:focus,
.usk-portal-wrapper select:focus {
    border-color: #B28D3B;
    box-shadow: 0 0 0 2px rgba(178, 141, 59, 0.12);
}

.usk-portal-wrapper input.usk-input-error,
.usk-portal-wrapper select.usk-input-error {
    border-color: #ef4444;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.1);
}

/* ---- Password Wrapper & Toggle ---- */
.usk-portal-wrapper .usk-password-wrap {
    position: relative;
    width: 100%;
}

.usk-portal-wrapper .usk-password-wrap input {
    padding-right: 50px;
}

.usk-portal-wrapper.usk-register-wrapper .usk-password-wrap input {
    padding-right: 48px;
    border-radius: 999px;
    width: 100%;
}

.usk-portal-wrapper.usk-login-wrapper .usk-password-wrap input {
    padding-right: 48px;
    border-radius: 999px;
}

.usk-portal-wrapper .usk-toggle-password {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.usk-portal-wrapper.usk-register-wrapper .usk-toggle-password {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    color: #b4bcc8;
    line-height: 1 !important;
    text-decoration: none !important;
    font-size: 0 !important;
    vertical-align: middle !important;
}

.usk-portal-wrapper.usk-register-wrapper .usk-toggle-password:hover {
    color: #B28D3B;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.usk-portal-wrapper.usk-register-wrapper .usk-toggle-password svg {
    width: 18px;
    height: 18px;
    display: block;
}

.usk-portal-wrapper.usk-login-wrapper .usk-toggle-password {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    color: #b4bcc8;
    line-height: 1 !important;
    text-decoration: none !important;
}

.usk-portal-wrapper.usk-login-wrapper .usk-toggle-password:hover {
    color: #B28D3B;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.usk-portal-wrapper.usk-login-wrapper .usk-toggle-password svg {
    width: 18px;
    height: 18px;
    display: block;
}

.usk-portal-wrapper .usk-toggle-password:hover {
    color: #555;
}

/* ---- Buttons Row ---- */
.usk-portal-wrapper .usk-buttons-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 6px;
    margin-bottom: 18px;
    align-items: center;
}

/* ---- Button Base ---- */
.usk-portal-wrapper .usk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 30px;
    border-radius: 25px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.02em;
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    line-height: 1.3;
    white-space: nowrap;
}

.usk-portal-wrapper .usk-btn:hover {
    opacity: 0.88;
}

.usk-portal-wrapper .usk-btn:active {
    transform: scale(0.98);
}

.usk-portal-wrapper.usk-register-wrapper .usk-buttons-row {
    margin-top: 14px;
    margin-bottom: 0;
}

.usk-portal-wrapper.usk-register-wrapper .usk-btn-black,
.usk-portal-wrapper.usk-register-wrapper .usk-btn-ghost {
    padding: 13px 36px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.usk-portal-wrapper.usk-register-wrapper .usk-btn-black {
    background-color: #1a1a1a;
    box-shadow: 0 2px 10px rgba(26, 26, 26, 0.12);
}

.usk-portal-wrapper.usk-register-wrapper .usk-btn-black:hover {
    background-color: #2a2a2a;
}

.usk-portal-wrapper.usk-register-wrapper .usk-btn-ghost {
    border: 1px solid #d8d8d8;
    color: #666;
    background-color: #fff;
}

.usk-portal-wrapper.usk-register-wrapper .usk-btn-ghost:hover {
    border-color: #B28D3B;
    color: #B28D3B;
    background-color: #fffdf7;
}

.usk-portal-wrapper.usk-register-wrapper .usk-field-hint {
    margin-top: -4px;
    margin-bottom: 22px;
    padding-left: 4px;
}

.usk-portal-wrapper.usk-register-wrapper .usk-privacy-row {
    margin-top: 4px;
    margin-bottom: 18px;
}

.usk-portal-wrapper.usk-register-wrapper .usk-checkbox-label {
    padding: 16px 18px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background-color: #fcfcfc;
}

.usk-portal-wrapper.usk-login-wrapper .usk-buttons-row {
    margin-top: 6px;
    margin-bottom: 18px;
    gap: 12px;
    flex-wrap: nowrap;
}

.usk-portal-wrapper.usk-login-wrapper .usk-btn-gold,
.usk-portal-wrapper.usk-login-wrapper .usk-btn-black,
.usk-portal-wrapper.usk-login-wrapper .usk-btn-ghost {
    min-height: 44px;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.usk-portal-wrapper.usk-login-wrapper .usk-btn-gold {
    box-shadow: 0 2px 8px rgba(178, 141, 59, 0.2);
}

.usk-portal-wrapper.usk-login-wrapper .usk-btn-black {
    background-color: #000;
    box-shadow: 0 2px 10px rgba(26, 26, 26, 0.12);
}

.usk-portal-wrapper.usk-login-wrapper .usk-btn-ghost {
    border: 1px solid #bdbdbd;
    color: #8f8f8f;
    background-color: #fff;
}

.usk-portal-wrapper.usk-login-wrapper .usk-btn-ghost:hover {
    border-color: #B28D3B;
    color: #B28D3B;
    background-color: #fffdf7;
}

.usk-portal-wrapper.usk-login-wrapper .usk-privacy-row {
    margin-top: 0;
    margin-bottom: 0;
}

.usk-portal-wrapper.usk-login-wrapper .usk-checkbox-label {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 12px;
    color: #666;
    align-items: center;
}

.usk-portal-wrapper .usk-captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.usk-portal-wrapper .usk-captcha-label {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    line-height: 1.4;
}

.usk-portal-wrapper .usk-captcha-row input[type="text"] {
    width: 180px;
    max-width: 100%;
}

.usk-portal-wrapper.usk-login-wrapper .usk-captcha-row {
    margin-top: 0;
    margin-bottom: 16px;
}

.usk-portal-wrapper.usk-login-wrapper .usk-captcha-label {
    min-width: 140px;
}

.usk-portal-wrapper.usk-login-wrapper .usk-captcha-row input[type="text"] {
    width: 150px;
    background-color: #f3f3f3;
    border-radius: 999px;
    padding: 14px 20px;
}

.usk-portal-wrapper.usk-register-wrapper .usk-captcha-row {
    margin-top: 6px;
    margin-bottom: 22px;
}

.usk-portal-wrapper.usk-register-wrapper .usk-captcha-row input[type="text"] {
    width: 180px;
    background-color: #fff;
    border-radius: 12px;
}

/* Gold (Conectar) */
.usk-portal-wrapper .usk-btn-gold {
    background-color: #B28D3B;
    color: #fff;
}

.usk-portal-wrapper .usk-btn-gold:hover {
    background-color: #9a7930;
    color: #fff;
}

/* Black (Cadastrar) */
.usk-portal-wrapper .usk-btn-black {
    background-color: #1a1a1a;
    color: #fff;
}

.usk-portal-wrapper .usk-btn-black:hover {
    background-color: #333;
    color: #fff;
}

/* Ghost (Recuperação de Acesso) */
.usk-portal-wrapper .usk-btn-ghost {
    background-color: transparent;
    color: #666;
    border: 1px solid #ccc;
}

.usk-portal-wrapper .usk-btn-ghost:hover {
    border-color: #999;
    color: #333;
    background-color: transparent;
}

/* Disabled state */
.usk-portal-wrapper .usk-btn[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

/* ---- Spinner ---- */
.usk-portal-wrapper .usk-btn-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: usk-spin 0.6s linear infinite;
}

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

/* ---- Privacy / Checkbox ---- */
.usk-portal-wrapper .usk-privacy-row {
    margin-bottom: 8px;
}

/* Radio group — perguntas profissionais */
.usk-portal-wrapper .usk-radio-group {
    display: flex;
    gap: 24px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.usk-portal-wrapper .usk-radio-label {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #444;
}

.usk-portal-wrapper .usk-radio-label input[type="radio"] {
    accent-color: #B28D3B;
    width: 16px;
    height: 16px;
    cursor: pointer;
    flex-shrink: 0;
}

.usk-portal-wrapper .usk-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    color: #555;
    line-height: 1.45;
}

.usk-portal-wrapper .usk-checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.usk-portal-wrapper .usk-checkmark {
    flex-shrink: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1.5px solid #B28D3B;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    margin-top: 1px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.usk-portal-wrapper .usk-checkbox-label input[type="checkbox"]:checked + .usk-checkmark {
    background-color: #B28D3B;
    border-color: #B28D3B;
}

.usk-portal-wrapper .usk-checkbox-label input[type="checkbox"]:checked + .usk-checkmark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.usk-portal-wrapper .usk-checkbox-label input[type="checkbox"]:focus + .usk-checkmark {
    box-shadow: 0 0 0 2px rgba(178, 141, 59, 0.2);
}

.usk-portal-wrapper .usk-privacy-text a {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

.usk-portal-wrapper .usk-privacy-text a:hover {
    color: #B28D3B;
}

/* ---- Profile Wrapper (SaaS Layout) ---- */
.usk-portal-wrapper.usk-profile-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* ---- Profile Card ---- */
.usk-portal-wrapper .usk-profile-card {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 32px 36px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* ---- Profile Header & Avatar ---- */
.usk-portal-wrapper .usk-profile-header {
    margin-bottom: 8px;
}

.usk-portal-wrapper .usk-avatar-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
    margin-bottom: 12px;
}

.usk-portal-wrapper .usk-avatar-preview {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    background-color: #f0f0f0;
    border: 3px solid #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.usk-portal-wrapper .usk-avatar-preview:hover {
    box-shadow: 0 4px 20px rgba(178, 141, 59, 0.25);
    border-color: #B28D3B;
}

.usk-portal-wrapper .usk-avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.usk-portal-wrapper .usk-avatar-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 26, 26, 0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
    backdrop-filter: blur(2px);
}

.usk-portal-wrapper .usk-avatar-preview:hover .usk-avatar-overlay {
    opacity: 1;
}

.usk-portal-wrapper .usk-avatar-overlay svg {
    width: 22px;
    height: 22px;
}

.usk-portal-wrapper .usk-avatar-overlay span {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.usk-portal-wrapper .usk-avatar-info {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.usk-portal-wrapper .usk-profile-name {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
}

.usk-portal-wrapper .usk-profile-email {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    line-height: 1.4;
}

/* ---- Profile Section Titles (override for profile) ---- */
.usk-portal-wrapper.usk-profile-wrapper .usk-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #B28D3B;
    margin-top: 8px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0ead6;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-fields-row {
    gap: 18px;
    align-items: flex-start;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-field-group {
    margin-bottom: 18px;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-field-half {
    flex: 1 1 calc(50% - 9px);
    min-width: 260px;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-field-wide {
    flex: 1 1 calc(68% - 9px);
    min-width: 320px;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-field-medium {
    flex: 1 1 calc(32% - 9px);
    min-width: 220px;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-field-small {
    flex: 0 0 160px;
    min-width: 140px;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-field-full {
    flex: 1 1 100%;
    min-width: 100%;
}

/* ---- Field Labels (profile) ---- */
.usk-portal-wrapper .usk-field-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #888;
    margin-bottom: 6px;
    padding-left: 8px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* ---- Profile Inputs (override — border visible for profile editing) ---- */
.usk-portal-wrapper.usk-profile-wrapper input[type="text"],
.usk-portal-wrapper.usk-profile-wrapper input[type="email"],
.usk-portal-wrapper.usk-profile-wrapper input[type="password"],
.usk-portal-wrapper.usk-profile-wrapper select {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 13px 18px;
    font-size: 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.usk-portal-wrapper.usk-profile-wrapper input:focus,
.usk-portal-wrapper.usk-profile-wrapper select:focus {
    border-color: #B28D3B;
    box-shadow: 0 0 0 3px rgba(178, 141, 59, 0.1);
}

.usk-portal-wrapper.usk-profile-wrapper select {
    background-position: right 16px center;
    padding-right: 40px;
}

/* ---- Readonly Input ---- */
.usk-portal-wrapper .usk-input-readonly {
    background-color: #f8f8f8 !important;
    color: #aaa;
    cursor: not-allowed;
    border-color: #eee !important;
}

/* ---- Profile Buttons (override) ---- */
.usk-portal-wrapper.usk-profile-wrapper .usk-buttons-row {
    margin-top: 12px;
    margin-bottom: 0;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-btn-gold {
    padding: 13px 36px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    box-shadow: 0 2px 8px rgba(178, 141, 59, 0.2);
}

.usk-portal-wrapper.usk-profile-wrapper .usk-btn-gold:hover {
    box-shadow: 0 4px 14px rgba(178, 141, 59, 0.3);
}

.usk-portal-wrapper.usk-profile-wrapper .usk-btn-black {
    padding: 13px 36px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

/* ---- Password Toggle inside input (profile) ---- */
.usk-portal-wrapper.usk-profile-wrapper .usk-password-wrap {
    position: relative;
    width: 100%;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-password-wrap input {
    padding-right: 48px;
    border-radius: 999px;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-toggle-password {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer;
    color: #b4bcc8;
    line-height: 1 !important;
    text-decoration: none !important;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-toggle-password:hover {
    color: #B28D3B;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.usk-portal-wrapper.usk-profile-wrapper .usk-toggle-password svg {
    width: 18px;
    height: 18px;
    display: block;
}

/* ---- Logout Row ---- */
.usk-portal-wrapper .usk-logout-row {
    text-align: center;
    padding: 0;
}

.usk-portal-wrapper .usk-logout-row .usk-btn-ghost {
    border: none;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 24px;
    border-radius: 10px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.usk-portal-wrapper .usk-logout-row .usk-btn-ghost:hover {
    color: #ef4444;
    background-color: #fef2f2;
    text-decoration: underline;
    border: none;
}

/* ---- Already Logged ---- */
.usk-portal-wrapper .usk-already-logged {
    font-size: 15px;
    font-weight: 300;
    color: #555;
    padding: 20px 0;
}

.usk-portal-wrapper .usk-already-logged a {
    color: #B28D3B;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ---- Responsive ---- */
@media (max-width: 600px) {
    .usk-portal-wrapper {
        max-width: 100%;
    }

    .usk-portal-wrapper .usk-field-half {
        flex: 1 1 100%;
    }

    .usk-portal-wrapper .usk-buttons-row {
        flex-direction: column;
        align-items: stretch;
    }

    .usk-portal-wrapper .usk-btn {
        width: 100%;
        text-align: center;
    }

    .usk-portal-wrapper input[type="text"],
    .usk-portal-wrapper input[type="email"],
    .usk-portal-wrapper input[type="password"],
    .usk-portal-wrapper select {
        padding: 12px 18px;
        font-size: 14px;
    }

    .usk-portal-wrapper .usk-field-crm,
    .usk-portal-wrapper .usk-field-uf {
        flex: 1 1 100%;
    }

    .usk-portal-wrapper .usk-profile-card {
        padding: 22px 20px;
        border-radius: 12px;
    }

    .usk-portal-wrapper .usk-register-card {
        padding: 22px 20px;
        border-radius: 12px;
    }

    .usk-portal-wrapper .usk-login-card {
        padding: 22px 20px;
        border-radius: 12px;
    }

    .usk-portal-wrapper .usk-avatar-area {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .usk-portal-wrapper .usk-avatar-info {
        text-align: center;
    }

    .usk-portal-wrapper .usk-avatar-preview {
        width: 90px;
        height: 90px;
    }

    .usk-portal-wrapper.usk-profile-wrapper .usk-field-wide,
    .usk-portal-wrapper.usk-profile-wrapper .usk-field-medium,
    .usk-portal-wrapper.usk-profile-wrapper .usk-field-small,
    .usk-portal-wrapper.usk-profile-wrapper .usk-field-full {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .usk-portal-wrapper.usk-register-wrapper .usk-field-wide,
    .usk-portal-wrapper.usk-register-wrapper .usk-field-medium,
    .usk-portal-wrapper.usk-register-wrapper .usk-field-small,
    .usk-portal-wrapper.usk-register-wrapper .usk-field-full {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .usk-portal-wrapper.usk-login-wrapper .usk-field-wide,
    .usk-portal-wrapper.usk-login-wrapper .usk-field-medium {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .usk-portal-wrapper.usk-login-wrapper .usk-buttons-row {
        flex-wrap: wrap;
    }

    .usk-portal-wrapper .usk-captcha-row {
        flex-direction: column;
        align-items: stretch;
    }

    .usk-portal-wrapper.usk-login-wrapper .usk-captcha-label,
    .usk-portal-wrapper.usk-login-wrapper .usk-captcha-row input[type="text"],
    .usk-portal-wrapper.usk-register-wrapper .usk-captcha-row input[type="text"] {
        width: 100%;
        min-width: 100%;
    }
}

/* ==========================================================================
   U.SK Horizon — Botão CTA + Popup de Inscrição
   ========================================================================== */

.usk-horizon-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    background: linear-gradient(180deg, #3a3a3a 0%, #1e1e1e 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 100px;
    color: #e8e8e8;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s, box-shadow .2s, color .2s;
    text-decoration: none;
    font-family: inherit;
    letter-spacing: .3px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 2px 8px rgba(0,0,0,0.4);
}

.usk-horizon-cta-btn:hover {
    background: linear-gradient(180deg, #444 0%, #252525 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 4px 14px rgba(0,0,0,0.5);
    color: #fff;
}

.usk-horizon-cta-btn--done {
    background: rgba(178,141,59,.25);
    border-color: #B28D3B;
    color: #e8c96a;
    cursor: default;
}

/* Overlay */
.usk-horizon-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 8, 4, .75);
    backdrop-filter: blur(8px);
    padding: 20px;
}

/* Modal box */
.usk-horizon-modal {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 680px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 32px 80px rgba(0,0,0,.35);
    animation: uskHzIn .35s cubic-bezier(.16,1,.3,1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

@keyframes uskHzIn {
    from { opacity: 0; transform: scale(.93) translateY(16px); }
    to   { opacity: 1; transform: scale(1)   translateY(0); }
}

.usk-horizon-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 28px 16px;
    border-bottom: 1px solid #f0ede8;
}

.usk-horizon-modal-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.usk-horizon-close {
    width: 36px;
    height: 36px;
    border: none;
    background: #f5f3ef;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}

.usk-horizon-close:hover { background: #ebe8e1; }

.usk-horizon-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 28px 24px;
    border-top: 1px solid #f0ede8;
    flex-shrink: 0;
}

#usk-horizon-overlay .usk-hz-btn,
#usk-horizon-overlay .usk-hz-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: .3px;
    cursor: pointer;
    transition: background .18s, box-shadow .18s, color .18s, border-color .18s;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
}

#usk-horizon-overlay .usk-hz-btn--primary,
#usk-horizon-overlay .usk-hz-btn--primary:visited {
    background: linear-gradient(180deg, #3a3a3a 0%, #1e1e1e 100%) !important;
    color: #fff !important;
    border: 2px solid transparent !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 2px 8px rgba(0,0,0,0.35) !important;
}

#usk-horizon-overlay .usk-hz-btn--primary:hover {
    background: linear-gradient(180deg, #484848 0%, #282828 100%) !important;
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 4px 14px rgba(0,0,0,0.5) !important;
}

#usk-horizon-overlay .usk-hz-btn--secondary,
#usk-horizon-overlay .usk-hz-btn--secondary:visited {
    background: #fff !important;
    color: #333 !important;
    border: 2px solid #ccc !important;
}

#usk-horizon-overlay .usk-hz-btn--secondary:hover {
    border-color: #555 !important;
    color: #111 !important;
    background: #f5f5f5 !important;
}

.usk-hz-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: usk-spin .7s linear infinite;
    flex-shrink: 0;
}

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

.usk-horizon-modal-body {
    padding: 20px 28px;
    overflow-y: auto;
    flex: 1;
}

.usk-hz-intro {
    font-size: 13px;
    color: #666;
    margin: 0 0 20px;
    line-height: 1.6;
}

/* Section */
.usk-hz-section {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0ede8;
}

.usk-hz-section:last-child { border-bottom: none; margin-bottom: 0; }

.usk-hz-section h3 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #888;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.usk-hz-badge {
    background: #B28D3B;
    color: #fff;
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 100px;
    letter-spacing: .3px;
    text-transform: none;
    font-weight: 600;
}

.usk-hz-row {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.usk-hz-field {
    flex: 1;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.usk-hz-field--lg { flex: 2; }
.usk-hz-field--sm { flex: 0 0 130px; }
.usk-hz-field--xs { flex: 0 0 72px; min-width: 72px; }

.usk-hz-field label {
    font-size: 11px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.usk-hz-field input {
    height: 40px;
    padding: 0 12px;
    border: 1.5px solid #e5e1d8;
    border-radius: 10px;
    font-size: 14px;
    color: #222;
    background: #fff;
    transition: border-color .2s;
    width: 100%;
    box-sizing: border-box;
}

.usk-hz-field input[readonly] {
    background: #faf9f7;
    color: #888;
    border-color: #f0ede8;
}

.usk-hz-field input:focus {
    outline: none;
    border-color: #B28D3B;
    box-shadow: 0 0 0 3px rgba(178,141,59,.12);
}

.usk-hz-term-card {
    padding: 16px;
    border: 1.5px solid #f0ede8;
    border-radius: 14px;
    background: #fcfbf9;
    margin-bottom: 12px;
}

.usk-hz-term-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.usk-hz-term-card-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.usk-hz-term-card-title {
    font-size: 14px;
    color: #1f1f1f;
    line-height: 1.4;
}

.usk-hz-term-card-subtitle {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
}

.usk-hz-term-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #d8cfbe;
    border-radius: 999px;
    background: #fff;
    color: #6f5621;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .2s, background .2s, color .2s;
}

.usk-hz-term-link:hover {
    border-color: #B28D3B;
    background: #fdfaf5;
    color: #8b6d29;
}

.usk-hz-term-text {
    width: 100%;
    max-height: 420px;
    overflow-y: auto;
    border: 1px solid #e6dece;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 14px;
    padding: 16px 18px;
}

.usk-hz-term-text p {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.7;
    color: #3f3f46;
}

.usk-hz-term-text p:last-child {
    margin-bottom: 0;
}

.usk-hz-term-label--inline {
    margin-bottom: 0;
    background: #fff;
}

/* Terms */
.usk-hz-terms .usk-hz-term-label {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1.5px solid #f0ede8;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
}

.usk-hz-terms .usk-hz-term-label:hover { border-color: #B28D3B; background: #fdfaf5; }

.usk-hz-terms .usk-hz-term-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #B28D3B;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
}

/* Aviso endereço comercial */
.usk-hz-address-notice {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    background: #fff8ec;
    border: 1.5px solid #f0a500;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 12px;
    color: #7a5200;
    margin: 0 0 16px;
    line-height: 1.5;
}

/* Grupo de pergunta com radios */
.usk-hz-question-group {
    margin-bottom: 20px;
}

.usk-hz-question-group:last-child { margin-bottom: 0; }

.usk-hz-question-label {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 10px;
    line-height: 1.4;
}

.usk-hz-required {
    color: #dc2626;
    margin-left: 2px;
}

.usk-hz-radio-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.usk-hz-radio-group--vertical {
    flex-direction: column;
    gap: 8px;
}

.usk-hz-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1.5px solid #e5e0d8;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    color: #374151;
    transition: border-color .18s, background .18s;
    line-height: 1.4;
}

.usk-hz-radio-label:hover {
    border-color: #B28D3B;
    background: #fdfaf5;
}

.usk-hz-radio-label input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #B28D3B;
    flex-shrink: 0;
    margin: 0;
}

.usk-hz-radio-label:has(input:checked) {
    border-color: #B28D3B;
    background: #fdfaf5;
    color: #1f1f1f;
    font-weight: 600;
}

@media (max-width: 600px) {
    .usk-horizon-modal { border-radius: 16px; }
    .usk-horizon-modal-header, .usk-horizon-modal-body, .usk-horizon-modal-footer { padding-left: 16px; padding-right: 16px; }
    .usk-hz-field--sm, .usk-hz-field--xs { flex: 1; min-width: 80px; }
    .usk-hz-term-card-header { flex-direction: column; align-items: stretch; }
    .usk-hz-term-link { width: 100%; }
    .usk-hz-term-text { max-height: 320px; padding: 14px; }
    .usk-hz-radio-group { flex-direction: column; }
}

/* ==========================================================================
   Horizon — Popups de aviso (já inscrito / sucesso)
   ========================================================================== */

.usk-hz-notice-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 8, 4, .65);
    backdrop-filter: blur(6px);
    padding: 20px;
}

.usk-hz-notice-modal {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 420px;
    padding: 40px 36px 32px;
    text-align: center;
    box-shadow: 0 24px 64px rgba(0,0,0,.25);
    animation: uskHzIn .3s cubic-bezier(.16,1,.3,1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Ícone central */
.usk-hz-notice-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #111;
    color: #B28D3B;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.usk-hz-notice-icon--success {
    background: #16a34a;
    color: #fff;
}

.usk-hz-notice-modal h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.usk-hz-notice-modal p {
    margin: 0 0 28px;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.usk-hz-notice-close {
    display: inline-block;
    padding: 12px 36px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
    font-family: inherit;
    letter-spacing: .2px;
}

.usk-hz-notice-close:hover { background: #000; }

.usk-hz-notice-close--success {
    background: #16a34a;
}

.usk-hz-notice-close--success:hover { background: #15803d; }

@media (max-width: 480px) {
    .usk-hz-notice-modal { padding: 32px 20px 24px; }
}
