.elementor-2599 .elementor-element.elementor-element-1af2f520:not(.elementor-motion-effects-element-type-background), .elementor-2599 .elementor-element.elementor-element-1af2f520 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2599 .elementor-element.elementor-element-1af2f520, .elementor-2599 .elementor-element.elementor-element-1af2f520 > .elementor-background-overlay{border-radius:15px 15px 15px 15px;}.elementor-2599 .elementor-element.elementor-element-1af2f520{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 30px 30px 30px;}.elementor-2599 .elementor-element.elementor-element-1af2f520 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2599 .elementor-element.elementor-element-2a73c90f > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2599 .elementor-element.elementor-element-20a36678{text-align:start;}.elementor-2599 .elementor-element.elementor-element-20a36678 .elementor-heading-title{font-family:"Trebuchet MS", Sans-serif;font-size:20px;font-weight:700;}.elementor-2599 .elementor-element.elementor-element-c858074{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-9bb14e0 */.bpp-materials-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px 32px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px 0 !important;
}

.bpp-material-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 9px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #222 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
}

.bpp-material-item img {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    margin: 0 !important;
}

@media (max-width: 900px) {
    .bpp-materials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 560px) {
    .bpp-materials-grid {
        grid-template-columns: 1fr !important;
    }
}/* End custom CSS */