﻿.sdk-privacy-btn,
.sdk-terms-btn {
    display: inline;
    font-weight: 600;
}

.iti {
    font-size: 15px;
    font-weight: 500;
}

form .iti .iti__selected-dial-code,
.iti--separate-dial-code .iti__selected-dial-code {
    padding-left: 0;
    margin-left: 0;
}

input[type="checkbox"] {
    height: auto;
    width: unset;
    min-width: unset;
}

.iti__selected-dial-code {
    color: #58468c;
}

.sdk-login-button {
    display: block;
    min-width: 100%;
    margin-top: 20px;
    padding-block: 16px;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #ff61eb;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Header logo + platform name (responsive) */
.header .logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: none; /* override fixed max-width from base styles */
}

.header .logo img {
    display: block;
    height: 32px;
    width: auto;
    max-width: 180px;
}

.header .logo__text {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: #58468c;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .header .logo img {
        height: 36px;
        max-width: 240px;
    }
    .header .logo__text {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .header .logo {
        gap: 8px;
    }
    .header .logo__text {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .header .logo__text {
        display: none;
    }
}

/* Footer logo + platform name (responsive) */
.footer .logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer .logo img {
    display: block;
    height: 30px;
    width: auto;
}

.footer .logo__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .footer .logo {
        justify-content: flex-start;
    }
    .footer .logo__text {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .footer .logo__text {
        display: none;
    }
}


.lang-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #58468c;
    border: 1px solid #4a3a76;
    box-shadow: 0 4px 14px rgba(34, 24, 58, 0.22);
}

.lang-switch__link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    opacity: .9;
    border-radius: 999px;
    padding: 3px 9px;
    transition: opacity .2s ease, background-color .2s ease, color .2s ease;
}

.lang-switch__link:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .16);
}

.lang-switch__link--active {
    opacity: 1;
    background: #fff;
    color: #58468c;
    text-decoration: none;
}

.lang-switch__sep {
    color: rgba(255, 255, 255, .7);
    font-weight: 700;
}

@media (max-width: 767px) {
    .lang-switch {
        margin-left: 10px;
        gap: 6px;
        padding: 5px 8px;
    }

    .lang-switch__link {
        font-size: 13px;
        padding: 2px 8px;
    }
}
