/**
 * BU Profiles - Frontend Styles (Clean/Minimal Design)
 */

/* ===== CSS Variables ===== */
:root {
    --bu-profile-primary: var(--primary-red, var(--brand-primary, #e62b34));
    --bu-profile-primary-hover: var(--primary-red-hover, #c91f28);
    --bu-profile-text-dark: var(--text-dark, #1a1a1a);
    --bu-profile-text-body: var(--text-body, #444444);
    --bu-profile-text-muted: var(--text-muted, #777777);
    --bu-profile-bg-light: var(--bg-light, #f5f5f5);
    --bu-profile-white: var(--white, #ffffff);
    --bu-profile-border: var(--border-light, #e0e0e0);
    --bu-profile-transition: 0.2s ease;
}

/* ===== Profile Page ===== */
.profile-page {
    width: var(--global-width-percent, 95%);
    max-width: var(--global-max-width, 1286px);
    margin: 0 auto;
    padding: 30px 0;
    padding-top: 50px;
}

/* ===== Profile Header ===== */
.profile-header {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bu-profile-border);
}

.profile-photo {
    position: relative;
}

.profile-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.profile-photo-caption {
    margin-top: 8px;
    font-size: 12px;
    color: var(--bu-profile-text-muted);
    font-style: italic;
}

.profile-info {
    display: flex;
    flex-direction: column;
}

.profile-name {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--bu-profile-text-dark);
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.profile-category {
    font-size: 1rem;
    color: var(--bu-profile-text-body);
    font-weight: 500;
    margin-bottom: 20px;
}

.profile-type-tag {
    display: inline-block;
    background: var(--bu-profile-primary);
    color: var(--bu-profile-white);
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 3px;
    margin-right: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

/* Personal Details Grid */
.profile-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
    margin-bottom: 25px;
}
    margin-bottom: 25px;
}

.profile-detail-item {
    padding: 0;
}

.profile-detail-item .label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--bu-profile-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.profile-detail-item .value {
    font-size: 15px;
    color: var(--bu-profile-text-dark);
    font-weight: 500;
}

.profile-detail-item .value.empty-value {
    color: var(--bu-profile-text-muted);
}

.profile-detail-item .value a {
    color: var(--bu-profile-primary);
    text-decoration: none;
    font-weight: 500;
}

.profile-detail-item .value a:hover {
    text-decoration: underline;
}

.profile-detail-item .value a i {
    font-size: 10px;
    margin-left: 4px;
}

/* Organization Details - 4 Column Grid */
.profile-org-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
    margin-bottom: 25px;
}

.profile-org-item {
    padding: 0;
}

.profile-org-item .label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--bu-profile-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.profile-org-item .value {
    font-size: 15px;
    color: var(--bu-profile-text-dark);
    font-weight: 500;
}

.profile-org-item .value.empty-value {
    color: var(--bu-profile-text-muted);
}

.profile-org-item .value a {
    color: var(--bu-profile-primary);
    text-decoration: none;
}

.profile-org-item .value a:hover {
    text-decoration: underline;
}

/* Earnings Section */
.profile-earnings-section {
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--bu-profile-border);
}

/* Athlete Details - 4 Column Grid */
.profile-athlete-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
    margin-bottom: 20px;
}

.profile-athlete-item {
    padding: 0;
}

.profile-athlete-item .label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--bu-profile-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.profile-athlete-item .value {
    font-size: 15px;
    color: var(--bu-profile-text-dark);
    font-weight: 500;
}

.profile-athlete-item .value.empty-value {
    color: var(--bu-profile-text-muted);
}

/* Athlete Team - Full Width */
.profile-athlete-team {
    padding: 15px 0;
    margin-bottom: 25px;
    border-top: 1px solid var(--bu-profile-border);
}

.profile-athlete-team .label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--bu-profile-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.profile-athlete-team .value {
    font-size: 15px;
    color: var(--bu-profile-text-dark);
    font-weight: 500;
}

.profile-athlete-team .value.empty-value {
    color: var(--bu-profile-text-muted);
}

.profile-athlete-team .value a {
    color: var(--bu-profile-primary);
    text-decoration: none;
}

.profile-athlete-team .value a:hover {
    text-decoration: underline;
}

/* Politician Details - 4 Column Grid */
.profile-politician-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
    margin-bottom: 25px;
}

.profile-politician-item {
    padding: 0;
}

.profile-politician-item .label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--bu-profile-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.profile-politician-item .value {
    font-size: 15px;
    color: var(--bu-profile-text-dark);
    font-weight: 500;
}

.profile-politician-item .value.empty-value {
    color: var(--bu-profile-text-muted);
}

.profile-politician-item .value a {
    color: var(--bu-profile-primary);
    text-decoration: none;
}

.profile-politician-item .value a:hover {
    text-decoration: underline;
}

/* Entrepreneur Details - 4 Column Grid */
.profile-entrepreneur-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
    margin-bottom: 25px;
}

.profile-entrepreneur-item {
    padding: 0;
}

.profile-entrepreneur-item .label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--bu-profile-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.profile-entrepreneur-item .value {
    font-size: 15px;
    color: var(--bu-profile-text-dark);
    font-weight: 500;
}

.profile-entrepreneur-item .value.empty-value {
    color: var(--bu-profile-text-muted);
}

.profile-entrepreneur-item .value a {
    color: var(--bu-profile-primary);
    text-decoration: none;
}

.profile-entrepreneur-item .value a:hover {
    text-decoration: underline;
}

/* Entrepreneur Awards Row */
.profile-entrepreneur-awards {
    padding: 15px 0;
    margin-bottom: 25px;
    border-top: 1px solid var(--bu-profile-border);
}

.profile-entrepreneur-awards .label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--bu-profile-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.profile-entrepreneur-awards .value {
    font-size: 15px;
    color: var(--bu-profile-text-dark);
    font-weight: 500;
    line-height: 1.6;
}

.profile-entrepreneur-awards .value a {
    color: var(--bu-profile-primary);
    text-decoration: none;
}

.profile-entrepreneur-awards .value a:hover {
    text-decoration: underline;
}

/* Sports Team Details - 4 Column Grid */
.profile-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
    margin-bottom: 25px;
}

.profile-team-item {
    padding: 0;
}

.profile-team-item .label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--bu-profile-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.profile-team-item .value {
    font-size: 15px;
    color: var(--bu-profile-text-dark);
    font-weight: 500;
}

.profile-team-item .value.empty-value {
    color: var(--bu-profile-text-muted);
}

.profile-team-item .value a {
    color: var(--bu-profile-primary);
    text-decoration: none;
}

.profile-team-item .value a:hover {
    text-decoration: underline;
}

/* Sports Team Championships */
.profile-team-championships {
    margin-bottom: 25px;
    padding-top: 15px;
    border-top: 1px solid var(--bu-profile-border);
}

.profile-team-championships-box {
    padding: 0;
}

.profile-team-championships-box h3 {
    font-size: 11px;
    font-weight: 600;
    color: var(--bu-profile-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
}

.profile-team-championships-box .championships-content {
    font-size: 15px;
    line-height: 1.7;
    color: var(--bu-profile-text-body);
}

.profile-team-championships-box .championships-content p {
    margin-bottom: 6px;
}

.profile-team-championships-box .championships-content p:last-child {
    margin-bottom: 0;
}

.profile-earnings-title {
    font-size: 11px;
    font-weight: 600;
    color: var(--bu-profile-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
}

.profile-earnings-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
}

.profile-earnings-item {
    padding: 0;
    text-align: left;
}

.profile-earnings-item.empty {
    opacity: 0.5;
}

.profile-earnings-item .earnings-quarter {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--bu-profile-text-dark);
    margin-bottom: 2px;
}

.profile-earnings-item .earnings-year {
    display: block;
    font-size: 11px;
    color: var(--bu-profile-text-muted);
    margin-bottom: 4px;
}

.profile-earnings-item .earnings-link {
    display: inline-block;
    font-size: 13px;
    color: var(--bu-profile-primary);
    text-decoration: none;
    font-weight: 500;
}

.profile-earnings-item .earnings-link:hover {
    text-decoration: underline;
}

.profile-earnings-item .earnings-link i {
    font-size: 10px;
    margin-left: 3px;
}

.profile-earnings-item .earnings-empty {
    color: var(--bu-profile-text-muted);
    font-size: 14px;
}

/* Social Links Row */
.profile-social-row {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--bu-profile-border);
    gap: 12px;
    flex-wrap: wrap;
}

