.show {
    margin-bottom: 64px;
}

.show em {
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
}

.show em::before {
    content: "“";
}

.show em::after {
    content: "”";
}

.show-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.show-header > h3 {
    margin: 0px;
}

.show svg {
    fill: var(--page-color);
}

.mx-icon-on-light-bg .show svg {
    fill: var(--prune-950);
}

.show-image {
    width: 200px;
    height: 240px;
    background-color: var(--parme-400);
    border-radius: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.show-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 640px) and (min-height: 500px) {
    .show-row {
        flex-direction: row;
        gap: 32px;
    }
}
