<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: radio88_2023
Author: Zengo Kft.
Author URI: https://zengo.eu
Version: 2.0
*/

:root
{
    --r88-blue: #00356a;
    --r88-dark-blue: #1c215d;
    --r88-light-blue: #005e93;
    --r88-gray: #dddee7;
    --r88-red: #ff320e;
    --r88-red-02: rgba(255, 50, 14, 0.2);
    --r88-green-02: rgba(20, 160, 9, 0.2);
    --r88-white: #ffffff;
    --r88-overlay-blue: rgb(0, 53, 106, 0.7);
    --r88-light-gray: rgba(255, 255, 255, 0.8);
    --r88-bg-gray: #f5f5f8;
}

body, *
{
    font-family: Poppins, Arial, sans-serif;
}

body
{
    font-size: 14px;
    color: var(--r88-dark-blue);
    background: var(--r88-bg-gray);
    width: 100%;
    min-width: 300px;
}

a
{
    color: var(--r88-dark-blue);
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

p, li
{
    line-height: 1.7em;
}
footer ul li{
    line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 700;
}

h1
{
    font-size: 24px;
}

h2
{
    font-size: 20px;
}

h3
{
    font-size: 18px;
}

ul, ol
{
    padding-left: 18px;
}

@media (min-width: 1400px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
    {
        max-width: 1140px;
    }
}

.main-header {
    position: relative;
}

.main-header &gt; .main-header-background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 100%;
}

.r88-main-header {
    padding: 49px 12px 70px 12px;
}

.main-footer
{
    padding: 0;
}

