/* Keep the article gallery, within the site's glass character panel. */
.yuki-character {
    display: flow-root;
    margin: 2.5rem 0;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2rem;
    background: rgba(255, 255, 255, .03);
}
.yuki-character-heading {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 3px solid #ff3e3e;
}
.yuki-character .yuki-character-heading h3 {
    margin: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}
.yuki-character .yuki-character-cv {
    margin: .65rem 0 0;
    color: #ff3e3e;
    font-size: .85rem;
    line-height: 1.5;
}
.yuki-character-description {
    overflow-wrap: anywhere;
}
.yuki-character-description > :last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .yuki-character {
        padding: 1.25rem;
        border-radius: 1.5rem;
    }
    .yuki-character .yuki-character-heading h3 {
        font-size: 1.5rem;
    }
}
