.scc-register-terms {
    width: 100%;
    margin: 4px 0 2px;
    padding: 13px 14px;
    border: 1px solid var(--scc-border, #e5e7eb);
    border-radius: 14px;
    background: #f8fafc;
}

.scc-register-terms-label {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 10px !important;
    margin: 0;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    color: var(--scc-text, #132033);
    cursor: pointer;
}

.scc-register-terms-label input[type="checkbox"] {
    width: 18px !important;
    min-width: 18px;
    height: 18px !important;
    min-height: 18px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    accent-color: var(--scc-primary, #088444);
    cursor: pointer;
}

.scc-register-terms-label span {
    display: inline;
}

.scc-register-terms-label a {
    color: var(--scc-primary, #088444);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.scc-register-terms-label a:hover {
    color: var(--scc-primary-dark, #066f39);
}

.scc-form[data-scc-register-form]
.scc-primary-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}