.gwsky-seminars-shortcode {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.gwsky-seminars-shortcode .seminar-item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 2rem;
    padding: 2rem;
    background-color: var(--ast-global-color-4);
}

.gwsky-seminars-shortcode .seminar-content {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.gwsky-seminars-shortcode .seminar-content-header {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.gwsky-seminars-shortcode .seminar-content-header > h5,
.gwsky-seminars-shortcode .seminar-item p {
    margin: 0;
}

.gwsky-seminars-shortcode .seminar-content-header > h5 > a {
    text-decoration: none;
}

.gwsky-seminars-shortcode .seminar-date {
    margin: 0;
}

.gwsky-seminars-shortcode .seminar-image {
    width: 30%;
    max-width: 30%;
}

.gwsky-seminars-shortcode .seminar-image > div {
    width: 100%;
}

.gwsky-seminars-shortcode .seminar-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
}

.gwsky-seminars-shortcode .seminar-image-caption {
    font-size: 0.9rem;
    text-align: right;
}
