/* Veeta 6.5.2 — canonical related-article cards.
 * Related editorial cards share a fixed visual footprint. Images use an
 * uncropped WordPress source, then fill the card media area like blog cards. */
.veeta-editorial-related__grid,
.reference-related-articles__grid{align-items:stretch}

.veeta-editorial-related__card,
.reference-related-card{height:100%;min-width:0}

.veeta-editorial-related__card>a,
.veeta-product-article-card,
.reference-related-card__link{min-width:0;overflow:hidden;background:#fff}

/* Media must visually fill the card: no padded/letterboxed white area. */
.veeta-editorial-related__image,
.veeta-product-article-card__image,
.reference-related-card__image{display:block!important;overflow:hidden;background:#fff!important;background-image:none!important}

.veeta-editorial-related__image img,
.veeta-product-article-card__image img,
.reference-related-card__image img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important;margin:0!important;padding:0!important;background:transparent!important}

.veeta-editorial-related__copy,
.veeta-product-article-card>span:last-child,
.reference-related-card__content{min-width:0;overflow:hidden}

.veeta-editorial-related__copy strong,
.veeta-product-article-card strong,
.reference-related-card__content strong{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.7em}

.veeta-editorial-related__copy>span,
.veeta-product-article-card small,
.reference-related-card__content>span{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}

/* Favorite action: keep the heart visually separate from the label. The
 * plugin can render an anchor, button or wrapper depending on its version. */
.reference-post-card__save,
.reference-article-save{display:inline-flex!important;align-items:center!important}
.reference-post-card__save :is(a,button,[role="button"],.ccc-favorite-post-toggle,.ccc-my-favorite-select-button),
.reference-article-save :is(a,button,[role="button"],.ccc-favorite-post-toggle,.ccc-my-favorite-select-button){display:inline-flex!important;align-items:center!important;column-gap:8px!important;white-space:nowrap}
.reference-post-card__save :is(i,svg,.fa,.fas,.far,.heart,.icon),
.reference-article-save :is(i,svg,.fa,.fas,.far,.heart,.icon){flex:0 0 auto;margin-right:2px!important}

/* Editorial / article / guide cards: same geometry inside two-column layouts. */
@media(min-width:1200px){
 .veeta-editorial-related__card>a{height:148px!important;min-height:148px!important;grid-template-columns:150px minmax(0,1fr)!important}
 .veeta-editorial-related__image{width:150px;height:148px!important;min-height:148px!important}
 .veeta-product-article-card{height:104px!important;min-height:104px!important;grid-template-columns:160px minmax(0,1fr)!important}
 .veeta-product-article-card__image{width:160px;height:104px!important}
 .reference-related-card__link{height:126px!important;min-height:126px!important}
 .reference-related-card__image{height:126px!important}
}

@media(min-width:600px) and (max-width:1199px){
 .veeta-editorial-related__card>a{height:112px!important;min-height:112px!important;grid-template-columns:112px minmax(0,1fr)!important}
 .veeta-editorial-related__image{width:112px;height:112px!important;min-height:112px!important}
 .veeta-product-article-card{height:92px!important;min-height:92px!important;grid-template-columns:120px minmax(0,1fr)!important}
 .veeta-product-article-card__image{width:120px;height:92px!important}
 .reference-related-card__link{height:96px!important;min-height:96px!important;grid-template-columns:96px minmax(0,1fr)!important}
 .reference-related-card__image{width:96px;height:96px!important;min-height:96px!important}
}

@media(max-width:599px){
 .veeta-editorial-related__card>a{height:108px!important;min-height:108px!important;grid-template-columns:108px minmax(0,1fr)!important}
 .veeta-editorial-related__image{width:108px;height:108px!important;min-height:108px!important}
 .veeta-product-article-card{height:92px!important;min-height:92px!important;grid-template-columns:104px minmax(0,1fr)!important}
 .veeta-product-article-card__image{width:104px;height:92px!important}
 .reference-related-card__link{height:92px!important;min-height:92px!important;grid-template-columns:104px minmax(0,1fr)!important}
 .reference-related-card__image{width:104px;height:92px!important;min-height:92px!important}
 .reference-post-card__save :is(a,button,[role="button"],.ccc-favorite-post-toggle,.ccc-my-favorite-select-button),
 .reference-article-save :is(a,button,[role="button"],.ccc-favorite-post-toggle,.ccc-my-favorite-select-button){column-gap:6px!important}
}
