.seslp-social-login-container {
    max-width: 400px;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
}

.seslp-social-login-buttons {
    margin: 20px 0;
    text-align: center;
}

.seslp-social-login-container h3 {
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
}

.seslp-social-login-button {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* width: 200px; */
    width: auto;
    margin: 0.5rem auto;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    /* font-size: 1rem; */
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.seslp-social-login-button img {
    width: 24px;
    height: 24px;
    margin-right: 0.75rem;
}

.seslp-google {
    background-color: #4285f4;
}
.seslp-google:hover {
    background-color: #357ae8;
}
.seslp-facebook {
    background-color: #3b5998;
}
.seslp-facebook:hover {
    background-color: #2a4373;
}
.seslp-naver {
    background-color: #2DB400;
}
.seslp-naver:hover {
    background-color: #259a00;
}
.seslp-kakao {
    background-color: #FEE500;
    color: #3c1e1e;
}
.seslp-kakao:hover {
    background-color: #e6d300;
}
.seslp-line {
    background-color: #00C300;
}
.seslp-line:hover {
    background-color: #00a300;
}
/* .seslp-line::after {
    content: '(Email required)';
    font-size: 12px;
    margin-left: 5px;
    opacity: 0.8;
} */
.seslp-weibo {
    background-color: #E6162D;
}
.seslp-weibo:hover {
    background-color: #b81c22;
}

.seslp-social-login-button:hover {
    color: #fff;
}

@media (max-width: 600px) {
    .seslp-social-login-button {
        display: block;
        width: 100%;
        margin: 10px auto;
    }

    .seslp-social-login-buttons .notice.notice-error {
        font-size: 12px;
        padding: 8px 10px;
    }
}

/* Custom styling for social login error messages */
.seslp-social-login-buttons .notice.notice-error {
    margin: 10px 0; 
    padding: 10px 15px; 
    background-color: #ffe6e6; 
    border: 1px solid #dc3232; 
    border-radius: 5px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.seslp-social-login-buttons .notice.notice-error p {
    font-size: 14px; 
    font-weight: 500; 
    color: #d8000c; 
    line-height: 1.6; 
}

.form-table th {
    width: 240px;
}

.form-table td button {
    margin-left: 10px;
}

.form-table td span {
    margin-left: 10px;
    font-weight: bold;
}

.form-table .description {
    color: #666;
    font-style: italic;
}

.form-table .license-type-fieldset {
    display: flex !important;
    gap: 20px !important;
    margin-top: 16px !important;
}

.license-type-label {
    display: flex !important;
    align-items: center !important;
}

.license-type-label span {
    margin-left: 5px !important;
}

#seslp-plus-license,
#seslp-premium-license {
    display: none;
    margin-top: 10px !important;
}

.nested {
    width: 100% !important;
}