<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.voc-blog-author-box__top-container{
    width: 98% !important;
}
.container{
    display: -moz-box;
}

@media (max-width: 1039px) {
    .voc-blog-author-box__top-container{
        width: 99% !important;
    }
}

.gig-comments-container .voc-comments-container {
    width: auto!important;
}

div.wp-caption {
    width: 100% !important;
}

img {
    max-width: 100%;
    height: auto;
}

img.size-full {
    width: 100%;
    height: auto;
}

img.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

img.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

footer {
    margin-top: 30px;
}


.voc-sponsored-and-adv {
    background-color: white;
}

.voc-advertising div.voc-bggray {
    background-color: white;
}

.voc-detail &gt; p {
    color: #000;
    font-size: 18px;
    line-height: 160%;
    font-family: IBM Plex Serif,serif;
    margin-bottom: 16px;
}</pre></body></html>