/* Kakao login button */
.kakao-login-btn {
    background: #FEE500;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    padding: 12px 15px;
}

.kakao-login-btn:hover,
.kakao-login-btn:focus,
.kakao-login-btn:active {
    background: #FEE500;
    border: none;
    color: #000000;
}

.kakao-login-btn svg {
    display: inline-block;
    vertical-align: middle;
    fill: #000000;
    opacity: 0.9;
    height: 21px;
    width: 21px;
}

.kakao-login-btn span {
    color: #191919;
    white-space: nowrap;
}

/* Login page */
.customer-account-login .login-with-kakao .fieldset > .legend {
    border-bottom: 1px solid #e8e8e8;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

/* Register page */
.customer-account-create .login-with-kakao .fieldset > .legend {
    border-bottom: 1px solid #c6c6c6;
    font-size: 22px;
}
