.stack-row .agenda-calendar-links,
.agenda-social-links {
    margin-bottom: 18px !important;
}
.agenda-calendar-links a,
.agenda-social-links a {
    margin-right: 12px;
}
.agenda-calendar-links a img,
.agenda-social-links a img {
    width: 32px;
}
.agenda-event-meta-box a {
    color: #2f77eb;
    word-break: break-word;
}
.agenda-social-links a {
    word-break: break-word;
}
.agenda-event-video-embed {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 32px;
}
.agenda-event-video-embed iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.agenda-event-article-embed {
    margin-bottom: 32px;
}
.agenda-event-article-embed blockquote.wp-embedded-content {
    display: none;
}
.agenda-event-article-embed iframe.wp-embedded-content {
    display: block;
    max-width: 100%;
}
.agenda-event-description {
    margin-bottom: 32px;
}