.profile-social {
    display: flex;
    gap: 10px;
}

.profile-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--bu-profile-text-body);
    border: 1px solid var(--bu-profile-border);
    border-radius: 50%;
    font-size: 16px;
    transition: all var(--bu-profile-transition);
}

.profile-social a:hover {
    border-color: var(--bu-profile-primary);
    color: var(--bu-profile-primary);
}

/* About/Bio Inline in Header */
.profile-about-inline {
    margin-top: 15px;
    margin-bottom: 20px;
}

.profile-about-inline .profile-about-content {
    font-size: 15px;
    line-height: 1.7;
    color: var(--bu-profile-text-body);
}

.profile-about-inline .profile-about-content p {
    margin-bottom: 10px;
}

.profile-about-inline .profile-about-content p:last-child {
    margin-bottom: 0;
}

/* ===== Achievements & Career Sections ===== */
.profile-achievements,
.profile-career,
.profile-features,
.profile-winners,
.profile-highlights {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bu-profile-border);
}

.profile-achievements h2,
.profile-career h2,
.profile-features h2,
.profile-winners h2,
.profile-highlights h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bu-profile-text-dark);
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.profile-achievements-content,
.profile-career-content,
.profile-features-content,
.profile-winners-content,
.profile-highlights-content {
    font-size: 15px;
    line-height: 1.8;
    color: var(--bu-profile-text-body);
}

