
.webinar-single-container {
    /* Standardize all post images to 220x110px with center crop */
    .post-thumbnail img,
    .wp-post-image,
    .activity-content img,
    .bbp-forum-content img,
    .bbp-topic-content img,
    .widget img {
        max-width: 220px !important;
        max-height: 110px !important;
        height: auto !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 3px !important;
    }

    .imp-pr--s {
        padding-right: var(--imp-spacing--s);
    }

    .teasertext {
        font-size: 14px;
        font-weight: 400;
        color: var(--color-black);
    }

    /* Mobile layout for "Mehr zum Thema" section images */
    @media (max-width: 767px) {
        .uk-card.uk-card-default.uk-flex.uk-flex-wrap {
            flex-direction: column;
        }
    }

    @media (min-width: 1200px) {
        .imp-pr--l\@l {
            padding-right: var(--imp-spacing--l);
        }
    }
}