/* Version: stories.css */

h2 {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

figure {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

figure img,
figure video {
    width: auto;
    max-width: 30%;
    height: auto;
    object-fit: contain;
}

figure.single-fit-image-figure img {
    width: 100%;
    max-width: 100%;
}

figure.double-image-figure img {
    max-width: 40%;
}

figure.single-image-figure img {
    max-width: 50%;
}

td.icon img {
    width: 64px;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}