
/* Bothends Farms V42 focused fixes */
/* About: Recent News cards and images stay sharp and transparent */
.bf-v42-about-news .blog-card{background:transparent !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}
.bf-v42-about-news .blog-card__image{height:230px !important;overflow:hidden !important;border-radius:18px !important;background:transparent !important;}
.bf-v42-about-news .blog-card__image img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;opacity:1 !important;filter:none !important;transform:none !important;visibility:visible !important;}
.bf-v42-about-news .blog-card__image__link{background:rgba(0,0,0,.08) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;opacity:0 !important;}
.bf-v42-about-news .blog-card:hover .blog-card__image__link{opacity:1 !important;background:rgba(10,54,31,.20) !important;}
.bf-v42-about-news .blog-card:hover .blog-card__image img{filter:none !important;transform:none !important;opacity:1 !important;}

/* Gallery: compact, equal, rich image grid */
.bf-v42-gallery .gallery-one__card{height:190px !important;margin-bottom:18px !important;border-radius:16px !important;overflow:hidden !important;background:#0b2d1e !important;}
.bf-v42-gallery .gallery-one__card>img{width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;opacity:1 !important;filter:none !important;}
.bf-v42-gallery .gallery-one__card__hover{background:rgba(4,30,20,.25) !important;}
@media(max-width:767px){.bf-v42-gallery .gallery-one__card{height:125px !important;margin-bottom:12px !important;border-radius:12px !important;}.bf-v42-gallery .row{--bs-gutter-x:12px !important;}}

/* Farm & Market Update details: compact images and visible tags */
.bf-v42-market-details .blog-details__image{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.bf-v42-market-details .blog-details__image img{width:100% !important;height:340px !important;object-fit:cover !important;border-radius:18px !important;display:block !important;}
.bf-v42-market-details .comments-one__card__image{width:72px !important;height:72px !important;min-width:72px !important;overflow:hidden !important;border-radius:50% !important;}
.bf-v42-market-details .comments-one__card__image img{width:72px !important;height:72px !important;object-fit:cover !important;display:block !important;}
.bf-v42-market-details .sidebar__tags a,.bf-v42-market-details .blog-details__tags .sidebar__tags a{background:#0b2d1e !important;color:#fff !important;border:1px solid rgba(255,255,255,.24) !important;box-shadow:none !important;}
.bf-v42-market-details .sidebar__tags a:hover,.bf-v42-market-details .blog-details__tags .sidebar__tags a:hover{background:#b58b2a !important;color:#fff !important;border-color:#b58b2a !important;}
html[data-theme="light"] .bf-v42-market-details .sidebar__tags a,body.light-mode .bf-v42-market-details .sidebar__tags a{background:#123d2b !important;color:#fff !important;border-color:#123d2b !important;}
html[data-theme="dark"] .bf-v42-market-details .sidebar__tags a,body.dark-mode .bf-v42-market-details .sidebar__tags a{background:#e9efe9 !important;color:#10251a !important;border-color:#e9efe9 !important;}
@media(max-width:767px){.bf-v42-market-details .blog-details__image img{height:200px !important;border-radius:12px !important;}.bf-v42-market-details .comments-one__card__image{width:52px !important;height:52px !important;min-width:52px !important;}.bf-v42-market-details .comments-one__card__image img{width:52px !important;height:52px !important;}.bf-v42-market-details .comments-one__card{gap:12px !important;}}
