/* Virgolette decorative ridotte e inserite nel flusso del testo.
   Restano vicine alla citazione senza poterla coprire. */

.gh-content blockquote {
    padding-top: 0.5rem;
}

.gh-content blockquote::before,
.gh-content blockquote::after {
    position: static;
    display: inline-block;
    width: 1.45em;
    height: 1em;
    vertical-align: -0.15em;
}

.gh-content blockquote::before {
    margin-right: 0.2em;
}

.gh-content blockquote::after {
    margin-left: 0.2em;
}
