.nsl-container-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
}

.nsl-button.nsl-button-google,
.nsl-button.nsl-button-facebook {
    max-width: 463px !important;
    height: 91px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

.nsl-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none;
}

.nsl-button-svg-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
}
.nsl-button.nsl-button-google .nsl-button-label-container,
.nsl-button.nsl-button-facebook .nsl-button-label-container,
.nsl-container .nsl-button-default .nsl-button-label-container {
    font-size: 24px !important;
    font-weight: 600 !important;
    align-items: center !important;
    flex: none !important;
    white-space: nowrap !important;
    text-overflow: unset !important;
    overflow: visible !important;
    margin: 0 !important;
}

.nsl-button.nsl-button-google .nsl-button-svg-container svg,
.nsl-button.nsl-button-facebook .nsl-button-svg-container svg {
    width: 40px !important;
    height: 40px !important;
    flex: none !important;
    white-space: nowrap !important;
    text-overflow: unset !important;
    overflow: visible !important;
    margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .nsl-button.nsl-button-google,
    .nsl-button.nsl-button-facebook {
        height: 72px !important;
    }

    .nsl-button.nsl-button-google .nsl-button-label-container,
    .nsl-button.nsl-button-facebook .nsl-button-label-container {
        font-size: 20px !important;
    }

    .nsl-button.nsl-button-google .nsl-button-svg-container svg,
    .nsl-button.nsl-button-facebook .nsl-button-svg-container svg {
        width: 32px !important;
        height: 32px !important;
    }
}

@media only screen and (max-width: 768px) {
    .nsl-button.nsl-button-google,
    .nsl-button.nsl-button-facebook {
        height: 60px !important;
    }

    .nsl-button.nsl-button-google .nsl-button-label-container,
    .nsl-button.nsl-button-facebook .nsl-button-label-container {
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    .nsl-button.nsl-button-google .nsl-button-svg-container svg,
    .nsl-button.nsl-button-facebook .nsl-button-svg-container svg {
        width: 28px !important;
        height: 28px !important;
    }
}

@media only screen and (max-width: 450px) {
    .nsl-button.nsl-button-google,
    .nsl-button.nsl-button-facebook {
        height: 50px !important;
    }

    .nsl-button.nsl-button-google .nsl-button-label-container,
    .nsl-button.nsl-button-facebook .nsl-button-label-container {
        font-size: 12px !important;
    }

    .nsl-button.nsl-button-google .nsl-button-svg-container svg,
    .nsl-button.nsl-button-facebook .nsl-button-svg-container svg {
        width: 24px !important;
        height: 24px !important;
    }
}

/* ===== Кнопка Google ===== */
.nsl-button.nsl-button-google {
    border: 1px solid #ffba06 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    border-radius: 100px !important;
}

.nsl-button.nsl-button-google .nsl-button-label-container {
    color: #ffba06 !important;
}

.nsl-button.nsl-button-google:hover {
    box-shadow: 0 4px 16px rgba(255, 186, 6, 0.25) !important;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

.nsl-button.nsl-button-google .nsl-container-block .nsl-container-buttons a {
    display: flex !important;
    justify-content: flex-end !important;
}

.nsl-button.nsl-button-facebook {
    border: 1px solid #003d5b !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    border-radius: 100px !important;
}

.nsl-button.nsl-button-facebook[data-skin="dark"] {
    background-color: #ffffff !important;
}

.nsl-button.nsl-button-facebook .nsl-button-label-container {
    color: #003d5b !important;
}

.nsl-button.nsl-button-facebook .nsl-button-svg-container svg path {
    fill: #1877f2 !important;
}

.nsl-button.nsl-button-facebook:hover {
    box-shadow: 0 4px 16px rgba(0, 61, 91, 0.25) !important;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

.nsl-button.nsl-button-facebook.nsl-container-block .nsl-container-buttons a {
    display: flex !important;
    justify-content: flex-start !important;
}
