blockquote {
    margin: 0;
}

blockquote p {
    padding: 20px;
    border-radius: 5px;
}

blockquote p::before {
    content: '\201C';
}

blockquote p::after {
    content: '\201D';
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.3em 0;
}

ol,
ul {
    padding: 0 0 0 15px;
    margin: 0 0 1.3em 0;
}

.classified-content-container {
    background: #F9FBFF;
    padding: 60px 0;
}

.classified-single-post-banner {
    position: relative;
}

.classified-content-container {
    padding-top: 0;
}

.classified-single-post-banner .classified-single-post-banner-image,
.classified-single-post-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
    object-fit: cover;
    z-index: 0;
}

.classified-single-post-banner:before {
    content: '';
    z-index: 1;
    background-color: var(--overlay-color);
    opacity: var(--overlay-opacity);
}

.classified-single-post-banner .classified-single-post-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 220px 0 100px 0;
}

.classified-single-post-banner .classified-single-post-banner-content h1 {
    font-size: 34px;
    line-height: 49px;
    color: var(--white-700);
    font-weight: 500;
    margin: 0 0 10px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.classified-single-post-banner .classified-single-post-banner-content p {
    color: #C3CCD3;
}

.classified-single-post-banner .classified-single-post-banner-content p span {
    color: inherit;
    font-size: inherit;
}

.classified-single-post-author {
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px;
    align-items: center;
    justify-content: center;
}

.classified-single-post-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 15px -10px var(--deaf-font-color);
    margin: 0 0 10px 0;
}

.classified-single-post-author p {
    margin: 0 0 0 0;
}

.classified-single-post-author a:not(:hover) p {
    color: #C3CCD3;
}

.classified-single-post-content-container {
    clear: both;
}

.classified-single-post-content-container:before,
.classified-single-post-content-container:after {
    content: '';
    display: table;
    clear: both;
}

.classified-single-post-content-container p {
    font-size: 17px;
    line-height: 26px;
}

.classified-single-post-content-container blockquote {
    border: none;
    padding: 0;
}

.classified-single-post-content {
    background: var(--white-700);
    padding: 40px 0 0;
    margin: -75px 0 0 0;
    position: relative;
    z-index: 2;
}

.classified-single-post-tags {
    border-top: 1px solid #DEDEDE;
    margin: 50px 0;
    padding: 50px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.classified-single-post-tags a {
    background: #F1F5FC;
    padding: 10px 25px;
    margin: 0 15px 10px 0;
    border-radius: 8px;
    font-weight: 500;
}

.classified-single-post-tags a:hover {
    background: var(--primary-color);
    color: var(--primary-font-color);
}

.classified-single-post-next-prev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
}

.has-background {
    padding: 20px;
}

p.has-large-font-size {
    line-height: 1.4em;
}