.wp-block-post.type-video-resource:has(> .wp-block-eqao-2025-child-video-hub-box-card) {
    display: flex;
    align-items: stretch;
}

.wp-block-post.type-video-resource > .wp-block-eqao-2025-child-video-hub-box-card {
    display: flex;
    flex: 1 1 auto;
    align-self: stretch;
}

.eqao-carousel .eqao-carousel__track > .wp-block-post.type-video-resource,
.eqao-carousel .flickity-slider > .wp-block-post.type-video-resource {
    display: flex;
    align-items: stretch;
}

.eqao-carousel .eqao-carousel__track > .wp-block-post.type-video-resource > .wp-block-eqao-2025-child-video-hub-box-card,
.eqao-carousel .flickity-slider > .wp-block-post.type-video-resource > .wp-block-eqao-2025-child-video-hub-box-card {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    align-self: stretch;
    min-height: 100%;
}

.eqao-carousel .eqao-carousel__cell:has(.wp-block-eqao-2025-child-video-hub-box-card),
.eqao-carousel .carousel-cell:has(.wp-block-eqao-2025-child-video-hub-box-card),
.eqao-carousel .eqao-carousel__page-grid > *:has(.wp-block-eqao-2025-child-video-hub-box-card),
.eqao-carousel .flickity-slider > .eqao-carousel__cell:has(.wp-block-eqao-2025-child-video-hub-box-card),
.eqao-carousel .flickity-slider > .carousel-cell:has(.wp-block-eqao-2025-child-video-hub-box-card) {
    display: flex;
    align-items: stretch;
}

.eqao-carousel .eqao-carousel__cell .wp-block-eqao-2025-child-video-hub-box-card,
.eqao-carousel .carousel-cell .wp-block-eqao-2025-child-video-hub-box-card,
.eqao-carousel .eqao-carousel__page-grid > * .wp-block-eqao-2025-child-video-hub-box-card,
.eqao-carousel .flickity-slider > .eqao-carousel__cell .wp-block-eqao-2025-child-video-hub-box-card,
.eqao-carousel .flickity-slider > .carousel-cell .wp-block-eqao-2025-child-video-hub-box-card {
    align-self: stretch;
    height: auto;
    min-height: inherit;
}

.wp-block-eqao-2025-child-video-hub-box-card {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid var(--wp--preset--color--custom-black);
    color: var(--wp--preset--color--custom-black);
    background-color: var(--wp--preset--color--base);
    text-decoration: none;
}

.wp-block-eqao-2025-child-video-hub-box-card:hover,
.wp-block-eqao-2025-child-video-hub-box-card:focus {
    text-decoration: none;
}

.eqao-video-hub-box-card__media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.eqao-video-hub-box-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eqao-video-hub-box-card__content {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    min-height: 18rem;
    width: 100%;
    padding: var(--box-constrained-p);
}

.eqao-video-hub-box-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.eqao-video-hub-box-card__section,
.eqao-video-hub-box-card__title,
.eqao-video-hub-box-card__sub-title,
.eqao-video-hub-box-card__description {
    margin: 0;
}

.eqao-video-hub-box-card__title {
    margin-bottom: 0.625rem !important;
    font-family: var(--wp--preset--font-family--lexend);
    font-size: var(--wp--preset--font-size--custom-4);
    font-weight: 500;
    line-height: 1.2;
}

.eqao-video-hub-box-card__sub-title,
.eqao-video-hub-box-card__description {
    font-family: var(--wp--preset--font-family--lexend);
    font-size: var(--wp--preset--font-size--custom-5);
    font-weight: 400;
    line-height: 1.2;
}

.eqao-video-hub-box-card__body .eqao-tags.tags-row.taxonomy-post_tag {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    margin-top: var(--tags-row-m-y) !important;
    gap: var(--tags-row-gap) !important;
    padding: 0 !important;
}

.eqao-video-hub-box-card__body .eqao-tags.tags-row.taxonomy-post_tag .eqao-tags__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp--preset--color--custom-light-grey);
}

.eqao-video-hub-box-card__body .eqao-tags.tags-row.taxonomy-post_tag .eqao-tags__tag-text {
    margin: 0;
    padding: 0.3125rem 0.625rem;
}

.eqao-video-hub-box-card__footer {
    width: 100%;
    margin-top: var(--wp--preset--spacing--240);
}

.eqao-video-hub-box-card__divider {
    margin-bottom: var(--wp--preset--spacing--40);
}

.eqao-video-hub-box-card__arrow {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.eqao-video-hub-box-card__arrow svg,
.eqao-video-hub-box-card__arrow img {
    display: block;
    /* width: 22px; */
    width: var(--icon-arrow-r-w);
    height: var(--icon-arrow-r-h);
    /* height: auto; */
    object-fit: contain;
}

.editor-styles-wrapper .wp-block-eqao-2025-child-video-hub-box-card {
    pointer-events: none;
    cursor: default;
}