.profile-achievements-content p,
.profile-career-content p,
.profile-features-content p,
.profile-winners-content p,
.profile-highlights-content p {
    margin-bottom: 10px;
}

/* ===== Cast Section ===== */
.profile-cast {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bu-profile-border);
}

.profile-cast h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bu-profile-text-dark);
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.profile-cast-content {
    font-size: 15px;
    line-height: 1.8;
    color: var(--bu-profile-text-body);
}

/* ===== Bio Section ===== */
.profile-bio {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bu-profile-border);
}

.profile-bio h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bu-profile-text-dark);
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.profile-bio-content {
    font-size: 15px;
    line-height: 1.8;
    color: var(--bu-profile-text-body);
}

.profile-bio-content p {
    margin-bottom: 15px;
}

.profile-bio-content p:last-child {
    margin-bottom: 0;
}

/* ===== Two Column Row (Achievements + Biography / Career + Biography) ===== */
.profile-two-column-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bu-profile-border);
}

.profile-two-column-row .profile-achievements,
.profile-two-column-row .profile-career,
.profile-two-column-row .profile-bio {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* ===== Photo Gallery ===== */
.profile-gallery {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bu-profile-border);
}

.profile-gallery h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bu-profile-text-dark);
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform var(--bu-profile-transition);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 30px 12px 12px;
    opacity: 0;
    transition: opacity var(--bu-profile-transition);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}

.gallery-item-title {
    color: var(--bu-profile-white);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.gallery-item-credit {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

/* ===== News Section ===== */
.profile-articles {
    margin-top: 30px;
}

.profile-articles h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bu-profile-text-dark);
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* News Grid */
.articles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.articles-grid .article-card {
    overflow: hidden;
}

.articles-grid .article-card:hover {
    /* No hover effects needed */
}

.articles-grid .article-card-thumb {
    overflow: hidden;
}

.articles-grid .article-card-thumb img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: transform var(--bu-profile-transition);
}

.articles-grid .article-card:hover .article-card-thumb img {
    transform: scale(1.02);
}

.articles-grid .article-card-content {
    padding: 12px 0;
}

.articles-grid .article-card-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--bu-profile-text-dark);
    margin: 0 0 6px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articles-grid .article-card-title a {
    color: inherit;
    text-decoration: none;
}

.articles-grid .article-card-title a:hover {
    color: var(--bu-profile-primary);
}

