html body .rounded-circle {
    width: auto;
}

/* Blog item content blocks - stili automatici per contenuto TinyMCE */
.blog-content-block h3 {
    font-weight: 700;
    color: #212529;
    font-size: 1.2em;
    margin-top: 2rem;
    margin-bottom: .75rem;
}

.blog-content-block h4 {
    font-weight: 700;
    color: #212529;
    font-size: 1.05em;
    margin-top: 1.5rem;
    margin-bottom: .75rem;
}

.blog-content-block ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}

.blog-content-block ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .5rem;
}

.blog-content-block ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--primary, #0088CC);
}

.blog-content-block hr {
    margin: 2.5rem 0;
    border-color: #dee2e6;
}

.blog-content-block p {
    margin-bottom: 1rem;
    line-height: 1.8;
}
