/* =========================
   LOGIN / REGISTER PAGES
========================= */
.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0;
}

.ast-single-post.ast-page-builder-template .site-main > article,
.ast-page-builder-template .post-navigation,
.site-main > article {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.entry-header {
    display: none;
}

.site-content {
    background:
        radial-gradient(circle at top left, rgba(255, 194, 102, 0.16), transparent 24%),
        radial-gradient(circle at bottom right, rgba(66, 114, 214, 0.12), transparent 26%),
        linear-gradient(180deg, #eef4ff 0%, #f8fbff 100%);
}

.entry-content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 20px 88px;
}

.entry-content .um {
    position: relative;
    max-width: 560px !important;
    margin: 0 auto !important;
    padding: 26px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(219, 231, 251, 0.92);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(12px);
}

.entry-content .um::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(255, 215, 106, 0.12), transparent 24%),
        radial-gradient(circle at bottom left, rgba(41, 74, 143, 0.08), transparent 28%);
    pointer-events: none;
}

.entry-content .um-form {
    position: relative;
    z-index: 1;
    padding: 34px 30px 28px !important;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(231, 238, 250, 0.9);
}

.entry-content .um-form form {
    position: relative;
}

.entry-content .um-form form::before {
    display: block;
    margin-bottom: 22px;
    color: #c35817;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.login .entry-content .um-form form::before,
body.page-login .entry-content .um-form form::before,
body.page-slug-login .entry-content .um-form form::before {
    content: "Student Login";
}

body.page-register .entry-content .um-form form::before,
body.page-slug-register .entry-content .um-form form::before {
    content: "Create Account";
}

.entry-content .um-form form::after {
    display: block;
    margin-bottom: 28px;
    color: #13233f;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
}

body.login .entry-content .um-form form::after,
body.page-login .entry-content .um-form form::after,
body.page-slug-login .entry-content .um-form form::after {
    content: "Welcome back to your learning portal";
}

body.page-register .entry-content .um-form form::after,
body.page-slug-register .entry-content .um-form form::after {
    content: "Register to begin your academic journey";
}

body.page-account .entry-content .um-form form::before,
body.page-slug-account .entry-content .um-form form::before {
    content: "My Account";
}

body.page-account .entry-content .um-form form::after,
body.page-slug-account .entry-content .um-form form::after {
    content: "Manage your profile and student access";
}

body.page-profile .entry-content .um-form form::before,
body.page-slug-profile .entry-content .um-form form::before {
    content: "My Profile";
}

body.page-profile .entry-content .um-form form::after,
body.page-slug-profile .entry-content .um-form form::after {
    content: "Update your profile, photo, and personal details";
}

.entry-content .um-field {
    margin-bottom: 18px !important;
}

.entry-content .um-field-label {
    margin-bottom: 8px !important;
}

.entry-content .um-field-label label {
    color: #1d2d4a !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.entry-content .um-field-area input[type="text"],
.entry-content .um-field-area input[type="tel"],
.entry-content .um-field-area input[type="number"],
.entry-content .um-field-area input[type="password"],
.entry-content .um-field-area input[type="email"],
.entry-content .um-field-area textarea,
.entry-content .um-field-area select,
.entry-content .um-form input[type="text"],
.entry-content .um-form input[type="tel"],
.entry-content .um-form input[type="number"],
.entry-content .um-form input[type="password"],
.entry-content .um-form input[type="email"],
.entry-content .um-form textarea,
.entry-content .um-form select {
    min-height: 56px !important;
    border: 1px solid #d7dfed !important;
    border-radius: 16px !important;
    background: #fbfdff !important;
    color: #1f2d44 !important;
    font-size: 16px !important;
    padding: 14px 16px !important;
    box-shadow: none !important;
    transition: border-color 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease !important;
}

.entry-content .um-field-area textarea,
.entry-content .um-form textarea {
    min-height: 120px !important;
}

.entry-content .um-field-area input:focus,
.entry-content .um-field-area textarea:focus,
.entry-content .um-field-area select:focus,
.entry-content .um-form input:focus,
.entry-content .um-form textarea:focus,
.entry-content .um-form select:focus {
    border-color: #c35817 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(195, 88, 23, 0.12) !important;
}

.entry-content .um-button,
.entry-content .um input[type="submit"].um-button {
    width: 100% !important;
    min-height: 56px !important;
    border: none !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #c35817 0%, #e2751f 100%) !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    box-shadow: 0 16px 34px rgba(195, 88, 23, 0.18) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.entry-content .um-button:hover,
.entry-content .um input[type="submit"].um-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(195, 88, 23, 0.24) !important;
}

.entry-content .um .um-col-alt {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid #edf2fa !important;
}

.entry-content .um .um-col-alt-b {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

.entry-content .um .um-left,
.entry-content .um .um-right {
    float: none !important;
    width: 100% !important;
    text-align: left !important;
}

.entry-content .um .um-alt,
.entry-content .um a.um-link-alt,
.entry-content .um a.um-button.um-alt {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    border-radius: 999px !important;
    background: transparent !important;
    border: 1px solid rgba(19, 35, 63, 0.14) !important;
    color: #13233f !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
    padding: 10px 16px !important;
}

.entry-content .um a.um-link,
.entry-content .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.entry-content .um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.entry-content .um .um-form a {
    color: #294a8f !important;
}

.entry-content .um .um-tip {
    color: #607089 !important;
}

.entry-content .um .um-notice,
.entry-content .um .um-field-error,
.entry-content .um .um-field-block {
    border-radius: 16px !important;
}

.entry-content .um .um-notice.err,
.entry-content .um .um-field-error {
    background: #fff2f2 !important;
    border: 1px solid #f3c9cb !important;
    color: #8c2431 !important;
}

.entry-content .um .um-notice.success {
    background: #ecfbf1 !important;
    border: 1px solid #b8e6c6 !important;
    color: #1c6b39 !important;
}

.entry-content .um .um-half {
    width: 100% !important;
}

.entry-content .um .um-account-side ul,
.entry-content .um .um-account-main {
    border-radius: 22px;
}

.apk-account-overview {
    margin-bottom: 26px;
}

.apk-account-form-anchor {
    scroll-margin-top: 130px;
}

.apk-account-overview-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(255, 215, 106, 0.12), transparent 24%),
        linear-gradient(135deg, #101b34 0%, #18294f 52%, #2b4fa4 100%);
    color: #fff;
    box-shadow: 0 28px 70px rgba(16, 27, 52, 0.22);
}

.apk-account-overview-avatar .avatar,
.apk-account-overview-avatar img {
    display: block;
    width: 132px;
    height: 132px;
    border-radius: 28px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.28);
}

.apk-account-overview-avatar {
    width: 132px;
    min-width: 132px;
    height: 132px;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
}

.apk-account-overview-copy {
    flex: 1;
}

.apk-account-overview-kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffd76a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.apk-account-overview-copy h1 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
}

