.profile-header {
    border-bottom: 1px solid #FACACC !important;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #555;
}

.profile-field-row {
    margin-bottom: 12px
}

header.profile-header:has(h1.bb-profile-title) {
    margin-bottom: 0;
}

.member-header-actions {
    display: inline-flex;
    gap: 10px;
}

.like-profile-text a {
    font-size: 13px;
}

.eael-field-type-full_name label::after,
.eael-field-type-email label::after,
.eael-field-type-eael_phone_number label::after,
.eael-field-type-user_name label::after,
.eael-field-type-password label::after {
    content: " *";
    color: red;
}

.profile-fieldset-header {
    margin-bottom: 10px !important;
    margin-left: 8px !important;
}

.site-content div#breadcrumbs.bb-yoast-breadcrumbs {
    display: none !important;
}

/* EDIT PROFILE */

ul.button-tabs.button-nav {
    display: none
}

.field-visibility-settings-toggle,
.field-visibility-settings-notoggle {
    display: none !important;
}

#profile-edit-form  fieldset {
    margin-bottom: 16px !important;
}