/* Hide slider modules only if promociones is empty */
.ewd-promociones-slider,
.et_pb_post_slider.et_pb_slider,
.et_pb_post_slider_0_tb_body.et_pb_slider,
.et_pb_post_slider_0_tb_body.et_pb_slider.et_pb_bg_layout_dark {
    display: none !important;
}

/* Sister site display */
.evc-sister-row {
    background-color: #1C274E;
    color: white;
    padding: 30px 20px;
    text-align: center;
    border-radius: 8px;
}
.evc-sister-row h3 {
    color: white;
    margin-bottom: 20px;
}
.evc-sister-sites-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.evc-sister-site-logo img {
    height: 60px;
    width: 200px;
    object-fit: contain;
    margin: 10px;
}
