
/* Fix columns layout */
.wp-block-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}
.wp-block-column {
    flex: 1 1 0% !important;
    min-width: 250px !important;
}
/* Fix hero sections */
.hero-section {
    background-color: #1e3a5f !important;
    color: #ffffff !important;
    padding: 60px 20px !important;
    text-align: center !important;
}
.hero-section h1 {
    color: #ffffff !important;
    margin-bottom: 20px !important;
}
.hero-section p {
    color: #ffffff !important;
    font-size: 20px !important;
}
/* Fix content sections */
.content-section {
    padding: 60px 20px !important;
}
.content-section h2 {
    text-align: center !important;
    margin-bottom: 40px !important;
}
/* Fix light background sections */
.light-bg {
    background-color: #f8fafc !important;
}
