/* =========================================================
   YOUR EXAM BUDDY
   PREMIUM MEMBER PROFILE
========================================================= */

body.see-membership-profile-page {
    background: #f7faff !important;
    color: #0f172a !important;
}


/* =========================================================
   MAIN SHELL
========================================================= */

body.see-membership-profile-page
.see-profile-shell {

    width: 100%;

    max-width: 900px;

    margin: 0 auto;

    padding: 55px 24px 70px;

    box-sizing: border-box;
}


/* =========================================================
   HEADER
========================================================= */

.see-profile-header {

    max-width: 680px;

    margin: 0 auto 32px;

    text-align: center;
}


.see-profile-eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 7px 14px;

    border: 1px solid #c9dcff;

    border-radius: 999px;

    background: #f1f6ff;

    color: #2563eb;

    font-size: 10px;

    font-weight: 900;

    letter-spacing: .8px;

    text-transform: uppercase;
}


.see-profile-header h1 {

    margin: 13px 0 8px;

    color: #07152b;

    font-size: 40px;

    line-height: 1.15;

    font-weight: 900;

    letter-spacing: -1px;
}


.see-profile-header p {

    margin: 0;

    color: #64748b;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   MAIN CARD
========================================================= */

.see-profile-card {

    position: relative;

    width: 100%;

    background: #ffffff;

    border: 1px solid #d7e3f2;

    border-radius: 16px;

    box-shadow:
        0 14px 38px rgba(15, 23, 42, .07);

    overflow: hidden;
}


.see-profile-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #3b82f6,
            #60a5fa
        );
}


/* =========================================================
   CARD HEADER
========================================================= */

.see-profile-card-header {

    display: flex;

    align-items: center;

    gap: 16px;

    padding: 25px 28px;

    border-bottom: 1px solid #e8eef6;
}


.see-profile-card-icon {

    flex: 0 0 47px;

    width: 47px;

    height: 47px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #cfe0ff;

    border-radius: 13px;

    background: #eef4ff;

    color: #2563eb;

    font-size: 18px;

    font-weight: 900;
}


.see-profile-card-header h2 {

    margin: 0 0 4px;

    color: #07152b;

    font-size: 19px;

    line-height: 1.3;

    font-weight: 900;
}


.see-profile-card-header p {

    margin: 0;

    color: #64748b;

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   PMPRO PROFILE FORM
========================================================= */

.see-profile-form {

    padding: 30px;
}


/* =========================================================
   FORM LABELS
========================================================= */

.see-profile-form
label {

    display: block;

    margin-bottom: 6px;

    color: #0f172a;

    font-size: 11px;

    font-weight: 800;
}


/* =========================================================
   FORM INPUTS
========================================================= */

.see-profile-form
input[type="text"],
.see-profile-form
input[type="email"],
.see-profile-form
input[type="password"],
.see-profile-form
select {

    width: 100%;

    min-height: 43px;

    padding: 10px 12px;

    box-sizing: border-box;

    border: 1px solid #cbd8e8;

    border-radius: 8px;

    background: #ffffff;

    color: #0f172a;

    font-size: 12px;

    transition: .2s ease;
}


.see-profile-form
input:focus,
.see-profile-form
select:focus {

    border-color: #2563eb;

    outline: none;

    box-shadow:
        0 0 0 3px rgba(37, 99, 235, .10);
}


/* =========================================================
   FIELD SPACING
========================================================= */

.see-profile-form
.pmpro_form_field {

    margin-bottom: 18px;
}


.see-profile-form
.pmpro_form_field:last-child {

    margin-bottom: 0;
}


/* =========================================================
   REQUIRED MARK
========================================================= */

.see-profile-form
.pmpro_asterisk {

    color: #ef4444;
}


/* =========================================================
   BUTTON AREA
========================================================= */

.see-profile-form
.pmpro_form_submit {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 24px;

    padding-top: 22px;

    border-top: 1px solid #e8eef6;
}


/* =========================================================
   UPDATE PROFILE BUTTON
========================================================= */

.see-profile-form
input[type="submit"],
.see-profile-form
button {

    min-height: 42px;

    padding: 10px 18px;

    border: 1px solid #2563eb;

    border-radius: 9px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #1d4ed8
        );

    color: #ffffff !important;

    font-size: 10px;

    font-weight: 900;

    cursor: pointer;

    box-shadow:
        0 8px 20px rgba(37, 99, 235, .20);

    transition: .2s ease;
}


.see-profile-form
input[type="submit"]:hover,
.see-profile-form
button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(37, 99, 235, .28);
}


/* =========================================================
   CANCEL LINK / BUTTON
========================================================= */

.see-profile-form
.pmpro_btn-cancel,
.see-profile-form
a.pmpro_btn-cancel {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 42px;

    padding: 10px 18px;

    border: 1px solid #cbd5e1;

    border-radius: 9px;

    background: #ffffff;

    color: #475569 !important;

    font-size: 10px;

    font-weight: 800;

    text-decoration: none !important;
}


.see-profile-form
.pmpro_btn-cancel:hover {

    background: #f8fafc;

    color: #0f172a !important;
}


/* =========================================================
   PMPRO ERROR / MESSAGE
========================================================= */

.see-profile-form
.pmpro_message {

    margin-bottom: 20px;

    padding: 12px 14px;

    border-radius: 9px;

    font-size: 11px;
}


.see-profile-form
.pmpro_error {

    border: 1px solid #fecaca;

    background: #fff1f2;

    color: #b91c1c;
}


.see-profile-form
.pmpro_success {

    border: 1px solid #bbf7d0;

    background: #f0fdf4;

    color: #15803d;
}


/* =========================================================
   SECURITY
========================================================= */

.see-profile-security {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    padding: 17px 20px 20px;

    border-top: 1px solid #e8eef6;

    background: #f8fafc;

    color: #94a3b8;

    text-align: center;
}


.see-profile-security strong {

    color: #64748b;

    font-size: 9px;

    font-weight: 900;
}


.see-profile-security small {

    color: #94a3b8;

    font-size: 8px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    body.see-membership-profile-page
    .see-profile-shell {

        padding: 40px 15px 55px;
    }


    .see-profile-header h1 {

        font-size: 31px;
    }


    .see-profile-header p {

        font-size: 12px;
    }


    .see-profile-card-header {

        padding: 21px;

        align-items: flex-start;
    }


    .see-profile-card-header h2 {

        font-size: 16px;
    }


    .see-profile-form {

        padding: 21px;
    }


    .see-profile-form
    .pmpro_form_submit {

        flex-direction: column;

        align-items: stretch;
    }


    .see-profile-form
    input[type="submit"],
    .see-profile-form
    .pmpro_btn-cancel {

        width: 100%;
    }
}