body {
    background-color: #ffffff;
}

/* Custom utility for the yellow highlighter effect used in advertorials */
.highlight {
    background: linear-gradient(120deg, #D9EA7A 0%, #D9EA7A 100%);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0 88%;
}

/* Ensure smooth scrolling works */
html {
    scroll-behavior: smooth;
}