.main-footer &gt; .main-footer-background
{
    height: 100px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.main-footer &gt; div
{
    background: var(--r88-light-blue);
    padding-bottom: 60px;
}

@media (min-width: 1300px)
{
    .main-footer
    {
        background-size: 100% auto;
    }
}

#r88-page-cont &gt; header
{
    min-height: 255px;
}

body.scrolled .main-header
{
    padding-top: 10px;
    padding-bottom: 22px;
    position: fixed;
    top: 0;
    z-index: 6;
}

@media screen and (min-width: 470px)
{
    .main-header &gt; .r88-main-header &gt; div:first-child &gt; a:first-child &gt; img:first-child
    {
        transition: height 0.5s;
        height: 78px;
    }
}

body.scrolled .main-header &gt; .r88-main-header &gt; div:first-child &gt; a:first-child &gt; img:first-child
{
    height: 45px;
    width: auto;
}

.r88-search-button &gt; img
{
    width: 32px;
    height: 32px;
}

.sidebar-title:before
{
    content: "";
    background: var(--r88-red);
    height: 5px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sidebar-title
{
    margin-bottom: 10px;
    position: relative;
}

.sidebar-title h2
{
    position: relative;
    display: inline-block;
    margin: 0;
    background: var(--r88-bg-gray);
    padding-right: 20px;
}

.related-title
{
    position: relative;
    text-align: center;
}

.related-title:before
{
    content: "";
    background: var(--r88-gray);
    height: 5px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.related-title h4
{
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0;
    background: var(--r88-bg-gray);
    padding: 0 20px;
}

.offcanvas
{
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 575px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 40px;
    --bs-offcanvas-padding-y: 40px;
    --bs-offcanvas-border-width: 0;
    --bs-offcanvas-box-shadow: none;
    background: var(--r88-blue);
    z-index: 999999;
    color: var(--r88-white);
}

@media screen and (max-width: 575px)
{
    .offcanvas
    {
        --bs-offcanvas-padding-x: 30px;
        --bs-offcanvas-padding-y: 30px;
    }
}

.offcanvas a,
.offcanvas .btn-close
{
    color: var(--r88-white);
}

.offcanvas-backdrop
{
    background-color: var(--r88-blue);
}

.offcanvas-header
{
    align-items: flex-start;
    padding-bottom: 25px;
}

.offcanvas-header &gt; a:first-child
{
    transform: translateY(-27%);
}

.offcanvas-header &gt; a:first-child &gt; img
{
    height: 50px;
    max-width: 90%;
}

.offcanvas-body
{
    padding-top: 0;
}

.primary-menu-container &gt; ul.menu
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.primary-menu-container &gt; ul.menu &gt; li &gt; a
{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    display: inline-block;
    padding: 12px 20px 11px;
    border-radius: 25px;
}

.primary-menu-container &gt; ul.menu &gt; li.current-menu-item &gt; a,
.primary-menu-container &gt; ul.menu &gt; li &gt; a:hover
{
    color: var(--r88-dark-blue);
    background-color: var(--r88-light-gray);
}

@media screen and (max-width: 575px)
{
    .primary-menu-container &gt; ul.menu
    {
        align-items: center;
    }
}

.r88-offcanvas-buttons
{
    display: flex;
    gap: 1rem;
}

.r88-offcanvas-buttons &gt; .r88-search-button &gt; img
{
    width: 24px;
    height: 24px;
}

.r88-offcanvas-buttons &gt; a:not(:hover)
{
    opacity: 0.8;
}

.r88-social-icons
{
    display: flex;
    gap: 35px;
}

.r88-social-icons &gt; a:not(:hover)
{
    opacity: 0.8;
}

.r88-social-title
{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: var(--r88-white);
}

@media screen and (max-width: 575px)
{
    .r88-social-icons
    {
        justify-content: center;
    }
    .r88-social-title
    {
        text-align: center;
    }
}

@media screen and (max-width: 320px)
{
    .r88-social-icons
    {
        justify-content: space-between;
    }
}

.r88-top-header
{
    background: var(--r88-blue);
}

.r88-top-header &gt; div &gt; div
{
    display: flex;
    justify-content: space-between;
    height: 60px;
    font-size: 14px;
    color: var(--r88-white);
}

.r88-top-header &gt; div &gt; div a
{
    color: var(--r88-white);
}

.r88-top-header &gt; div &gt; div &gt; div
{
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
}

.r88-top-header &gt; div &gt; div &gt; div:first-child
{
    gap: 60px;
}

.r88-top-header &gt; div &gt; div &gt; div:first-child &gt; div
{
    display: flex;
    align-items: center;
    gap: 10px;
}

.r88-top-header &gt; div &gt; div &gt; div:first-child &gt; div &gt; img
{
    height: 22px;
}

@media screen and (max-width: 400px)
{
    .r88-top-header &gt; div &gt; div &gt; div:first-child &gt; div &gt; img
    {
        height: 18px;
    }
}

@media screen and (max-width: 767px)
{
    .r88-top-header &gt; div &gt; div &gt; div:first-child,
    .r88-top-header &gt; div &gt; div &gt; div:last-child
    {
        gap: 15px;
    }
}

@media screen and (max-width: 575px)
{
    .r88-top-header &gt; div &gt; div &gt; div:first-child
    {
        justify-content: space-between;
        width: 100%;
        gap: 10px;
    }

    .r88-top-header &gt; div &gt; div &gt; div:first-child &gt; div
    {
        white-space: nowrap;
    }

    .r88-top-header &gt; div &gt; div &gt; div:last-child
    {
        display: none;
    }
}

@media screen and (max-width: 400px)
{
    .r88-top-header &gt; div &gt; div
    {
        font-size: 12px;
    }
}

.r88-main-header &gt; div
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--r88-white);
    gap: 40px;
}

.r88-main-header &gt; div a
{
    color: var(--r88-white);
    line-height: 1;
    cursor: pointer;
}

.r88-main-header &gt; div &gt; div:last-child
{
    display: flex;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
}

.r88-main-header &gt; div &gt; div:last-child &gt; a:last-child &gt; i
{
    font-size: 28px;
}

.r88-main-header &gt; div &gt; div:last-child &gt; a:first-child
{
    height: 45px;
    padding: 0 20px;
    border-radius: 25px;
    border: solid 2px var(--r88-white);
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: var(--r88-white);
    display: flex;
    align-items: center;
    gap: 10px;
}

.r88-main-header &gt; div &gt; div:last-child &gt; a:not(:hover)
{
    opacity: 0.8;
}

@media screen and (max-width: 991px)
{
    .r88-main-header &gt; div &gt; div:last-child
    {
        gap: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .r88-main-header &gt; div &gt; div:last-child
    {
        gap: 20px;
    }

    .r88-main-header &gt; div &gt; div:last-child &gt; a:first-child
    {
        padding-right: 0;
        padding-left: 3px;
        width: 35px;
        height: 35px;
        justify-content: center;
    }

    .r88-main-header &gt; div &gt; div:last-child &gt; a:first-child &gt; span
    {
        display: none;
    }
}

@media screen and (max-width: 575px)
{
    .r88-main-header &gt; div &gt; div:last-child &gt; a:not(:first-child):not(:last-child)
    {
        display: none;
    }
}

#r88-search-modal &gt; .modal-dialog &gt; .modal-content
{
    background: transparent;
    border: none;
}

#r88-search-modal &gt; .modal-dialog &gt; .modal-content &gt; form
{
    display: flex;
    gap: 10px;
}

#r88-search-modal &gt; .modal-dialog &gt; .modal-content input[type=text]
{
    font-size: 20px;
    outline: none;
    border-radius: 25px;
    height: 45px;
    border: none;
    padding: 0 22px;
    line-height: normal;
    width: calc(100% - 120px - 10px);
}

#r88-search-modal &gt; .modal-dialog &gt; .modal-content input[type=submit]
{
    border: none;
    width: 120px;
    height: 45px;
    line-height: normal;
    text-align: center;
    background-color: var(--r88-red);
    border-radius: 25px;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--r88-white);
}

.site-footer
{
    color: var(--r88-white);
}

.site-footer a
{
    color: var(--r88-white);
}

.site-footer a:not(:hover)
{
    opacity: 0.8;
}

@media screen and (max-width: 767px)
{
    .main-footer
    {
        padding: 100px 0 0 0;
    }
}

.main-footer h6
{
    margin-bottom: 20px;
    opacity: 1;
    text-align: center;
}

span.app-icons
{
    display: block;
    width: 100%;
    text-align: center;
}

span.copyright
{
    display: block;
    width: 100%;
    padding-top: 35px;
    text-align: center;
    font-size: 9px;
}

span.nmhh-text
{
    display: block;
    width: 100%;
    padding-top: 16px;
    font-size: 10px;
}

.main-footer &gt; div &gt; .container-sm &gt; .row
{
    --bs-gutter-y: 40px;
}

.menu-footer-menu-container &gt; ul.menu
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.grecaptcha-badge
{
    display: none;
}

.r88-category-buttons
{
    display: flex;
    align-items: center;
}

.r88-category-buttons &gt; a
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--r88-blue);
    text-align: center;
    padding: 30px 0 20px 0;
    width: calc(100% / 3);
    color: var(--r88-white);
    height: 116px;
    gap: 10px;
}

