/**
 * BravRez www2 - Custom CSS overrides
 */

/* Fix article images - don't crop them */
.main-blog_detail .detail_image img {
    min-height: auto;
    object-fit: contain;
    height: auto;
}

/* Ensure paragraph images also display correctly */
.main-blog_detail .detail_image {
    overflow: visible;
}

/* Header logo sizing when scrolled (sticky header) */
.tf-header.scrolled .logo-site img {
    max-height: 35px;
    width: auto;
}

/* Ensure recent posts images in sidebar don't stretch */
.sb-recent .recent__image img {
    object-fit: cover;
    border-radius: 8px;
}