.articles-grid .article-card-meta {
    font-size: 12px;
    color: var(--bu-profile-text-muted);
}

/* ===== Pagination ===== */
.profile-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid var(--bu-profile-border);
    flex-wrap: wrap;
}

.profile-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    color: var(--bu-profile-text-body);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all var(--bu-profile-transition);
    border: 1px solid var(--bu-profile-border);
}

.profile-pagination .page-numbers:hover {
    border-color: var(--bu-profile-primary);
    color: var(--bu-profile-primary);
    border-color: var(--bu-profile-primary);
}

.profile-pagination .page-numbers.current {
    background: var(--bu-profile-primary);
    color: var(--bu-profile-white);
    border-color: var(--bu-profile-primary);
}

.profile-pagination .page-numbers.dots {
    background: transparent;
    border: none;
    pointer-events: none;
}

.profile-pagination .page-numbers.prev,
.profile-pagination .page-numbers.next {
    gap: 6px;
    padding: 0 14px;
}

.profile-pagination .page-numbers i {
    font-size: 12px;
}

/* ===== Profile Category Archive ===== */
.profile-category-archive {
    width: var(--global-width-percent, 95%);
    max-width: var(--global-max-width, 1286px);
    margin: 0 auto;
    padding: 30px 0;
    padding-top: 50px;
}

.archive-header {
    text-align: center;
    margin-bottom: 40px;
}

.archive-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--bu-profile-text-dark);
    margin: 0 0 10px 0;
}

.archive-description {
    font-size: 15px;
    color: var(--bu-profile-text-body);
    max-width: 600px;
    margin: 0 auto;
}

/* Profiles Grid */
.profiles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.profile-card {
    overflow: hidden;
}

.profile-card:hover {
    /* No hover effects */
}

.profile-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.profile-card-image {
    position: relative;
    overflow: hidden;
}

.profile-card-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform var(--bu-profile-transition);
}

.profile-card:hover .profile-card-image img {
    transform: scale(1.02);
}

.profile-card-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--bu-profile-primary);
    color: var(--bu-profile-white);
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.profile-card-content {
    padding: 12px 0;
    text-align: left;
}

.profile-card-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bu-profile-text-dark);
    margin: 0 0 4px 0;
}

.profile-card-subtitle {
    font-size: 13px;
    color: var(--bu-profile-text-muted);
    margin-bottom: 4px;
}

.profile-card-count {
    font-size: 12px;
    color: var(--bu-profile-text-muted);
}

.no-profiles {
    text-align: center;
    padding: 60px 20px;
    color: var(--bu-profile-text-muted);
    font-size: 15px;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
    .articles-grid,
    .profiles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .profile-header {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .profile-photo {
        max-width: 300px;
    }
    
    .profile-details {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-org-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-athlete-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-politician-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-entrepreneur-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-earnings-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .articles-grid,
    .gallery-grid,
    .profiles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .profile-page,
    .profile-category-archive {
        padding: 20px 15px;
        padding-top: 80px;
    }
    
    .profile-header {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .profile-photo {
        max-width: 250px;
    }
    
    .profile-name,
    .archive-title {
        font-size: 1.6rem;
    }
    
    .profile-details {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 20px;
    }
    
    .profile-org-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-athlete-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-politician-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-entrepreneur-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-earnings-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-two-column-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .articles-grid,
    .profiles-grid {
        grid-template-columns: 1fr;
    }
    
    .articles-grid .article-card-thumb img {
        height: 180px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-social-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .profile-card-image img {
        height: 220px;
    }
}

/* Linked Profiles Section */
.profile-linked-profiles {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.profile-linked-profiles h2 {
    margin: 0 0 20px;
    font-size: 1.5rem;
    color: #1d2327;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.profile-linked-profiles-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-linked-tags {
    font-size: 15px;
    line-height: 1.6;
}

.profile-linked-tags .linked-tags-label {
    font-weight: 600;
    color: #1d2327;
}

.profile-linked-tags a {
    color: #2271b1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.profile-linked-tags a:hover {
    color: #135e96;
    text-decoration: underline;
}
