/**
 * Channel Plan 1 Page - External CSS
 * Extracted from channel_plan_1.html for SEO optimization
 */

/* Banner section - fixed styles */
.banner.fix-height {
    background-color: #F1F7FF;
}

/* Swiper slide fixed styles */
.banner .swiper-slide {
    background-size: cover;
}

/* Image box fixed styles */
.banner .imgBox {
    margin-right: 10px;
}

/* Capacity section - active li_div */
.capatity_left li .li_div.block-display {
    display: block;
}

/* Scenario section - center layout */
.scenario_section .scenario_wrap.center-justify {
    justify-content: center;
}

/* Scenario item - right margin */
.scenario_section .scenario_item.with-margin {
    margin-right: 30px;
}
