/*
Theme Name: Homecoming
Theme URI: https://github.com/sevnpro/homecoming
Description: Homecoming
Author: sevnpro
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: homecoming
*/
.article-main > iframe, .article-main > img {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 40px;
    height: auto;
    object-fit: cover;
}
.article-main > iframe {
    display: none;
}
.article-main > img {
    cursor: pointer;
}
.article-content .callout {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 16px;
}
.article-content .callout > * {
    max-width: 570px;
}
.breadcrumbs {
    flex-wrap: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.breadcrumbs > * {
    margin: 0 4px;
}