.r88-category-buttons &gt; a:hover
{
    opacity: 0.8;
}

.r88-category-buttons &gt; a:first-child
{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.r88-category-buttons &gt; a:nth-child(2)
{
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.r88-category-buttons &gt; a:last-child
{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.r88-box1
{
    background: var(--r88-white);
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 var(--r88-gray);
}

.r88-box1 .post-item
{
    display: flex;
    gap: 1rem;
    align-items: center;
}

.r88-box1 .post-item:not(:last-child)
{
    border-bottom: solid 1px var(--r88-gray);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.r88-box1 .post-item &gt; .post-thumb &gt; a &gt; img
{
    width: 120px;
    height: auto;
}

.r88-post-box
{
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 var(--r88-gray);
    background-color: var(--r88-white);
}

.r88-post-box .wp-post-image
{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
}

body.single-colleauge .r88-post-box .wp-post-image
{
    object-fit: contain;
}

@media (min-width: 768px) and (max-width: 991px), (min-width: 1200px)
{
    body.single-colleauge .r88-post-box
    {
        flex-direction: row;
        align-items: flex-end;
    }
    body.single-colleauge .r88-post-box .wp-post-image
    {
        width: 50%;
    }
}

.r88-post-box &gt; div
{
    padding: 1rem;
    margin: 0;
}

.r88-post-title &gt; h2,
.r88-post-content &gt; p:last-child
{
    margin-bottom: 0;
}

.r88-post-category &gt; a
{
    text-transform: uppercase;
    font-weight: bold;
    color: var(--r88-red);
}

.r88-post-tags
{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.r88-post-info
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.r88-post-date
{
    font-size: 12px;
    height: 20px;
    line-height: 22px;
    white-space: nowrap;
}

.r88-post-type
{
    display: flex;
    gap: 10px;
}

.r88-post-type &gt; a
{
    display: flex;
    height: 18px;
}

.r88-post-type &gt; a &gt; img
{
    height: 18px;
    width: auto;
}

.r88-post-category
{
    margin-bottom: 10px;
}

body.single-post .r88-post-title &gt; h2
{
    font-size: 30px;
}

.r88-post-list
{
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 1.5rem / 2));
    gap: 1.5rem;
}

@media screen and (max-width: 1199px)
{
    .r88-post-list
    {
        grid-template-columns: repeat(1, 100%);
    }
}

.r88-post-list &gt; .r88-post-box:hover
{
    box-shadow: 0 10px 20px 0 rgba(28, 33, 93, 0.5);
}

.r88-post-list &gt; .r88-post-box .wp-post-image
{
    height: 200px;
}

.r88-btn1
{
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    border: solid 2px var(--r88-dark-blue);
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: var(--r88-dark-blue);
    line-height: 1;
    white-space: nowrap;
    opacity: 0.8;
}

.r88-btn1:hover
{
    background-color: var(--r88-dark-blue);
    color: var(--r88-white);
    opacity: 1;
}

.r88-btn2
{
    display: inline-block;
    padding: 12px 13px 9px;
    border-radius: 2px;
    background-color: var(--r88-gray);
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: var(--r88-dark-blue);
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
}

.r88-btn2:hover
{
    color: var(--r88-white);
    background-color: var(--r88-dark-blue);
}

.r88-btn-red
{
    border-color: var(--r88-red);
    color: var(--r88-red);
}

.r88-btn-red:hover
{
    background-color: var(--r88-red);
}

.r88-related-posts &gt; div:before
{
    content: "";
    background: var(--r88-red);
    height: 5px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.r88-related-posts &gt; div
{
    position: relative;
}

.r88-related-posts &gt; div &gt; h4
{
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--r88-dark-blue);
    text-transform: uppercase;
    display: inline-block;
    background: var(--r88-bg-gray);
    margin-bottom: 0;
    padding-right: 1rem;
    position: relative;
}

.r88-related-posts &gt; ul
{
    padding: 0 0 0 18px;
    margin-bottom: 0;
}

.r88-related-posts &gt; ul &gt; li &gt; a
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: var(--r88-dark-blue);
}

.r88-related-posts &gt; ul &gt; li::marker
{
    color: var(--r88-red);
}

hr
{
    background: var(--r88-gray);
    height: 2px;
    margin: 16px 0;
}

.r88-hr-top
{
    border-top: solid 2px var(--r88-gray);
    padding-top: 16px;
    margin-top: 16px;
}

.r88-hr-bottom
{
    border-bottom: solid 2px var(--r88-gray);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

#r88-page-loader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 53, 106, 0.7);
    display: none;
    z-index: 999999;
}

#r88-page-loader &gt; div
{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

#r88-page-loader &gt; div &gt; img
{
    width: 80px;
    height: 80px;
}

#r88-page-cont
{
    padding-bottom: 74px;
}

.r88-player-cont
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00356a;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    z-index: 6;
}

.r88-player-cont-inner
{
    display: flex;
    align-items: center;
    width: calc(100% - 2 * 75px);
}

.r88-player-play-button,
.r88-player-pause-button,
.r88-player-volume-cont,
.r88-player-channel-cont
{
    display: flex;
    width: 74px;
    height: 74px;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.r88-player-play-button,
.r88-player-pause-button
{
    box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.r88-player-play-button &gt; img,
.r88-player-pause-button &gt; img
{
    width: 15px;
    height: 20px;
}

.r88-player-pause-button
{
    display: none;
}

.r88-player-cont.playing .r88-player-play-button
{
    display: none;
}

.r88-player-cont.playing .r88-player-pause-button
{
    display: flex;
}

.r88-player-play-button:not(:hover),
.r88-player-pause-button:not(:hover),
.r88-player-volume-button:not(:hover),
.r88-player-channel-button:not(:hover)
{
    opacity: 0.8;
}

.r88-player-like-button,
.r88-player-dislike-button
{
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #4C7297;
    border-radius: 4px 0 0 4px;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.r88-player-dislike-button
{
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.r88-player-channel-cont,
.r88-player-volume-cont
{
    position: relative;
    background: #00356a;
}

.r88-player-volume-cont
{
    --dropup-height: 200px;
    --dropup-width: 74px;
}

.r88-player-channel-cont
{
    --dropup-height: 300px;
    --dropup-width: 0;
}

.r88-player-volume-cont
{
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.3);
}

.r88-player-channel-cont
{
    box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
}

.r88-player-volume-cont &gt; a,
.r88-player-channel-cont &gt; a
{
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.r88-player-volume-cont &gt; a &gt; img,
.r88-player-channel-cont &gt; a &gt; img
{
    width: 20px;
    height: 19px;
}

.r88-player-volume-cont &gt; div,
.r88-player-channel-cont &gt; div
{
    display: none;
    position: absolute;
    background: #00356a;
    text-align: center;
    top: calc(-1 * var(--dropup-height));
    height: var(--dropup-height);
}

.r88-player-volume-cont &gt; div
{
    border-top-left-radius: 8px;
}

.r88-player-volume-cont &gt; div
{
    width: var(--dropup-width);
    padding-top: calc(var(--dropup-width) / 2);
    padding-bottom: calc(var(--dropup-width) / 4);
    box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.3);
}

.r88-player-channel-cont &gt; div
{
    box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.3);
}

.r88-player-volume-cont:hover &gt; div
{
    display: block;
}

.r88-player-channel-cont:hover &gt; div
{
    display: flex;
    flex-direction: column;
    gap: 15px;
    left: 0;
    width: 149px;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px 0;
    border-top-right-radius: 8px;
}

.r88-player-volume-cont &gt; a.r88-player-volume-off
{
    display: none;
}

.r88-player-cont.muted .r88-player-volume-cont &gt; a.r88-player-volume-high
{
    display: none;
}

.r88-player-cont.muted .r88-player-volume-cont &gt; a.r88-player-volume-off
{
    display: flex;
}

input[type=range][orient=vertical]
{
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
    width: 1rem;
    height: 100%;
    padding: 0;
}

.r88-player-cont &gt; audio
{
    display: none;
}

.r88-player-playing,
.r88-player-next,
.r88-player-playing &gt; div,
.r88-player-next &gt; div,
.r88-player-playing &gt; div &gt; *,
.r88-player-next &gt; div &gt; *
{
    flex-grow: 0;
    flex-shrink: 0;
}

.r88-player-playing
{
    box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
    height: 74px;
    width: calc((100% - 75px) * 0.6);
    max-width: fit-content;
}

.r88-player-next
{
    width: calc((100% - 75px) * 0.4);
    flex-grow: 1;
}

.r88-player-playing,
.r88-player-next
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    overflow: hidden;
}

.r88-player-playing &gt; div,
.r88-player-next &gt; div
{
    display: flex;
    align-items: center;
}

.r88-player-next &gt; div
{
    flex-wrap: wrap;
}

.r88-player-playing &gt; div &gt; div,
.r88-player-next &gt; div &gt; div
{
    display: flex;
    align-items: center;
}

.r88-player-next &gt; div &gt; div:first-child
{
    margin-right: 10px;
    padding-top: 2px;
}

.r88-player-playing-song-cont
{
    gap: 20px;
}

.r88-player-playing-program-cont
{
    gap: 10px;
}

.r88-player-next &gt; div:last-child &gt; div:first-child
{
    gap: 10px;
}

.r88-player-playing-song-cont &gt; div:last-child,
.r88-player-next &gt; div:last-child &gt; div:last-child
{
    gap: 15px;
}

@media screen and (max-width: 991px)
{
    .r88-player-playing, .r88-player-next
    {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px)
{
    .r88-player-playing, .r88-player-next
    {
        padding: 0 20px;
    }

    .r88-player-next
    {
        display: none;
    }

    .r88-player-playing
    {
        width: calc(100% - 75px);
        box-shadow: none;
        max-width: none;
    }
}

/*.r88-player-cont-inner*/
/*{*/
/*    position: relative;*/
/*}*/

.r88-player-cont-inner:after
{
    content: "";
    background-image: linear-gradient(to right, transparent 0%, #00356a 100%);
    position: absolute;
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;
}

@media screen and (min-width: 768px)
{
    .r88-player-playing-song-cont
    {
        overflow: hidden;
    }

    .r88-player-playing
    {
        position: relative;
        box-shadow: none;
    }

    .r88-player-playing:after
    {
        content: "";
        position: absolute;
        width: 74px;
        height: 74px;
        right: -1px;
        top: 0;
        transform: rotate(45deg) skew(20deg, 20deg);
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.3);
        border-width: 1px 1px 0 0;
    }
}

.r88-player-cont .r88-player-label
{
    opacity: 0.5;
    font-size: 12px;
    font-weight: 600;
}

.r88-player-cont .r88-player-artist
{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.2px;
}

.r88-player-cont .r88-player-song
{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

body.page-template-page-player
{
    --r88-popup-header-height: 80px;
    --r88-popup-player-cont-height: 180px;
    --r88-popup-player-cover-size: 170px;
}

body.page-template-page-player .r88-player-play-button,
body.page-template-page-player .r88-player-pause-button
{
    box-shadow: none;
    margin-left: calc(var(--r88-popup-player-cover-size) + 20px);
    margin-bottom: 10px;
    width: 15px;
    height: 20px;
    z-index: 1;
}

.r88-player-like-dislike-cont {
    box-shadow: none;
    display: flex;
    margin-left: 20px;
}

.r88-player-like-dislike-cont &gt; a &gt; img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(82%) hue-rotate(118deg) brightness(116%) contrast(100%);
    opacity: 0.8;
}
.r88-player-like-dislike-cont &gt; a.r88-player-like-button:hover &gt; img,
.r88-player-like-dislike-cont &gt; a.r88-player-like-button.active &gt; img
{
    filter: brightness(0) saturate(100%) invert(31%) sepia(81%) saturate(2612%) hue-rotate(138deg) brightness(84%) contrast(80%);
    opacity: 1;
}
.r88-player-like-dislike-cont &gt; a.r88-player-dislike-button:hover &gt; img,
.r88-player-like-dislike-cont &gt; a.r88-player-dislike-button.active &gt; img
{
    filter: brightness(0) saturate(100%) invert(26%) sepia(60%) saturate(4130%) hue-rotate(354deg) brightness(101%) contrast(102%);
    opacity: 1;
}

@media (max-width: 600px) {
    .r88-player-like-dislike-cont {
        margin-left: 10px;
    }
}

body.page-template-page-player .r88-player-like-dislike-cont
{
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
    margin-left: 0;
}

body.page-template-page-player .r88-player-volume-cont
{
    box-shadow: none;
    position: absolute;
    left: 220px;
    bottom: 1px;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 20px;
    height: 19px;
    --dropup-height: 140px;
}

body.page-template-page-player .r88-player-volume-cont &gt; div
{
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 10px;
    width: 40px;
}

body.page-template-page-player .r88-player-cont
{
    position: relative;
    height: var(--r88-popup-player-cont-height);
}

body.page-template-page-player .r88-player-cont-inner
{
    align-items: flex-end;
}

body.page-template-page-player .r88-player-next
{
    display: none;
}

body.page-template-page-player .r88-player-cover
{
    display: block !important;
    position: absolute;
    height: var(--r88-popup-player-cont-height);
}

body.page-template-page-player .r88-player-cover &gt; img
{
    width: var(--r88-popup-player-cover-size);
    height: var(--r88-popup-player-cover-size);
    padding: 10px 0 0 10px;
    object-fit: cover;
}

body.page-template-page-player .r88-player-playing
{
    position: absolute;
    height: var(--r88-popup-player-cont-height);
    box-shadow: none;
    max-width: none;
    width: calc(100% + 130px);
    padding: 10px 0 40px calc(var(--r88-popup-player-cover-size) + 20px);
}

@media (max-width: 600px)
{
    body.page-template-page-player .r88-player-playing
    {
        width: calc(100% + 70px);
    }
}

body.page-template-page-player .r88-player-playing:after
{
    display: none;
}

body.page-template-page-player .r88-player-playing &gt; div
{
    display: block;
}

body.page-template-page-player .r88-player-now-artist
{
    max-height: 48px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
}

body.page-template-page-player .r88-player-now-song
{
    max-height: 44px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

body.page-template-page-player .r88-player-cont-inner:after,
body.page-template-page-player .r88-player-playing-song-cont &gt; img:first-child
{
    display: none !important;
}

body.page-template-page-player .r88-player-playing-song-cont &gt; div:last-child
{
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
}

body.page-template-page-player .r88-player-cont .r88-player-label
{
    display: none;
}

body.page-template-page-player .r88-player-cont .r88-player-program
{
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
}

.r88-popup-header &gt; div
{
    background: var(--r88-light-blue);
    color: var(--r88-white);
    height: var(--r88-popup-header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.r88-popup-header &gt; div &gt; img:first-child
{
    width: auto;
    height: 40px;
}

@media screen and (max-width: 460px)
{
    body.page-template-page-player
    {
        --r88-popup-header-height: 50px;
    }

    .r88-popup-header &gt; div
    {
        justify-content: flex-end;
    }

    .r88-popup-header &gt; div &gt; img:first-child
    {
        display: none;
    }
}

.r88-popup-header &gt; div &gt; div:last-child
{
    height: var(--r88-popup-header-height);
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.r88-popup-header &gt; div &gt; div:last-child &gt; a
{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 12px 5px;
    color: var(--r88-white);
}

.r88-popup-header &gt; div &gt; div:last-child &gt; a.active,
.r88-popup-header &gt; div &gt; div:last-child &gt; a:hover
{
    background: var(--r88-bg-gray);
    color: var(--r88-dark-blue);
}

.r88-popup-content
{
    height: calc(100vh - var(--r88-popup-header-height, 0px) - var(--wp-admin--admin-bar--height, 0px));
    overflow-y: auto;
}

.r88-popup-content .tab-pane:has(&gt; #popup-livecam-cont),
.r88-popup-content .tab-pane &gt; #popup-livecam-cont
{
    height: 100%;
    line-height: 0;
}

.r88-playlist &gt; div
{
    background: var(--r88-white);
    box-shadow: inset 0 -1px 0 0 var(--r88-bg-gray);
    padding: 10px;
    display: flex;
    align-items: center;
}

.r88-playlist &gt; div.active
{
    background-image: url(images/marker.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.r88-playlist &gt; div &gt; div:first-child
{
    font-size: 16px;
    font-weight: 700;
    color: var(--r88-red);
    width: 130px;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
}

.r88-playlist &gt; div &gt; div:last-child &gt; div:first-child
{
    font-size: 16px;
    font-weight: 700;
}

.r88-playlist &gt; div &gt; div:last-child &gt; div:last-child
{
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.r88-channel-icons
{
    display: flex;
    gap: 15px;
}

.r88-channel-icons &gt; a &gt; img
{
    max-width: 80%;
    height: auto;
}

.r88-channel-icons &gt; a
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 100px;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(28, 33, 93, 0.15);
    background-color: #ffffff;
    color: var(--r88-red) !important;
}

.r88-channel-icons &gt; a.active,
.r88-channel-icons &gt; a:hover
{
    background-color: var(--r88-red);
    box-shadow: none;
}

.r88-channel-icons &gt; a:hover &gt; img.r88-channel-icon-1,
.r88-channel-icons &gt; a.active &gt; img.r88-channel-icon-1,
.r88-channel-icons &gt; a:not(:hover):not(.active) &gt; img.r88-channel-icon-2
{
    display: none;
}

#cookie-notice
{
    background-color: transparent !important;
    --cookie-notice-width: calc(1116px + 40px);
    z-index: 5;
}

@media screen and (max-width: 1199px)
{
    #cookie-notice
    {
        --cookie-notice-width: calc(936px + 40px);
    }
}

@media screen and (max-width: 991px)
{
    #cookie-notice
    {
        --cookie-notice-width: calc(696px + 40px);
    }
}

@media screen and (max-width: 767px)
{
    #cookie-notice
    {
        --cookie-notice-width: calc(516px + 40px);
    }
}

@media screen and (max-width: 575px)
{
    #cookie-notice
    {
        --cookie-notice-width: calc(100% - 24px + 20px);
    }
}

#cookie-notice
{
    margin-bottom: 85px;
}

#cookie-notice .cookie-notice-container
{
    width: var(--cookie-notice-width);
    max-width: var(--cookie-notice-width);
    min-width: var(--cookie-notice-width);
    margin-left: auto;
    margin-right: auto;
    padding: 23px 30px 24px 27px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--r88-white);
    color: var(--r88-dark-blue) !important;
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
    gap: 30px;
    align-items: center;
}

#cookie-notice .cn-close-icon
{
    display: none;
}

#cookie-notice .cn-text-container
{
    margin: 0;
    text-align: left;
}

#cookie-notice .cn-button
{
    margin: 0 !important;
    background-color: var(--r88-dark-blue) !important;
    height: 40px !important;
    line-height: 40px !important;
    white-space: nowrap !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--r88-white) !important;
    padding: 0 20px !important;
}

.page-template-page-player #cookie-notice
{
    display: none !important;
}

body.page-template-page-schedule .r88-post-list
{
    grid-template-columns: repeat(1, 1fr);
}

body.page-template-page-schedule .r88-post-title &gt; h2
{
    text-align: center;
    font-size: 30px;
    line-height: 1;
}

.r88-schedule-cont
{
    display: flex;
    gap: 20px;
}

.r88-schedule-cont:not(:last-child)
{
    padding: 0 1rem 1rem 1rem;
    margin: 0 0 1rem 0;
    border-bottom: solid 1px var(--r88-bg-gray);
}

.r88-schedule-image
{
    width: 82px;
    flex-grow: 0;
    flex-shrink: 0;
}

.r88-schedule-image &gt; .wp-post-image
{
    width: 82px !important;
    height: 82px !important;
    border-radius: 0;
}

.r88-schedule-inner-cont
{
    display: flex;
    flex-direction: column;
}

.r88-schedule-time
{
    width: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 3px;
}

.r88-schedule-text &gt; h4
{
    font-size: 20px;
    margin-bottom: 0;
}

.r88-schedule-presenters-cont
{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.r88-schedule-cont.active .r88-schedule-inner-cont
{
    position: relative;
    padding-bottom: calc(1rem + 10px);
    width: 100%;
}

.r88-schedule-active
{
    position: absolute;
    right: -1rem;
    top: -1rem;
    height: calc(100% + 2rem);
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-left: 30px;
    background-color: var(--r88-red);
    color: var(--r88-white);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.r88-schedule-active:before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 100px solid var(--r88-white);
    border-right: 30px solid transparent;
}

.r88-schedule-active:after
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 100px solid var(--r88-white);
    border-right: 30px solid transparent;
}

.r88-schedule-progress
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 90px);
}

@media screen and (min-width: 1200px)
{
    .r88-schedule-inner-cont
    {
        gap: 20px;
        flex-direction: row;
    }
}

.progress
{
    --bs-progress-bar-bg: var(--r88-light-blue);
}

.r88-gallery-masonry
{
    margin-left: 0;
    margin-right: 0;
}

.r88-gallery-header-cont
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    gap: 20px;
}

.r88-page-tabs-menu
{
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0 0 30px 0;
    gap: 5px;
}

.r88-page-tabs-menu &gt; li
{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    box-shadow: inset 0 -2px 0 0 var(--r88-blue);
    height: 40px;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    background: #e1e1ea;
}

.r88-page-tabs-menu &gt; li &gt; a
{
    height: 40px;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--r88-dark-blue);
}

.r88-page-tabs-menu &gt; li &gt; a:hover
{
    box-shadow: inset 0 -2px 0 0 var(--r88-blue);
    background: #b4bfd0;
    color: var(--r88-dark-blue);
}

.r88-page-tabs-menu &gt; li.current-cat &gt; a,
.r88-page-tabs-menu &gt; li.current_page_item &gt; a
{
    box-shadow: inset 0 -2px 0 0 #ff320e;
    background: #ffd6cf;
    color: var(--r88-dark-blue);
}

@media screen and (max-width: 575px)
{
    .r88-page-tabs-menu
    {
        flex-direction: column;
    }
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea
{
    margin: 0;
    border-radius: 4px;
    border: solid 1px #dddee7;
    width: 100%;
    max-width: none;
    outline: none;
    background-color: var(--r88-white) !important;
}

input[type=text],
input[type=email],
input[type=tel],
select
{
    line-height: 1;
    height: 40px;
    padding: 0 12px;
}

textarea
{
    padding: 12px;
}

input[type=checkbox]
{
    width: 20px;
    height: 20px;
}

input[type=submit]
{
    height: 40px;
    border-radius: 20px;
    background-color: var(--r88-blue);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--r88-white);
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

input[type=submit]:hover
{
    opacity: 0.8;
}

form.wpcf7-form label
{
    font-size: 14px;
    font-weight: bold;
}

.wpcf7-list-item,
form.wpcf7-form &gt; p
{
    margin: 0;
}

.wpcf7-form-control:has(&gt; .wpcf7-list-item &gt; label)
{
    line-height: 1;
}

form.wpcf7-form .wpcf7-list-item &gt; label:has(input):has(.wpcf7-list-item-label)
{
    display: flex;
    gap: 9px;
    line-height: normal;
    align-items: center;
}

form.wpcf7-form label + .wpcf7-form-control-wrap
{
    margin-top: 10px;
}

.wpcf7-form-control-wrap
{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.wpcf7-not-valid
{
    border-color: var(--r88-red) !important;
}

.wpcf7-not-valid-tip
{
    position: absolute;
    bottom: -20px;
    font-weight: normal;
    right: 0;
    font-size: 12px;
    color: var(--r88-red);
    line-height: 1.25;
    text-align: right;
}

form.wpcf7-form &gt; p:has(&gt; .wpcf7-spinner)
{
    position: relative;
}

.wpcf7-spinner
{
    position: absolute;
    right: 0;
    margin: 0;
    top: 8px;
    background-color: var(--r88-blue);
    opacity: 1;
}

.wpcf7 form .wpcf7-response-output
{
    margin: 20px 0 0 0;
    padding: 12px;
    border-radius: 4px;
    background-color: var(--r88-red-02);
    border: none;
    color: var(--r88-dark-blue);
}

.wpcf7 form.sent .wpcf7-response-output
{
    background-color: var(--r88-green-02);
}

#mondd-el-send-message
{
    margin-bottom: 20px;
}

.r88-pager:not(:empty)
{
    margin-top: 50px;
}

.r88-pager &gt; .page-numbers
{
    font-size: 14px;
    text-align: center;
    height: 36px;
    min-width: 36px;
    border-radius: 18px;
    display: inline-block;
    line-height: 36px;
    color: var(--r88-blue);
    font-weight: normal;
    white-space: nowrap;
    padding: 0 8px;
}

.r88-pager &gt; .page-numbers.prev,
.r88-pager &gt; .page-numbers.next
{
    font-weight: 600;
}

.r88-pager &gt; .page-numbers.current
{
    background-color: var(--r88-blue);
    color: var(--r88-white);
}

.r88-pager &gt; .page-numbers:hover:not(.current)
{
    background-color: rgba(0, 53, 106, 0.1);
}

@media screen and (max-width: 767px)
{
    .r88-pager &gt; .page-numbers:not(.prev):not(.next):not(.dots):not(.current):not(:nth-child(2)):not(:nth-last-child(2))
    {
        display: none;
    }
}

@media screen and (max-width: 370px)
{
    .r88-pager &gt; .page-numbers:nth-child(2),
    .r88-pager &gt; .page-numbers:nth-last-child(2)
    {
        display: none;
    }
}

body.page-template-page-colleague .r88-post-list
{
    grid-template-columns: repeat(2, calc(50% - 1.5rem / 2));
}

@media screen and (max-width: 575px)
{
    body.page-template-page-colleague .r88-post-list
    {
        grid-template-columns: repeat(1, 100%);
    }
}

body.page-template-page-colleague .r88-post-list &gt; .r88-post-box .wp-post-image
{
    height: 400px;
}

@media screen and (max-width: 575px)
{
    body.page-template-page-colleague .r88-post-list &gt; .r88-post-box .wp-post-image
    {
        height: 500px;
        max-height: 500px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px)
{
    body.page-template-page-colleague .r88-post-list &gt; .r88-post-box .wp-post-image
    {
        height: 300px;
        max-height: 300px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px)
{
    body.page-template-page-colleague .r88-post-list &gt; .r88-post-box .wp-post-image
    {
        height: 400px;
        max-height: 400px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px)
{
    body.page-template-page-colleague .r88-post-list &gt; .r88-post-box .wp-post-image
    {
        height: 300px;
        max-height: 300px;
    }
}

@media screen and (min-width: 1200px)
{
    body.page-template-page-colleague .r88-post-list &gt; .r88-post-box .wp-post-image
    {
        height: 450px;
        max-height: 450px;
    }
}

.r88-post-list &gt; .r88-post-box.r88-post-box-full-width
{
    grid-column: 1 / -1;
}

@media screen and (min-width: 1200px)
{
    .r88-post-list &gt; .r88-post-box.r88-post-box-full-width .wp-post-image
    {
        height: 400px;
    }
}

.fancybox__container
{
    z-index: 999999;
}

.modal-backdrop
{
    --bs-backdrop-bg: var(--r88-blue);
    --bs-backdrop-opacity: 0.7;
}

.r88-player-playing-song-cont
{
    position: relative;
    overflow: hidden;
}

.r88-player-playing-song-cont &gt; div
{
    position: relative;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.r88-player-playing-song-cont &gt; div.cloned
{
    position: absolute;
    top: 0;
    left: 40px;
}

.r88-player-playing-song-cont &gt; div &gt; div
{
    white-space: nowrap;
}

.r88-player-playing-song-cont:has(&gt; div.cloned) &gt; img:first-child
{
    display: none !important;
}

[id^=sb_youtube_].sb_youtube.sby_col_2 .sby_items_wrap .sby_item
{
    margin-bottom: 16px;
}

@media screen and (min-width: 481px)
{
    [id^=sb_youtube_].sb_youtube.sby_col_2 .sby_items_wrap .sby_item
    {
        width: calc(50% - 8px) !important;
    }
    [id^=sb_youtube_].sb_youtube.sby_col_2 .sby_items_wrap .sby_item:nth-child(odd)
    {
        margin-right: 8px;
    }
    [id^=sb_youtube_].sb_youtube.sby_col_2 .sby_items_wrap .sby_item:nth-child(even)
    {
        margin-left: 8px;
    }
}

.sby_lightbox
{
    position: fixed !important;
    top: 0 !important;
}

.sby_lightbox &gt; .sby_lb-outerContainer
{
    height: 100vh !important;
    width: calc(100% - 70px) !important;
}

.sby_lightbox &gt; .sby_lb-outerContainer .sby_lb-container iframe
{
    height: 100vh !important;
}

.sby_lightbox &gt; .sby_lb-dataContainer &gt; .sby_lb-data &gt; .sby_lb-details
{
    display: none;
}

.sby_lightbox &gt; .sby_lb-dataContainer &gt; .sby_lb-data &gt; .sby_lb-closeContainer
{
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 999;
}

.sby_lb-nav a.sby_lb-prev span
{
    left: 35px !important;
}

.sby_lb-nav a.sby_lb-next span
{
    right: 35px !important;
}

@media (max-width: 600px)
{
    .r88-player-play-button,
    .r88-player-pause-button,
    .r88-player-volume-cont,
    .r88-player-channel-cont
    {
        width: 44px;
    }
    .r88-player-cont-inner
    {
        width: calc(100% - 2 * 44px);
    }
    .r88-player-volume-cont
    {
        --dropup-width: 44px;
    }
    .r88-player-playing
    {
        width: calc(100% - 45px);
    }
}

body.page-template-page-player .r88-player-channel-cont
{
    display: none !important;
}

.sidebar-left &gt; .row &gt; .col-sm-12 &gt; .r88-box1 &gt; .post-item &gt; .post-thumb &gt; a &gt; img
{
    max-height: 80px;
    object-fit: cover;
}

.r88-post-list-text {
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}</pre></body></html>