.apk-account-overview-copy p {
    margin: 0 0 16px;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
}

.apk-account-overview-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.apk-account-overview-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    font-weight: 700;
}

.apk-account-overview-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.apk-account-overview-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.apk-account-overview-actions a:first-child {
    background: linear-gradient(135deg, #c35817 0%, #e2751f 100%);
    color: #fff !important;
}

.apk-account-overview-actions a:not(:first-child) {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
}

body.page-profile .entry-content .um,
body.page-slug-profile .entry-content .um {
    max-width: 1040px !important;
    padding: 28px;
    border-radius: 36px;
}

body.page-profile .entry-content .um-form,
body.page-slug-profile .entry-content .um-form {
    padding: 30px 30px 34px !important;
    border-radius: 30px;
}

body.page-profile .entry-content .um-profile,
body.page-slug-profile .entry-content .um-profile {
    color: #13233f;
}

body.page-profile .entry-content .um-profile .um-profile-header,
body.page-slug-profile .entry-content .um-profile .um-profile-header {
    position: relative;
    margin-bottom: 26px;
    padding: 32px 30px 24px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 215, 106, 0.14), transparent 25%),
        linear-gradient(135deg, #101b34 0%, #18294f 52%, #2b4fa4 100%);
    box-shadow: 0 26px 65px rgba(16, 27, 52, 0.2);
    overflow: hidden;
}

body.page-profile .entry-content .um-profile .um-profile-photo,
body.page-slug-profile .entry-content .um-profile .um-profile-photo {
    width: 154px;
}

