/* Keep the complete merchant identity beside the dated price on narrow cards. */
[data-live-price][data-price-status="fresh"] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    max-width: 100%;
    white-space: normal;
}
.live-price-amount { font-weight: 700; }
.live-price-details {
    display: block;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
    overflow-wrap: anywhere;
    color: #475569;
}
.sticky-cta-price .live-price-details { max-width: 280px; font-size: 9px; }
.product-card__price-block[data-price-status="fresh"] .live-price-amount { font-size: 1.25rem; }
.product-verdict-affilizz .product-affilizz-offer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 10px 14px;
}
.product-verdict-affilizz .product-affilizz-merchant {
    grid-column: 1 / -1;
    min-width: 0;
}
.product-verdict-affilizz .product-affilizz-merchant span {
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: anywhere;
}
.product-verdict-affilizz .product-affilizz-price {
    min-width: 0;
    white-space: normal;
    text-align: left;
}
.product-affilizz-price-date {
    display: block;
    font-size: 11px;
    font-weight: 400;
    white-space: normal;
}
@media (max-width: 600px) {
    .product-verdict-affilizz .product-affilizz-offer {
        grid-template-columns: minmax(0, 1fr);
    }
    .product-verdict-affilizz .product-affilizz-cta {
        grid-column: 1;
        width: 100%;
    }
}
