textarea.ays_input {
    height: 180px;
}
.ss_content-left:not(:has(.ss_related)) .ss_contacts {
    margin-top: 0;
}
.map_left-img {
    width: 94px !important;
    height: 50px !important;
    object-fit: contain !important;
}
.map_content {
    position: relative;
}
.map_verified {
    position: absolute;
    top: -3px;
    width: 24px;
    aspect-ratio: 1 / 1;
    height: auto;
    right: -30px;
    display: none;
}
.ss_header-img {
    width: 226px;
    height: 120px;
}
.ss_title:has(.ss_title-verified) {
    display: flex;
}
.ss_title-verified {
    margin-top: 4px;
    width: 32px !important;
    height: 32px !important;
}
.ss_header-mid-tags a, .ss_header-tag, .cf_input-wrapper a {
    transition: 0.3s color;
}
.cf_input-wrapper a {
    color: inherit;
}
.ss_header-mid-tags a:hover, .ss_header-tag:hover, .cf_input-wrapper a:hover {
    color: #3e0085;
}
.dark-mode .ss_header-mid-tags a:hover, .dark-mode .ss_header-tag:hover, .dark-mode .cf_input-wrapper a:hover {
    color: #abf101;
}
.ss_content-left h4 {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 24px;
}
.ss_content-left h4 a {
    color: #0d43a9;
    text-decoration: underline;
    will-change: color;
}
.dark-mode .ss_content-left h4 a {
    color: #FFF;
}
.js-listen-live-popup {
    cursor: pointer;
}
.ss_inner:has(.lrs1-so_title) .ss_header-wrapper {
    margin-bottom: 10px;
}
.lrs1-so_title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lrs1-so_title * {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    color: #888;
}
.lrs1-so_title a {
    transition: 0.3s color;
}
.lrs1-so_title a:hover {
    color: #3e0085;
}
.dark-mode .lrs1-so_title a:hover {
    color: #abf101;
}
.lrs1-hs_slide-img-small {
    height: 120px;
    object-fit: cover;
}


ins.adsbygoogle[data-ad-status="unfilled"]::after {
    content: '';
    position: absolute;
    background: url(../src/images/liveradiostations-logo.png);
    top: 50%;
    left: 50%;
    width: 47px;
    transform: translate(-50%, -50%);
    height: 51px;
    background-size: cover;
    background-position: center;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    background: #b8d434;
    position: relative;
    height: auto !important;
    aspect-ratio: 5/1;
}

.dark-mode ins.adsbygoogle[data-ad-status="unfilled"] {
    background: #331e4f;
}

.dark-mode ins.adsbygoogle[data-ad-status="unfilled"]::after {
    background: url(../src/images/liveradiostations-logo-dark.png);
}