/* Soft site peach on image-based dividers. White-on-peach rules from v2 stay more specific. */
img[src*="price_slide_line.png"], img[data-src*="price_slide_line.png"],
img[src*="underline.png"], img[data-src*="underline.png"] {
    content: url("/images/section-divider-peach-v4-wide.svg") !important;
}
img[src*="price_line.png"], img[data-src*="price_line.png"] {
    content: url("/images/section-divider-peach-v4-medium.svg") !important;
}
img[src*="short_line.png"], img[data-src*="short_line.png"] {
    content: url("/images/section-divider-peach-v4-short.svg") !important;
}

/* This section uses a pseudo-element rather than an image: give it the same full divider. */
html body .main-views-otd > h2::after {
    width: 312px;
    height: 8px;
    border-radius: 0;
    background:
        linear-gradient(#ffaa83, #ffaa83) center / 76px 6px no-repeat,
        linear-gradient(#efc7b9, #efc7b9) center / 100% 2px no-repeat;
}
@media (max-width: 767px) {
    html body .main-views-otd > h2::after { width: 270px; }
}
