.prp-social-login {
    clear: both;
    margin: 18px 0;
}

.prp-social-login-separator {
    align-items: center;
    color: #5d6673;
    display: flex;
    font-size: 13px;
    gap: 12px;
    line-height: 1.4;
    margin: 12px 0 0;
}

.prp-social-login-separator::before,
.prp-social-login-separator::after {
    background: #d8dde3;
    content: "";
    flex: 1 1 auto;
    height: 1px;
}

.prp-social-login-buttons {
    display: grid;
    gap: 10px;
}

.prp-social-button {
    align-items: center;
    background: #ffffff;
    border: 1px solid #cfd6df;
    border-radius: 6px;
    box-sizing: border-box;
    color: #151922;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 10px 14px;
    text-decoration: none;
    transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
    width: 100%;
}

.prp-social-button:hover,
.prp-social-button:focus {
    background: #f7f9fb;
    border-color: #9da8b6;
    box-shadow: 0 0 0 3px rgba(47, 111, 237, 0.12);
    color: #151922;
    outline: none;
    text-decoration: none;
}

.prp-social-button-apple {
    background: #050505;
    border-color: #050505;
    color: #ffffff;
}

.prp-social-button-apple:hover,
.prp-social-button-apple:focus {
    background: #20242b;
    border-color: #20242b;
    color: #ffffff;
}

.prp-social-button-facebook {
    background: #1877f2;
    border-color: #1877f2;
    color: #ffffff;
}

.prp-social-button-facebook:hover,
.prp-social-button-facebook:focus {
    background: #0f63d4;
    border-color: #0f63d4;
    color: #ffffff;
}

.prp-social-icon {
    display: inline-flex;
    flex: 0 0 auto;
}

.prp-social-icon svg {
    display: block;
    height: 20px;
    width: 20px;
}

.prp-social-login-account {
    border: 1px solid #d8dde3;
    border-radius: 6px;
    margin: 24px 0;
    padding: 18px;
}

.prp-social-login-account legend {
    font-weight: 700;
    padding: 0 8px;
}

.prp-social-login-account-list {
    display: grid;
    gap: 10px;
}

.prp-social-login-account-row {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
