/* Widget */

.widget.widget-programs {
    display: block;
    clear: both;
    margin: 0 auto;
}

.widget.widget-programs .entry.program {
    padding: 15px;
}

.widget.widget-programs .entry-title {
    display: block;
}

.widget.widget-programs .more-info {
    text-align: center;
    margin-top: 20px;
}

.widget.widget-programs .slick-prev:before,
.widget.widget-programs .slick-next:before {
    color: gray;
}

@media screen and ( min-width: 960px ) {

    .widget.widget-programs .entries.programs.horizontal .entry.program {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .widget.widget-programs .entries.programs.horizontal .entry-image {
        width: 40%;
        margin-right: 3%;
    }

    .widget.widget-programs .entries.programs.horizontal .entry-content {
        width: 57%;
    }

}


/* Block */

.wp-block-programs-featured {
    
}

.wp-block-programs-featured .entry.program:before,
.wp-block-programs-featured .entry.program:after {
    content: none;
}

.wp-block-programs-featured .block-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.wp-block-programs-featured .block-main {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
}

@media screen and ( min-width: 960px ) {

    .wp-block-programs-featured .block-wrap {
        flex-direction: row;
        gap: 0;
    }

    .wp-block-programs-featured .block-aside {
        width: 50%;
    }

    .wp-block-programs-featured .block-main {
        padding: 20px;
        width: 50%;
    }

}

/*.widget-programs .widget-header {
    text-align: center;
}
.widget-programs .widget-footer {
    display: none;
}
.widget-programs .slick-initialized .slick-track {
    display: flex;
    align-items: flex-start;
}

@media screen and (min-width: 720px) {

    .widget-programs .widget-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .widget-programs .widget-header {
        width: 20%;
        margin-right: calc(5% - 1px);
    }
    .widget-programs .widget-body {
        width: 75%;
    }
    .widget-programs .entry.program {
        margin: 0;
    }

}*/