<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section#searchPageSection {
    margin: 0 0 80px 0;
}

section#searchPageSection h1 span {
    color: #cf2030;
}

section#searchPageSection h1 {
    margin-bottom: 40px;
}

ul.cat-item-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

ul.cat-item-list li {
    cursor: pointer;
    margin-right: 10px;
    width: fit-content;
    padding: 0 15px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C8C8C8;
    border-radius: 30px;
    color: #64666A;
    min-width: 75px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

ul.cat-item-list li.active,
ul.cat-item-list li:hover {
    color: #FFFFFF;
    background: #CF2030;
}

.search-block-data {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
}

form#searchform_page {
    width: 350px;
    display: flex;
    align-items: center;
    margin-right: 0;
    justify-content: flex-start;
}

form#searchform_page div {
    width: 100%;
}

.search-block-data input#searchform_query {
    height: 50px;
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 0 48px 0 15px;
    font-size: 18px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search-block-data #searchform_page {
    margin-right: 50px;
}

form#searchform_page div {
    display: flex;
    align-items: center;
    position: relative;
}

form#searchform_page div button {
    position: absolute;
    right: 15px;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
    box-shadow: none !important;
    font-size: 20px;
    color: #C8C8C8;
}

.post-block {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 8px 8px 40px 0px #00000029;
    margin-bottom: 30px;
}

.post-data-block {
    padding: 30px;
}

.post-main-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.post-info h6 {
    color: #CF2030;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-meta-data p {
    font-size: 16px;
    font-weight: 500;
}

.post-info h2 {
    font-size: 24px;
    font-weight: 500;
}

.post-meta-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}

.post-meta-data a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C8C8C8;
    color: #FFFFFF;
    border-radius: 100%;
    transform: rotate(320deg);
    transition: all 0.3s ease-in-out;
}

.post-meta-data a:hover {
    background: #64666A;
}

.post-data-block.post-short-block h2 {
    margin-bottom: 20px;
}

.post-data-block.post-short-block .post-meta-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
}

.post-block-image {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#mySearchPage {
    margin: 50px 0;
}

.no-post {
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 1400px) {
    section#searchPageSection h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1200px) {
    section#searchPageSection h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 992px) {
    section#searchPageSection h1 {
        font-size: 28px;
    }

    .search-block-data {
        flex-direction: column;
    }

    form#searchform_page {
        width: 100%;
        margin-bottom: 30px;
    }

    .post-info h6,
    .post-meta-data p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    section#searchPageSection h1 {
        font-size: 24px;
    }

    .post-data-block.post-short-block h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 576px) {
    section#searchPageSection h1 {
        font-size: 20px;
    }

    .post-data-block.post-short-block h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    section#searchPageSection h1 {
        font-size: 18px;
    }
    form#searchform_page {
        width: 250px;
    }
}</pre></body></html>