.wev-social-login {
    display: grid;
    gap: 8px;
    margin: 14px 0;
}

.wev-social-button {
    align-items: center;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    color: #1d2327;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    line-height: 1.4;
    min-height: 40px;
    padding: 8px 12px;
    text-decoration: none;
}

.wev-social-icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 18px;
    height: 18px;
    justify-content: center;
    width: 18px;
}

.wev-social-icon svg {
    display: block;
    height: 18px;
    width: 18px;
}

.wev-social-button:hover,
.wev-social-button:focus {
    border-color: #2271b1;
    color: #135e96;
    outline: 2px solid transparent;
    text-decoration: none;
}

.wev-social-button-google {
    border-left: 4px solid #4285f4;
}

.wev-social-button-apple {
    border-left: 4px solid #1d2327;
}

.wev-social-button-facebook {
    border-left: 4px solid #1877f2;
}

.wev-social-button-github {
    border-left: 4px solid #57606a;
}

.wev-social-account-links {
    border: 1px solid #dcdcde;
    border-radius: 4px;
    margin: 18px 0;
    padding: 14px 16px;
}

.wev-social-account-links legend {
    font-weight: 700;
    padding: 0 6px;
}

.wev-social-account-links p {
    margin: 0 0 12px;
}

.wev-social-account-links ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wev-recaptcha-field,
.wev-checkout-block-recaptcha {
    margin: 14px 0;
}
