.lfm-author-profile-box {
    width: 100%;
    margin: 22px 0;
    clear: both;
}

.lfm-author-profile-fallback {
    max-width: 1180px;
    margin: 24px auto;
    padding: 0 15px;
}

.lfm-verified-badge,
.lfm-header-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #f1f1f1;
    color: #111827;
    font-weight: 700;
    font-size: 13px;
    padding: 7px 12px;
    border-radius: 999px;
    margin: 8px 0 12px;
    box-shadow: none;
}

.lfm-author-extra-box {
    margin: 18px 0;
    background: #fff;
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, .06);
    border: 1px solid rgba(15, 23, 42, .06);
}

.directorist-author-about,
.lfm-seller-profile-card-sidebar,
.lfm-brand-profile-card-main {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, .06);
    border: 1px solid rgba(15, 23, 42, .06);
}

.directorist-author-about {
    padding: 0;
    overflow: hidden;
}

.directorist-author-about .directorist-card__header {
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.directorist-author-about .directorist-card__body {
    padding: 18px 22px;
}

.lfm-seller-profile-card-sidebar {
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
}

.lfm-brand-profile-card-main {
    margin-top: 18px;
}

.lfm-seller-profile-card-sidebar .lfm-author-section-title {
    margin: 0;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
    font-size: 18px;
    line-height: 1.3;
}

.lfm-seller-profile-card-sidebar .lfm-author-line {
    padding-left: 22px;
    padding-right: 22px;
}

.lfm-seller-profile-card-sidebar .lfm-author-section-title + .lfm-author-line {
    margin-top: 18px;
}

.lfm-seller-profile-card-sidebar .lfm-author-line:last-child {
    margin-bottom: 18px;
}

.directorist-author-about .directorist-card__header__title,
.lfm-author-section-title,
.lfm-brand-title {
    color: #020617;
}

.lfm-author-section-title {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.3;
}

.lfm-author-line {
    margin-bottom: 10px;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.55;
}

.lfm-brand-section {
    margin-top: 16px;
}

.lfm-authorized-brand-section-header {
    margin-top: 10px;
}

.lfm-authorized-brand-section-header .lfm-brand-title {
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.lfm-authorized-brand-section-header .lfm-brand-logos {
    gap: 10px;
}

.lfm-authorized-brand-section-header .lfm-brand-logos img {
    max-height: 28px !important;
    max-width: 95px !important;
}

.lfm-brand-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    color: #111827;
    margin-bottom: 16px;
}

.lfm-brand-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 22px;
}

.lfm-brand-logos img {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    max-height: 30px !important;
    max-width: 112px !important;
    object-fit: contain;
    opacity: 1 !important;
    visibility: visible !important;
}
