<style>
/* Block spacing to separate sections */
.layout-main-content > * {
margin-bottom: 30px;
}
/* Change harsh blue to softer color */
[style*="background-color: #0096D6"] {
background-color: #B8D4E8 !important;
}
/* Reduce height of 20 Years of Evidence section */
[style*="background-color: #0096D6"],
[data-block-id*="20-years"] {
min-height: auto !important;
padding: 20px 30px !important;
}
/* Ensure proper spacing between main content blocks */
.block {
margin-bottom: 25px;
}
/* Statistics section - softer blue */
.statistics-section,
[style*="#0096D6"] {
background-color: #B8D4E8 !important;
}
</style>