body.page-profile .entry-content .um-profile .um-profile-photo a,
body.page-profile .entry-content .um-profile .um-profile-photo img,
body.page-profile .entry-content .um-profile .um-profile-photo .gravatar,
body.page-slug-profile .entry-content .um-profile .um-profile-photo a,
body.page-slug-profile .entry-content .um-profile .um-profile-photo img,
body.page-slug-profile .entry-content .um-profile .um-profile-photo .gravatar {
    width: 132px !important;
    height: 132px !important;
    border-radius: 28px !important;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

body.page-profile .entry-content .um-profile .um-profile-photo-overlay,
body.page-slug-profile .entry-content .um-profile .um-profile-photo-overlay {
    border-radius: 28px !important;
}

body.page-profile .entry-content .um-profile .um-profile-name,
body.page-slug-profile .entry-content .um-profile .um-profile-name {
    padding-top: 8px;
}

body.page-profile .entry-content .um-profile .um-name,
body.page-slug-profile .entry-content .um-profile .um-name {
    margin: 0 0 8px !important;
    color: #ffffff !important;
    font-size: 42px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em;
}

body.page-profile .entry-content .um-profile .um-name a,
body.page-slug-profile .entry-content .um-profile .um-name a {
    color: inherit !important;
}

body.page-profile .entry-content .um-profile .um-meta,
body.page-profile .entry-content .um-profile .um-profile-meta,
body.page-slug-profile .entry-content .um-profile .um-meta,
body.page-slug-profile .entry-content .um-profile .um-profile-meta {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 15px !important;
}

body.page-profile .entry-content .um-profile .um-profile-navbar,
body.page-slug-profile .entry-content .um-profile .um-profile-navbar {
    margin: 0 0 22px;
    padding: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #eef4ff 0%, #e5edff 100%);
    box-shadow: inset 0 0 0 1px rgba(201, 216, 246, 0.78);
}

body.page-profile .entry-content .um-profile .um-profile-nav,
body.page-slug-profile .entry-content .um-profile .um-profile-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

body.page-profile .entry-content .um-profile-nav-item a,
body.page-slug-profile .entry-content .um-profile-nav-item a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #294a8f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

body.page-profile .entry-content .um-profile-nav-item.active a,
body.page-profile .entry-content .um-profile-nav-item a:hover,
body.page-slug-profile .entry-content .um-profile-nav-item.active a,
body.page-slug-profile .entry-content .um-profile-nav-item a:hover {
    background: linear-gradient(135deg, #c35817 0%, #e2751f 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(195, 88, 23, 0.18);
}

body.page-profile .entry-content .um-profile-body,
body.page-slug-profile .entry-content .um-profile-body {
    padding: 28px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(231, 238, 250, 0.9);
}

body.page-profile .entry-content .um-profile-body .um-field,
body.page-slug-profile .entry-content .um-profile-body .um-field {
    margin-bottom: 18px !important;
}

body.page-profile .entry-content .um-profile-body .um-field-label label,
body.page-slug-profile .entry-content .um-profile-body .um-field-label label {
    color: #1d2d4a !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

body.page-profile .entry-content .um-profile-body .um-button,
body.page-profile .entry-content .um-profile-body input[type="submit"].um-button,
body.page-slug-profile .entry-content .um-profile-body .um-button,
body.page-slug-profile .entry-content .um-profile-body input[type="submit"].um-button {
    min-width: 220px;
    width: auto !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
}

body.page-profile .entry-content .um-profile-note,
body.page-profile .entry-content .um-profile-body .um-notice,
body.page-slug-profile .entry-content .um-profile-note,
body.page-slug-profile .entry-content .um-profile-body .um-notice {
    border-radius: 18px !important;
}

body.apk-profile-page .entry-content .um-form form::before {
    content: "My Profile";
}

body.apk-profile-page .entry-content .um-form form::after {
    content: "Update your profile, photo, and personal details";
}

body.apk-profile-page .entry-content .um {
    max-width: 1040px !important;
    padding: 28px;
    border-radius: 36px;
}

body.apk-profile-page .entry-content .um-form {
    padding: 30px 30px 34px !important;
    border-radius: 30px;
}

body.apk-profile-page .entry-content .um-profile {
    color: #13233f;
}

body.apk-profile-page .entry-content .um-profile .um-profile-header {
    position: relative;
    margin-bottom: 26px;
    padding: 32px 30px 24px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 215, 106, 0.14), transparent 25%),
        linear-gradient(135deg, #101b34 0%, #18294f 52%, #2b4fa4 100%);
    box-shadow: 0 26px 65px rgba(16, 27, 52, 0.2);
    overflow: hidden;
}

body.apk-profile-page .entry-content .um-profile .um-profile-photo {
    width: 154px;
}

body.apk-profile-page .entry-content .um-profile .um-profile-photo a,
body.apk-profile-page .entry-content .um-profile .um-profile-photo img,
body.apk-profile-page .entry-content .um-profile .um-profile-photo .gravatar {
    width: 132px !important;
    height: 132px !important;
    border-radius: 28px !important;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

body.apk-profile-page .entry-content .um-profile .um-profile-photo-overlay {
    border-radius: 28px !important;
}

body.apk-profile-page .entry-content .um-profile .um-profile-name {
    padding-top: 8px;
}

body.apk-profile-page .entry-content .um-profile .um-name {
    margin: 0 0 8px !important;
    color: #ffffff !important;
    font-size: 42px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em;
}

body.apk-profile-page .entry-content .um-profile .um-name a {
    color: inherit !important;
}

body.apk-profile-page .entry-content .um-profile .um-meta,
body.apk-profile-page .entry-content .um-profile .um-profile-meta {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 15px !important;
}

body.apk-profile-page .entry-content .um-profile .um-profile-navbar {
    margin: 0 0 22px;
    padding: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #eef4ff 0%, #e5edff 100%);
    box-shadow: inset 0 0 0 1px rgba(201, 216, 246, 0.78);
}

body.apk-profile-page .entry-content .um-profile .um-profile-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

body.apk-profile-page .entry-content .um-profile-nav-item a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #294a8f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

body.apk-profile-page .entry-content .um-profile-nav-item.active a,
body.apk-profile-page .entry-content .um-profile-nav-item a:hover {
    background: linear-gradient(135deg, #c35817 0%, #e2751f 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(195, 88, 23, 0.18);
}

body.apk-profile-page .entry-content .um-profile-body {
    padding: 28px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(231, 238, 250, 0.9);
}

body.apk-profile-page .entry-content .um-profile-body .um-field {
    margin-bottom: 18px !important;
}

body.apk-profile-page .entry-content .um-profile-body .um-field-label label {
    color: #1d2d4a !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

body.apk-profile-page .entry-content .um-profile-body .um-button,
body.apk-profile-page .entry-content .um-profile-body input[type="submit"].um-button {
    min-width: 220px;
    width: auto !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
}

body.apk-profile-page .entry-content .um-profile-note,
body.apk-profile-page .entry-content .um-profile-body .um-notice {
    border-radius: 18px !important;
}

@media (max-width: 767px) {
    .entry-content {
        padding: 36px 16px 52px;
    }

    .entry-content .um {
        padding: 16px;
        border-radius: 24px;
    }

    .entry-content .um::before {
        border-radius: 24px;
    }

    .entry-content .um-form {
        padding: 24px 18px 20px !important;
        border-radius: 20px;
    }

    .entry-content .um-form form::after {
        font-size: 30px;
        line-height: 1.12;
        margin-bottom: 22px;
    }

    .entry-content .um-field-area input[type="text"],
    .entry-content .um-field-area input[type="tel"],
    .entry-content .um-field-area input[type="number"],
    .entry-content .um-field-area input[type="password"],
    .entry-content .um-field-area input[type="email"],
    .entry-content .um-field-area textarea,
    .entry-content .um-field-area select,
    .entry-content .um-form input[type="text"],
    .entry-content .um-form input[type="tel"],
    .entry-content .um-form input[type="number"],
    .entry-content .um-form input[type="password"],
    .entry-content .um-form input[type="email"],
    .entry-content .um-form textarea,
    .entry-content .um-form select {
        min-height: 52px !important;
        font-size: 15px !important;
    }

    .entry-content .um-button,
    .entry-content .um input[type="submit"].um-button,
    .entry-content .um .um-alt,
    .entry-content .um a.um-link-alt,
    .entry-content .um a.um-button.um-alt {
        min-height: 52px !important;
        font-size: 15px !important;
    }

    .apk-account-overview-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 18px;
        border-radius: 22px;
    }

    .apk-account-overview-avatar .avatar,
    .apk-account-overview-avatar img {
        width: 96px;
        height: 96px;
        border-radius: 22px;
    }

    .apk-account-overview-copy h1 {
        font-size: 30px;
    }

    body.page-profile .entry-content .um,
    body.page-slug-profile .entry-content .um {
        padding: 16px;
        border-radius: 24px;
    }

    body.page-profile .entry-content .um-form,
    body.page-slug-profile .entry-content .um-form,
    body.page-profile .entry-content .um-profile-body,
    body.page-slug-profile .entry-content .um-profile-body {
        padding: 20px 16px 24px !important;
        border-radius: 22px;
    }

    body.page-profile .entry-content .um-profile .um-profile-header,
    body.page-slug-profile .entry-content .um-profile .um-profile-header {
        padding: 22px 18px 20px;
        border-radius: 22px;
    }

    body.page-profile .entry-content .um-profile .um-profile-photo,
    body.page-slug-profile .entry-content .um-profile .um-profile-photo {
        width: 112px;
        margin-bottom: 16px;
    }

    body.page-profile .entry-content .um-profile .um-profile-photo a,
    body.page-profile .entry-content .um-profile .um-profile-photo img,
    body.page-profile .entry-content .um-profile .um-profile-photo .gravatar,
    body.page-slug-profile .entry-content .um-profile .um-profile-photo a,
    body.page-slug-profile .entry-content .um-profile .um-profile-photo img,
    body.page-slug-profile .entry-content .um-profile .um-profile-photo .gravatar {
        width: 96px !important;
        height: 96px !important;
        border-radius: 22px !important;
    }

    body.page-profile .entry-content .um-profile .um-name,
    body.page-slug-profile .entry-content .um-profile .um-name {
        font-size: 30px !important;
    }

    body.page-profile .entry-content .um-profile .um-profile-navbar,
    body.page-slug-profile .entry-content .um-profile .um-profile-navbar {
        border-radius: 22px;
    }

    body.page-profile .entry-content .um-profile-nav,
    body.page-slug-profile .entry-content .um-profile-nav {
        flex-direction: column;
    }

    body.page-profile .entry-content .um-profile-nav-item a,
    body.page-slug-profile .entry-content .um-profile-nav-item a {
        width: 100%;
        justify-content: center;
    }

    body.page-profile .entry-content .um-profile-body .um-button,
    body.page-profile .entry-content .um-profile-body input[type="submit"].um-button,
    body.page-slug-profile .entry-content .um-profile-body .um-button,
    body.page-slug-profile .entry-content .um-profile-body input[type="submit"].um-button {
        width: 100% !important;
        min-width: 0;
    }

    body.apk-profile-page .entry-content .um {
        padding: 16px;
        border-radius: 24px;
    }

    body.apk-profile-page .entry-content .um-form,
    body.apk-profile-page .entry-content .um-profile-body {
        padding: 20px 16px 24px !important;
        border-radius: 22px;
    }

    body.apk-profile-page .entry-content .um-profile .um-profile-header {
        padding: 22px 18px 20px;
        border-radius: 22px;
    }

    body.apk-profile-page .entry-content .um-profile .um-profile-photo {
        width: 112px;
        margin-bottom: 16px;
    }

    body.apk-profile-page .entry-content .um-profile .um-profile-photo a,
    body.apk-profile-page .entry-content .um-profile .um-profile-photo img,
    body.apk-profile-page .entry-content .um-profile .um-profile-photo .gravatar {
        width: 96px !important;
        height: 96px !important;
        border-radius: 22px !important;
    }

    body.apk-profile-page .entry-content .um-profile .um-name {
        font-size: 30px !important;
    }

    body.apk-profile-page .entry-content .um-profile .um-profile-navbar {
        border-radius: 22px;
    }

    body.apk-profile-page .entry-content .um-profile-nav {
        flex-direction: column;
    }

    body.apk-profile-page .entry-content .um-profile-nav-item a {
        width: 100%;
        justify-content: center;
    }

    body.apk-profile-page .entry-content .um-profile-body .um-button,
    body.apk-profile-page .entry-content .um-profile-body input[type="submit"].um-button {
        width: 100% !important;
        min-width: 0;
    }
}
