.single__container {
    max-width: 66vw;
    margin: 0 auto;
    padding: 7.7vw 1.5rem;
}
.single__title {
    font-weight: bold;
    font-size: 2.9vw;
    letter-spacing: 0.01em;
    line-height: 1.1;
    margin: 16px 0;
}
.single__date,
.single__share {
    font-size: 1.5vw;
}
.single__social {
    text-decoration: none;
}
.single__social:not(:last-child) {
    margin-inline-end: 2vw;
}
.single__content p,
.single__content ul,
.single__content ol {
    font-size: 1.2vw;
    line-height: 1.6;
}
.single__content h4,
.single__content h3,
.single__content h2 {
    font-weight: bold;
    line-height: 1.4;
    margin: 1.5rem 0;
}
.single__content h4 {
    font-size: 1.2vw;
}
.single__content h3 {
    font-size: 1.5vw;
}
.single__content h2 {
    font-size: 1.8vw;
}
.single__content ul li {
    list-style: circle;
    /*list-style: radial-gradient(closest-side, rgba(254,134,93,1) 0%, rgba(206,20,46,1) 50%, rgba(0,61,166,1) 100%);*/
}
.single__content blockquote {
    border-left: 2px solid black;
    padding-inline-start: 1rem;
}

@media (max-width: 992px) {
    .single__title {
        font-size: 5vw;
        margin: 8vw 0 5vw;
    }
    .single__container {
        max-width: 80%;
        padding: 13.5vw 1.3rem;
    }
    .single__content h4 {
        font-size: 3.6vw;
    }
    .single__content h3 {
        font-size: 4.3vw;
    }
    .single__content h2 {
        font-size: 5vw;
    }
    .single__content p,
    .single__content ul,
    .single__content ol {
        font-size: 3.6vw;
    }
    .single__date,
    .single__share {
        font-size: 4.5vw;
    }
}