/* Immagini laterali comandate dalla didascalia Ghost.
   Formato: foto-sinistra: riferimento | didascalia visibile */

.gh-article .gh-content > .if-photo-paragraph {
    display: flow-root;
}

.gh-article .gh-content .if-photo-float {
    display: block;
    width: min(38%, 420px);
    max-width: 100%;
    margin-top: 0.25em !important;
    margin-bottom: 1.4rem !important;
}

.gh-article .gh-content .if-photo-left {
    float: left;
    margin-right: 3rem !important;
    margin-left: 0 !important;
}

.gh-article .gh-content .if-photo-right {
    float: right;
    margin-right: 0 !important;
    margin-left: 3rem !important;
}

.gh-article .gh-content .if-photo-float img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
}

.gh-article .gh-content .if-photo-caption {
    display: block;
    margin: 0.7rem 0 0 !important;
    padding: 0;
    color: #777;
    font-family: var(--font-sans-serif);
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    text-align: left;
}

@media (max-width: 700px) {
    .gh-article .gh-content .if-photo-float {
        float: none;
        width: 100%;
        margin: 0 0 2rem !important;
    }
}
