/* Capolettera editoriale sul primo vero paragrafo dell'articolo. */

.post-template .gh-content > p.if-drop-cap-v1210::first-letter {
    float: left;
    margin: 0.08em 0.12em 0 0;
    color: #464646;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 5.1em;
    font-style: normal;
    font-weight: 700;
    line-height: 0.78;
}

@media (max-width: 700px) {
    .post-template .gh-content > p.if-drop-cap-v1210::first-letter {
        margin-top: 0.1em;
        font-size: 4.6em;
    }
}
