.bio_foto_autor {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #24344B;
    margin-right: 20px;
    flex-shrink: 0;
}

.bio_foto_placeholder {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, #042C49, #24344B);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.bio_foto_placeholder i {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.5);
}

.bio_cargo_badge {
    display: inline-block;
    background-color: #F85E0C;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.bio_texto_completo {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    white-space: pre-line;
}

.bio_divider {
    border: none;
    border-top: 2px solid #f0f0f0;
    margin: 30px 0;
}

.bio_header_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.bio_header_info h2 {
    margin: 0 0 4px;
    font-size: 26px;
    color: #24344B;
    font-weight: 700;
}

.bio_header_info .fecha {
    font-size: 13px;
    color: #aaa;
}

.latest_post_image img {
    border-radius: 50%;
    object-fit: cover;
}

.bio_sidebar_foto {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #042C49, #24344B);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bio_sidebar_foto i {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
}

.back_link {
    display: inline-flex;
    align-items: center;
    color: #042C49;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    text-decoration: none;
    gap: 6px;
    transition: color 0.2s;
}

.back_link:hover {
    color: #F85E0C;
    text-decoration: none;
}

.home_title {
    color: #24344B !important;
    text-shadow: none !important;
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
    color: #24344B !important;
    text-shadow: none !important;
}

.breadcrumbs ul li:not(:last-child)::after {
    color: #24344B !important;
}

@media only screen and (max-width: 575px) {
    .bio_header_wrap { flex-direction: column; align-items: flex-start; }
    .bio_foto_autor, .bio_foto_placeholder { margin-right: 0; margin-bottom: 14px; }
    .bio_header_info h2 { font-size: 20px; }
    .bio_texto_completo { font-size: 14px; line-height: 1.8; }
    .news_post_image img { height: auto; max-height: 260px; object-fit: cover; width: 100%; }
    .bio_cargo_badge { font-size: 11px; }
}
