.rto-search-form {
    margin-top: 12px;
}

.rto-front .nav-list-container .navbar-nav > li:not(.drop) > a:after {
    content: none;
    display: none;
}

.rto-search-form .form-control {
    border-radius: 0;
    min-width: 220px;
}

.rto-front .top-line ul.top-line-list.rto-top-line > li span,
.rto-front .top-line ul.top-line-list.rto-top-line > li a {
    font-size: 12px;
    line-height: 18px;
}

.rto-language-switcher {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.rto-language-switcher__label {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}

.rto-language-switcher__control {
    position: relative;
}

.rto-language-switcher__control:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, 0.82);
    content: "";
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-35%);
}

.rto-language-switcher__select {
    appearance: none;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    min-width: 138px;
    padding: 6px 30px 6px 12px;
}

.rto-language-switcher__select:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.24);
    outline: 0;
}

.rto-language-switcher__select option {
    color: #111827;
}

.rto-front .top-line ul.social-icons {
    margin-top: 0;
}

.rto-front .navbar-brand img {
    display: block;
    height: 74px;
    max-height: none;
    width: auto;
}

.rto-front.boxed.rto-home-variant-home2 {
    background: #ffffff;
}

.rto-front.boxed.rto-home-variant-home2 #container {
    background: #ffffff;
    max-width: none;
}

@media (min-width: 992px) {
    .rto-front .container {
        max-width: 1400px;
        width: calc(100% - 30px);
    }

    .rto-front .logo-advertisement .container {
        align-items: center;
        display: flex;
        gap: 28px;
        justify-content: space-between;
    }

    .rto-front .logo-advertisement .navbar-header {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        float: none;
        margin: 0;
        min-height: 158px;
    }

    .rto-front .logo-advertisement .advertisement {
        flex: 1 1 auto;
        padding: 16px 0 18px;
    }

    .rto-front .navbar-brand,
    .rto-front header.third-style .navbar-brand,
    .rto-front header.fifth-style .navbar-header a.navbar-brand {
        align-items: center;
        display: inline-flex;
        justify-content: center;
        min-height: 120px;
        padding-bottom: 28px;
        padding-top: 28px;
    }

    .rto-front header.third-style .navbar-brand,
    .rto-front header.fifth-style .navbar-header a.navbar-brand {
        padding-bottom: 24px;
        padding-top: 24px;
    }
}

.rto-card-grid {
    margin-top: 24px;
}

.rto-grid-post,
.rto-list-post,
.rto-article-card,
.rto-author-card,
.single-author-box {
    margin-bottom: 24px;
}

.rto-home-section .title-section,
.rto-latest-grid .title-section {
    margin-bottom: 20px;
}

.rto-empty-state {
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 18px;
}

.rto-footer-logo,
.navbar-brand img {
    max-height: 78px;
    width: auto;
}

.footer-nav {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
}

.footer-nav a {
    color: #fff;
}

.rto-template-preview {
    width: 100%;
    min-height: 80vh;
    border: 0;
    background: #fff;
}

.rto-contact-list {
    list-style: none;
    padding: 0;
}

.rto-contact-list li {
    margin-bottom: 12px;
}

.social-share {
    list-style: none;
    padding: 0;
}

.social-share li {
    margin-bottom: 10px;
}

.social-share a {
    color: #333;
}

.rto-social-icon {
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1;
    width: 1em;
}

.rto-social-icon svg,
.rto-social-icon i {
    display: block;
}

.rto-social-icon svg {
    fill: currentColor;
    height: 1em;
    overflow: visible;
    width: 1em;
}

.rto-social-icon--facebook svg {
    height: 0.96em;
    width: 0.96em;
}

.rto-social-icon--x svg {
    height: 0.92em;
    width: 0.92em;
}

.rto-social-icon--youtube svg {
    height: 1.08em;
    width: 1.08em;
}

.rto-social-icon--instagram svg {
    height: 1.02em;
    width: 1.02em;
}

.rto-social-icon--whatsapp svg {
    height: 1.05em;
    width: 1.05em;
}

.sidebar .rto-social-widget ul.social-share {
    display: grid;
    gap: 12px;
    margin: 0;
    overflow: visible;
    padding: 0;
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card {
    align-items: center;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.03) 0%, rgba(255, 255, 255, 0.96) 100%);
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 16px 34px -28px rgba(15, 23, 42, 0.35);
    display: flex;
    float: none;
    gap: 14px;
    margin: 0;
    min-height: 78px;
    overflow: hidden;
    padding: 14px 16px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    width: 100%;
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card:before {
    background: var(--rto-social-accent, #111827);
    border-radius: 999px;
    content: "";
    height: calc(100% - 24px);
    left: 0;
    opacity: 0.18;
    position: absolute;
    top: 12px;
    width: 4px;
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card:hover {
    border-color: rgba(15, 23, 42, 0.14);
    box-shadow: 0 22px 38px -28px rgba(15, 23, 42, 0.42);
    transform: translateY(-2px);
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card a {
    align-items: center;
    border-radius: 16px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 50px;
    float: none;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 50px;
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card a:after {
    display: none;
}

.sidebar .rto-social-widget .rto-social-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card span {
    margin: 0;
    padding: 0;
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card span.number {
    color: #111827;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.sidebar .rto-social-widget .rto-social-handle {
    color: #6b7280;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.45;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card.facebook {
    --rto-social-accent: #436feb;
    background: linear-gradient(135deg, rgba(67, 111, 235, 0.12) 0%, rgba(255, 255, 255, 0.98) 72%);
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card.facebook a {
    background: linear-gradient(135deg, #436feb 0%, #2954cf 100%);
    box-shadow: 0 14px 24px -16px rgba(67, 111, 235, 0.85);
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card.twitter {
    --rto-social-accent: #111827;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.12) 0%, rgba(255, 255, 255, 0.98) 72%);
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card.twitter a {
    background: linear-gradient(135deg, #111827 0%, #334155 100%);
    box-shadow: 0 14px 24px -16px rgba(17, 24, 39, 0.85);
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card.youtube {
    --rto-social-accent: #d31708;
    background: linear-gradient(135deg, rgba(211, 23, 8, 0.12) 0%, rgba(255, 255, 255, 0.98) 72%);
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card.youtube a {
    background: linear-gradient(135deg, #ff2d20 0%, #d31708 100%);
    box-shadow: 0 14px 24px -16px rgba(211, 23, 8, 0.85);
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card.instagram {
    --rto-social-accent: #c13584;
    background: linear-gradient(135deg, rgba(193, 53, 132, 0.14) 0%, rgba(255, 255, 255, 0.98) 72%);
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card.instagram a {
    background: linear-gradient(135deg, #f58529 0%, #c13584 55%, #833ab4 100%);
    box-shadow: 0 14px 24px -16px rgba(193, 53, 132, 0.85);
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card.whatsapp {
    --rto-social-accent: #25d366;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.14) 0%, rgba(255, 255, 255, 0.98) 72%);
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card.whatsapp a {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    box-shadow: 0 14px 24px -16px rgba(37, 211, 102, 0.85);
}

/* ── Social icon SVG sizing & colour ── */
.sidebar .rto-social-widget ul.social-share li.rto-social-card a .rto-social-icon {
    align-items: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    line-height: 1;
    pointer-events: none;
}

.sidebar .rto-social-widget ul.social-share li.rto-social-card a .rto-social-icon svg {
    color: #ffffff;
    display: block;
    fill: currentColor;
    height: 22px;
    stroke: currentColor;
    width: 22px;
}

.sidebar ul.social-share li a.youtube {
    background: #e52d27;
}

.sidebar ul.social-share li a.youtube:after {
    border: 4px solid #e52d27;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.sidebar ul.social-share li a.instagram {
    background: #d9307c;
}

.sidebar ul.social-share li a.instagram:after {
    border: 4px solid #d9307c;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.sidebar ul.social-share li a.whatsapp {
    background: #18a957;
}

.sidebar ul.social-share li a.whatsapp:after {
    border: 4px solid #18a957;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card {
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 12px 28px -24px rgba(15, 23, 42, 0.45);
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    min-height: 58px;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card:hover {
    border-color: rgba(15, 23, 42, 0.14);
    box-shadow: 0 18px 32px -24px rgba(15, 23, 42, 0.55);
    transform: translateY(-1px);
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card:before {
    background: var(--rto-home-social-accent, #0f172a);
    content: "";
    inset: 0 auto 0 0;
    opacity: 0.06;
    position: absolute;
    width: 100%;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card > * {
    position: relative;
    z-index: 1;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card a {
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 12px 24px -18px rgba(15, 23, 42, 0.75);
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 40px;
    float: none;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    margin-right: 0;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card a:after {
    display: none;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card .rto-social-stat-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card span {
    margin: 0;
    padding: 0;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card span.number {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.1;
    margin-top: 0;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card .rto-social-stat-label {
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 3px;
    overflow: hidden;
    padding-right: 0;
    text-overflow: ellipsis;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card.facebook {
    --rto-home-social-accent: #436feb;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card.facebook a {
    background: linear-gradient(135deg, #436feb 0%, #2d5adb 100%);
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card.twitter {
    --rto-home-social-accent: #111827;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card.twitter a {
    background: linear-gradient(135deg, #111827 0%, #334155 100%);
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card.youtube {
    --rto-home-social-accent: #e1261c;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card.youtube a {
    background: linear-gradient(135deg, #ff3b30 0%, #d7180b 100%);
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card.instagram {
    --rto-home-social-accent: #c13584;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card.instagram a {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 55%, #8134af 100%);
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card.whatsapp {
    --rto-home-social-accent: #25d366;
}

.sidebar ul.social-share.rto-home-social-stats li.rto-home-social-card.whatsapp a {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.single-post-page .single-wide .image-slider .news-post,
.single-post-page .single-post-box > .post-gallery,
.single-post-page .single-post-box .article-inpost .image-place,
.single-post-page .single-post-box .about-more-autor .more-autor-posts .news-post,
.single-post-page .single-post-box .carousel-box .news-post {
    overflow: hidden;
}

.single-post-page .single-wide .image-slider .news-post > img {
    display: block;
    height: clamp(360px, 52vw, 620px);
    object-fit: cover;
    width: 100%;
}

.single-post-page .single-post-box > .post-gallery > img,
.single-post-page .single-post-box > .post-gallery .bxslider img {
    display: block;
    height: clamp(320px, 46vw, 520px);
    object-fit: cover;
    width: 100%;
}

.single-post-page .single-post-box .post-gallery iframe {
    border: 0;
    display: block;
    max-width: 100%;
    width: 100%;
}

.single-post-page .single-post-box .post-gallery.audio-post iframe {
    min-height: 168px;
}

.single-post-page .single-post-box .post-gallery:not(.audio-post) iframe {
    min-height: 422px;
}

.single-post-page .single-post-box .article-inpost .image-place img {
    display: block;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.single-post-page.single-post4 .single-post-box .article-inpost .image-place img {
    height: 220px;
}

.single-post-page .single-post-box .prev-next-posts img {
    display: block;
    height: 80px;
    object-fit: cover;
    width: 100px;
}

.single-post-page .single-post-box .about-more-autor .more-autor-posts .news-post img,
.single-post-page .single-post-box .carousel-box .news-post img {
    display: block;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.single-post-page .single-post-box > .post-content img {
    height: auto;
    max-width: 100%;
}

.single-post-page.single-post5 .sidebar.small-sidebar .review-posts-list img {
    display: block;
    height: 72px;
    object-fit: cover;
    width: 72px;
}

@media (max-width: 767px) {
    .single-post-page .single-wide .image-slider .news-post > img,
    .single-post-page .single-post-box > .post-gallery > img,
    .single-post-page .single-post-box > .post-gallery .bxslider img {
        height: 260px;
    }

    .single-post-page .single-post-box .article-inpost .image-place img,
    .single-post-page .single-post-box .about-more-autor .more-autor-posts .news-post img,
    .single-post-page .single-post-box .carousel-box .news-post img {
        height: 200px;
    }

    .single-post-page .single-post-box .post-gallery:not(.audio-post) iframe {
        min-height: 240px;
    }
}

[data-weather-widget] {
    white-space: nowrap;
}

[data-weather-widget] .city-weather {
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

[data-weather-widget] svg {
    vertical-align: middle;
}

[data-weather-widget] .cel-temperature {
    display: inline-block;
    min-width: 42px;
    text-align: left;
    vertical-align: middle;
}

.top-line ul.top-line-list.rto-top-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.top-line ul.top-line-list.rto-top-line > li {
    align-items: center;
    display: inline-flex;
    margin-right: 0;
    max-width: 100%;
    vertical-align: middle;
}

.top-line ul.top-line-list.rto-top-line > li:before {
    margin-right: 18px;
}

.rto-live-radio {
    gap: 10px;
    max-width: 430px;
}

.rto-live-radio__toggle {
    align-items: center;
    background: linear-gradient(135deg, #bf1f1f 0%, #ef4444 100%);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(191, 31, 31, 0.22);
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    gap: 6px;
    line-height: 1;
    padding: 7px 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.rto-live-radio__toggle:hover,
.rto-live-radio__toggle:focus-visible {
    box-shadow: 0 10px 22px rgba(191, 31, 31, 0.3);
    opacity: 0.96;
    outline: 0;
    transform: translateY(-1px);
}

.rto-live-radio__toggle-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    display: inline-flex;
    height: 18px;
    justify-content: center;
    width: 18px;
}

.rto-live-radio__toggle-label {
    color: #ffffff;
    white-space: nowrap;
}

.rto-live-radio__meta {
    align-items: center;
    display: inline-flex;
    flex: 1 1 0;
    gap: 8px;
    min-width: 0;
}

.rto-live-radio__badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #d1d5db;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 5px 8px;
    text-transform: uppercase;
}

.rto-live-radio__badge[data-state="live"] {
    background: rgba(16, 185, 129, 0.16);
    border-color: rgba(16, 185, 129, 0.32);
    color: #86efac;
}

.rto-live-radio__badge[data-state="buffering"] {
    background: rgba(245, 158, 11, 0.16);
    border-color: rgba(245, 158, 11, 0.34);
    color: #fcd34d;
}

.rto-live-radio__marquee {
    color: #d1d5db;
    display: block;
    flex: 1 1 auto;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    line-height: 15px;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.rto-live-radio__marquee-text {
    display: inline-block;
    white-space: nowrap;
}

.rto-live-radio__marquee[data-overflow="true"] .rto-live-radio__marquee-text {
    animation: rto-live-radio-marquee var(--marquee-duration, 14s) linear infinite alternate;
    will-change: transform;
}

.rto-header-advertisement .rto-ad-slot {
    margin-left: auto;
    margin-right: 0;
}

.rto-header-advertisement .rto-ad-link {
    background: #ffffff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.rto-header-advertisement .rto-ad-slot-desktop .rto-ad-link {
    height: 90px;
    width: 728px;
}

.rto-header-advertisement .rto-ad-slot-tablet .rto-ad-link {
    height: 60px;
    width: 468px;
}

.rto-header-advertisement .rto-ad-image {
    background: #ffffff;
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

/* ─────────────────────────────────────────────
   AD SLIDER  (shared by header, section-one, sidebar)
───────────────────────────────────────────── */
.rto-ad-label {
    color: #9ca3af;
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
    text-align: center;
    text-transform: uppercase;
}

.rto-ad-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.rto-ad-slide {
    display: none;
    width: 100%;
}

.rto-ad-slide.is-active {
    animation: rtoAdFadeIn 0.5s ease;
    display: block;
}

@keyframes rtoAdFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.rto-ad-slide a,
.rto-ad-slide span.rto-section-one-ad-link,
.rto-ad-slide span.rto-ad-link {
    display: block;
    line-height: 0;
}

/* Section-one slider — fixed height so image fills perfectly */
.rto-section-one-slider {
    height: 260px;
}

.rto-section-one-slider .rto-ad-slide {
    height: 100%;
}

.rto-section-one-slider .rto-ad-slide a,
.rto-section-one-slider .rto-ad-slide span {
    height: 100%;
}

.rto-section-one-slider .rto-ad-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Sidebar ad container */
.rto-sidebar-advertisement {
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.rto-sidebar-advertisement > span.rto-ad-label,
.rto-sidebar-advertisement > span:first-child {
    color: #9ca3af;
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
    text-align: center;
    text-transform: uppercase;
}

.rto-sidebar-advertisement .rto-section-one-slider {
    height: 250px;
}

/* Section-one placeholder */
.rto-section-one-ad-placeholder {
    align-items: center;
    background: #f3f4f6;
    border: 1px dashed #d1d5db;
    color: #9ca3af;
    display: flex;
    font-size: 13px;
    height: 260px;
    justify-content: center;
    width: 100%;
}

/* Header slider — keep fixed dimensions */
.rto-header-slider-desktop,
.rto-header-slider-tablet {
    line-height: 0;
}

.rto-header-slider-desktop .rto-ad-slide img,
.rto-header-slider-tablet .rto-ad-slide img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.rto-live-radio[data-live-state="playing"] .rto-live-radio__toggle {
    background: linear-gradient(135deg, #0f766e 0%, #10b981 100%);
    box-shadow: 0 8px 18px rgba(16, 185, 129, 0.2);
}

.rto-live-radio[data-live-state="buffering"] .rto-live-radio__toggle {
    background: linear-gradient(135deg, #b45309 0%, #f59e0b 100%);
    box-shadow: 0 8px 18px rgba(245, 158, 11, 0.2);
}

@media (min-width: 992px) {
    .rto-front .nav-list-container .navbar-collapse {
        align-items: center;
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: space-between;
        overflow: visible !important;
    }

    .rto-front .nav-list-container .navbar-nav {
        display: flex;
        flex: 1 1 auto;
        flex-wrap: nowrap;
        min-width: 0;
    }

    .rto-front .nav-list-container .navbar-nav > li {
        float: none;
        margin-right: 0;
        position: relative;
    }

    .rto-front .nav-list-container .navbar-nav > li > a {
        font-size: 14px;
        padding-bottom: 22px;
        padding-left: 10px;
        padding-right: 20px;
        padding-top: 22px;
        white-space: nowrap;
    }

    .rto-front header.third-style .navbar-nav > li > a {
        padding-bottom: 22px;
        padding-top: 22px;
    }

    .rto-front header.third-style .navbar-nav > li > a:after {
        top: 23px;
    }

    .rto-front header.third-style .nav-list-container > .container {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .rto-front header.third-style .nav-list-container .navbar-header {
        flex: 0 0 auto;
    }

    .rto-front header.third-style .nav-list-container .navbar-collapse {
        flex: 1 1 auto;
    }

    .rto-front .nav-list-container .navbar-form,
    .rto-front .nav-list-container .rto-search-form {
        flex: 0 0 auto;
        float: none !important;
        margin: 0 0 0 auto;
        padding-left: 16px;
        width: auto;
    }

    .rto-front .nav-list-container .navbar-form input[type="text"],
    .rto-front .nav-list-container .navbar-form input[type="search"],
    .rto-front .nav-list-container .rto-search-form .form-control {
        min-width: 0;
        width: 210px;
    }

    .rto-front header.fifth-style .logo-advertisement .container {
        display: block;
    }

    .rto-front header.fifth-style .logo-advertisement .navbar-header {
        display: block;
        min-height: 0;
    }
}

.rto-navbar-player-shell {
    padding: 18px 0;
    position: relative;
    width: 430px;
}

@media (max-width: 767px) {
    .rto-front .navbar-brand img {
        height: 54px;
    }

    .rto-navbar-player-shell {
        padding: 12px 0;
        width: 100%;
    }
}

.rto-live-radio-player {
    align-items: center;
    background: linear-gradient(135deg, #081226 0%, #11224a 58%, #132e69 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(3, 7, 18, 0.36);
    display: flex;
    gap: 12px;
    max-width: 100%;
    min-height: 78px;
    overflow: hidden;
    padding: 10px 12px 10px 16px;
    position: relative;
    width: 390px;
}

.rto-live-radio-player:before {
    background: linear-gradient(180deg, #ef160f 0%, #ef160f 45%, #1437f3 45%, #1437f3 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.rto-live-radio-player__brand {
    align-items: center;
    background: linear-gradient(180deg, #ef160f 0%, #ef160f 47%, #1437f3 47%, #1437f3 100%);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    color: #ffffff;
    display: flex;
    flex: 0 0 82px;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    min-height: 58px;
    overflow: hidden;
    padding: 8px 8px 7px;
    position: relative;
}

.rto-live-radio-player__brand-badge {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    overflow: hidden;
    width: 42px;
}

.rto-live-radio-player__brand-icon {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.rto-live-radio-player__brand-monogram {
    color: #122a8e;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-indent: 0.12em;
}

.rto-live-radio-player__brand-frequency {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.rto-live-radio-player__pulse {
    align-items: flex-end;
    display: inline-flex;
    gap: 3px;
    height: 12px;
}

.rto-live-radio-player__pulse span {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    display: block;
    height: 4px;
    transform-origin: center bottom;
    width: 3px;
}

.rto-live-radio-player__pulse span:nth-child(2) {
    height: 7px;
}

.rto-live-radio-player__pulse span:nth-child(3) {
    height: 10px;
}

.rto-live-radio-player__pulse span:nth-child(4) {
    height: 6px;
}

.rto-live-radio-player__main {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.rto-live-radio-player__headline {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    min-width: 0;
}

.rto-live-radio-player__station {
    color: #ffffff;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.rto-live-radio-player__badge {
    margin-left: auto;
}

.rto-live-radio-player__subhead {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.rto-live-radio-player__marquee {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: #dbe5ff;
    font-size: 11px;
    line-height: 15px;
    padding: 8px 12px;
    width: 100%;
}

.rto-live-radio-player__toggle {
    align-items: center;
    background: linear-gradient(135deg, rgba(239, 22, 15, 0.2) 0%, rgba(20, 55, 243, 0.22) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    justify-content: center;
    min-height: 56px;
    min-width: 118px;
    padding: 9px 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.rto-live-radio-player__toggle:hover,
.rto-live-radio-player__toggle:focus-visible {
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 24px rgba(3, 7, 18, 0.24);
    outline: 0;
    transform: translateY(-1px);
}

.rto-live-radio-player__toggle-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 999px;
    color: #ef160f;
    display: inline-flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.rto-live-radio-player__toggle-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.rto-live-radio-player__toggle-label {
    color: #ffffff;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
}

.rto-live-radio-player__toggle-note {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 3px;
    white-space: nowrap;
}

.rto-live-radio-player[data-live-state="playing"] {
    box-shadow: 0 18px 42px rgba(8, 18, 38, 0.44), 0 0 0 1px rgba(20, 55, 243, 0.16);
}

.rto-live-radio-player[data-live-state="playing"] .rto-live-radio-player__toggle {
    background: linear-gradient(135deg, #ef160f 0%, #1437f3 100%);
    border-color: rgba(255, 255, 255, 0.22);
}

.rto-live-radio-player[data-live-state="playing"] .rto-live-radio-player__toggle-icon {
    color: #1437f3;
}

.rto-live-radio-player[data-live-state="playing"] .rto-live-radio-player__pulse span {
    animation: rto-live-radio-eq 0.9s ease-in-out infinite alternate;
}

.rto-live-radio-player[data-live-state="playing"] .rto-live-radio-player__pulse span:nth-child(2) {
    animation-delay: 0.12s;
}

.rto-live-radio-player[data-live-state="playing"] .rto-live-radio-player__pulse span:nth-child(3) {
    animation-delay: 0.24s;
}

.rto-live-radio-player[data-live-state="playing"] .rto-live-radio-player__pulse span:nth-child(4) {
    animation-delay: 0.36s;
}

.rto-live-radio-player[data-live-state="buffering"] .rto-live-radio-player__toggle {
    background: linear-gradient(135deg, #a16207 0%, #f59e0b 100%);
}

.rto-live-radio-player[data-live-state="buffering"] .rto-live-radio-player__toggle-icon {
    color: #a16207;
}

.rto-homepage section.heading-news .heading-news-box > .news-post.image-post,
.rto-homepage section.heading-news .heading-news-box .image-slider .news-post.image-post,
.rto-front .news-post.standard-post .post-gallery,
.rto-front .news-post.image-post2 .post-gallery,
.rto-front .rto-article-card.image-post .post-gallery,
.rto-front .single-post-box > .single-post > .post-gallery {
    background: #f4f4f4;
    overflow: hidden;
    position: relative;
}

.rto-front .news-post.standard-post .post-gallery,
.rto-front .rto-grid-post .post-gallery,
.rto-front .rto-list-post .post-gallery {
    aspect-ratio: 27 / 20;
}

.rto-front .news-post.image-post2 .post-gallery {
    aspect-ratio: 92 / 75;
}

.rto-front .rto-article-card.image-post .post-gallery,
.rto-homepage section.heading-news .heading-news-box > .news-post.image-post > img,
.rto-homepage section.heading-news .heading-news-box .image-slider .news-post.image-post > img {
    aspect-ratio: 293 / 245;
}

.rto-homepage .carousel-box .image-post3 > img {
    aspect-ratio: 37 / 36;
}

.rto-front .single-post-box > .single-post > .post-gallery {
    aspect-ratio: 77 / 38;
}

.rto-front .news-post.standard-post .post-gallery > a,
.rto-front .news-post.image-post2 .post-gallery > a,
.rto-front .rto-article-card.image-post .post-gallery > a {
    display: block;
    height: 100%;
}

.rto-front .news-post.standard-post .post-gallery img,
.rto-front .news-post.image-post2 .post-gallery img,
.rto-front .rto-article-card.image-post .post-gallery img,
.rto-front .single-post-box > .single-post > .post-gallery img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.rto-homepage section.heading-news .heading-news-box > .news-post.image-post > img,
.rto-homepage section.heading-news .heading-news-box .image-slider .news-post.image-post > img,
.rto-homepage .carousel-box .image-post3 > img,
.rto-front .author-box > img,
.rto-front .about-author img {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.rto-homepage .carousel-box .image-post3 > img,
.rto-front .author-box > img,
.rto-front .about-author img {
    height: auto;
}

.rto-front .author-box > img,
.rto-front .about-author img {
    aspect-ratio: 1 / 1;
    background: #f4f4f4;
}

.rto-front .carousel-box ul.list-posts > li img,
.rto-front .grid-box ul.list-posts > li img,
.rto-front .block-content ul.list-posts > li img {
    display: block;
    height: 80px;
    object-fit: cover;
    object-position: center;
    width: 100px;
}

.rto-front .sidebar .posts-widget ul.list-posts > li img,
.rto-front .sidebar .tab-posts-widget .tab-pane ul.list-posts > li img,
.rto-front .sidebar .features-slide-widget ul.list-posts li img,
.rto-front footer .posts-widget ul.list-posts > li img {
    display: block;
    height: 70px;
    max-width: none;
    object-fit: cover;
    object-position: center;
    width: 80px;
}

@keyframes rto-live-radio-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-1 * var(--marquee-shift, 0px)));
    }
}

@keyframes rto-live-radio-eq {
    from {
        opacity: 0.68;
        transform: scaleY(0.5);
    }

    to {
        opacity: 1;
        transform: scaleY(1.25);
    }
}

@media (max-width: 991px) {
    .footer-nav {
        justify-content: flex-start;
        margin-top: 12px;
        flex-wrap: wrap;
    }

    .rto-search-form {
        margin: 12px 0 0;
        width: 100%;
    }

    .rto-search-form .form-control {
        width: 100%;
        min-width: 0;
    }

    .rto-live-radio {
        flex: 1 1 100%;
        max-width: none;
    }

    .rto-live-radio__meta {
        min-width: 200px;
    }

    .rto-navbar-player-shell,
    .rto-live-radio-player {
        max-width: 100%;
        width: 100%;
    }

    .rto-navbar-player-shell {
        padding: 12px 0;
    }

    .rto-live-radio-player__station {
        font-size: 14px;
    }

    .rto-live-radio-player__toggle {
        min-width: 108px;
    }
}

@media (max-width: 767px) {
    .top-line ul.top-line-list.rto-top-line {
        gap: 10px 14px;
    }

    .top-line ul.top-line-list.rto-top-line > li:before {
        margin-right: 14px;
    }

    .rto-live-radio {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .rto-live-radio__meta {
        width: 100%;
    }

    .rto-live-radio__marquee {
        width: 100%;
    }

    .rto-navbar-player-shell {
        padding-right: 56px;
        width: 100%;
    }

    .rto-navbar-player-shell .navbar-toggle {
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .rto-live-radio-player {
        gap: 10px;
        min-height: 72px;
        padding: 10px;
    }

    .rto-live-radio-player__brand {
        flex-basis: 72px;
        min-height: 52px;
        width: 72px;
    }

    .rto-live-radio-player__brand-badge {
        height: 38px;
        width: 38px;
    }

    .rto-live-radio-player__brand-frequency,
    .rto-live-radio-player__subhead,
    .rto-live-radio-player__toggle-note {
        display: none;
    }

    .rto-language-switcher {
        width: 100%;
    }

    .rto-language-switcher__control,
    .rto-language-switcher__select {
        max-width: 100%;
        width: 100%;
    }

    .rto-live-radio-player__toggle {
        min-width: 0;
        padding: 8px 10px;
    }

    .rto-live-radio-player__toggle-copy {
        display: none;
    }

    .rto-live-radio-player__toggle-icon {
        flex-basis: 36px;
        height: 36px;
        width: 36px;
    }

    .rto-live-radio-player__headline {
        gap: 6px;
    }

    .rto-live-radio-player__station {
        font-size: 13px;
    }

    .rto-live-radio-player__marquee {
        font-size: 10px;
        line-height: 14px;
        padding: 7px 10px;
    }
}

.rto-comment-section {
    margin-top: 40px;
}

.rto-comment-list,
.rto-comment-form-wrap {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 24px;
}

.rto-comment-list {
    margin-bottom: 30px;
}

.rto-comment-card + .rto-comment-card {
    border-top: 1px solid #e5e7eb;
    margin-top: 22px;
    padding-top: 22px;
}

.rto-comment-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.rto-comment-meta strong {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}

.rto-comment-meta span {
    color: #6b7280;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rto-comment-body {
    color: #374151;
    font-size: 15px;
    line-height: 1.8;
    white-space: pre-line;
}

.rto-comment-children {
    margin-left: 28px;
    margin-top: 18px;
}

.rto-comment-reply {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 18px;
}

.rto-comment-empty,
.rto-comment-note {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.rto-comment-empty {
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    padding: 22px 24px;
}

.rto-comment-form .row {
    margin-bottom: 14px;
}

.rto-comment-form input,
.rto-comment-form textarea {
    border: 1px solid #cbd5e1;
    border-radius: 0;
    color: #111827;
    display: block;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 12px 14px;
    width: 100%;
}

.rto-comment-form textarea {
    min-height: 160px;
    resize: vertical;
}

.rto-comment-form button {
    background: #111827;
    border: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 12px 22px;
    text-transform: uppercase;
    transition: background 0.2s ease;
}

.rto-comment-form button:hover {
    background: #f59e0b;
    color: #111827;
}

.rto-honeypot {
    left: -9999px;
    position: absolute;
}

.rto-form-alert,
.rto-form-empty,
.rto-form-note,
.rto-form-errors {
    margin-bottom: 18px;
}

.rto-form-alert,
.rto-form-empty {
    border: 1px solid #e1e1e1;
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    padding: 12px 16px;
}

.rto-form-alert--success {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.rto-form-alert--error {
    background: #fef2f2;
    border-color: #fecaca;
}

.rto-form-empty {
    background: #fafafa;
}

.rto-form-note {
    color: #777777;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.rto-form-errors {
    color: #b91c1c;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    padding-left: 18px;
}

.contact-form-box #comment-form input[type="email"],
.contact-form-box #comment-form input[type="url"] {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    color: #333333;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    margin: 0 0 16px;
    outline: none;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.contact-form-box #comment-form input[type="email"]:focus,
.contact-form-box #comment-form input[type="url"]:focus {
    border: 1px solid #f44336;
}

@media (max-width: 767px) {
    .rto-comment-list,
    .rto-comment-form-wrap {
        padding: 18px;
    }

    .rto-comment-children {
        margin-left: 0;
    }
}

.rto-preview-panel,
.rto-preview-topic-row {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 26px;
    box-shadow: 0 18px 46px -36px rgba(0, 0, 0, 0.35);
    padding: 32px;
}

.rto-preview-panel-centered {
    text-align: center;
}

.rto-preview-eyebrow,
.rto-preview-metric-label {
    color: #999999;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    margin: 0;
    text-transform: uppercase;
}

.rto-preview-code {
    color: #111111;
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
}

.rto-preview-title {
    color: #111111;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 18px 0 0;
}

.rto-preview-title-lg {
    font-size: 38px;
}

.rto-preview-text,
.rto-preview-topic-text {
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    margin: 18px 0 0;
}

.rto-preview-text-centered {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.rto-preview-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 28px;
}

.rto-preview-pill {
    background: #111111;
    border-radius: 999px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-top: 28px;
    padding: 12px 22px;
}

.rto-preview-section-gap {
    margin-top: 40px;
}

.rto-preview-metric-grid {
    margin-top: 28px;
}

.rto-preview-metric {
    background: #f8f8f8;
    border-radius: 22px;
    padding: 20px 18px;
}

.rto-preview-metric-inline {
    min-width: 140px;
    text-align: right;
}

.rto-preview-metric-value {
    color: #111111;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin: 10px 0 0;
}

.rto-preview-stack > * + * {
    margin-top: 18px;
}

.rto-preview-topic-main {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.rto-preview-topic-title {
    color: #111111;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.rto-preview-topic-title a {
    color: inherit;
}

.rto-preview-topic-tags {
    margin-top: 18px;
}

.rto-preview-topic-image {
    border-radius: 18px;
    display: block;
    height: 170px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 767px) {
    .rto-preview-panel,
    .rto-preview-topic-row {
        padding: 22px;
    }

    .rto-preview-code {
        font-size: 54px;
    }

    .rto-preview-title {
        font-size: 25px;
    }

    .rto-preview-title-lg {
        font-size: 30px;
    }

    .rto-preview-topic-main {
        display: block;
    }

    .rto-preview-metric-inline {
        margin-top: 18px;
        text-align: left;
    }
}

.rto-home-variant-home3 .grid-box .image-slider .news-post.image-post > img,
.rto-home-variant-home5 .big-slider .news-post.image-post2 .post-gallery img {
    height: 420px;
    object-fit: cover;
    width: 100%;
}

.rto-home-variant-home5 .big-slider .news-post.image-post2 .post-gallery,
.rto-home-variant-home5 .news-post.image-post2 .post-gallery,
.rto-home-variant-home6 .news-post.image-post2 .post-gallery,
.rto-home-variant-home6 .news-post.standard-post .post-gallery,
.rto-home-variant-home6 .news-post.standard-post3 .post-gallery {
    aspect-ratio: auto;
}

.rto-home-variant-home2 .news-post.image-post2 .post-gallery img,
.rto-home-variant-home3 .news-post.image-post2 .post-gallery img,
.rto-home-variant-home4 .news-post.image-post2 .post-gallery img,
.rto-home-variant-home5 .news-post.image-post2 .post-gallery img,
.rto-home-variant-home6 .news-post.image-post2 .post-gallery img {
    height: 235px;
    object-fit: cover;
    width: 100%;
}

.rto-home-variant-home2 .video-post img,
.rto-video-page .video-post img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.rto-home-variant-home4 .heading-news3 .news-post.image-post2 .post-gallery img {
    height: 280px;
}

.rto-home-variant-home4 .news-post.standard-post .post-gallery img,
.rto-home-variant-home6 .news-post.standard-post .post-gallery img {
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.rto-home-variant-home4 .flickr-list,
.rto-home-variant-home4 .flickr-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rto-home-variant-home4 .flickr-list {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rto-home-variant-home4 .flickr-list img {
    display: block;
    height: 72px;
    object-fit: cover;
    width: 100%;
}

.rto-home-variant-home5 .list-line-posts .list-post img {
    height: 82px;
    object-fit: cover;
    width: 82px;
}

.rto-home-variant-home5 .large-post .post-gallery > img,
.rto-home-variant-home5 .large-post .bxslider img,
.rto-home-variant-home5 .very-large-post .post-gallery > img,
.rto-home-variant-home5 .very-large-post .post-gallery .slider-call img,
.rto-home-variant-home5 .very-large-post .post-gallery iframe {
    height: 420px;
    object-fit: cover;
    width: 100%;
}

.rto-home-variant-home5 .very-large-post .post-gallery .group-image a {
    overflow: hidden;
}

.rto-home-variant-home5 .very-large-post .post-gallery .group-image a img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.rto-home-variant-home5 .very-large-post .post-gallery #bx-pager img {
    height: 70px;
    object-fit: cover;
}

.rto-home-variant-home6 .heading-news4 .news-post.image-post4 .post-gallery img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.rto-home-variant-home6 .block-content.non-sidebar .news-post.image-post2 .post-gallery img {
    height: 300px;
}

.rto-home-variant-home6 .latest-videos-section .videoembed {
    height: 430px;
    width: 100%;
}

.rto-home-variant-home6 #bx-pager img {
    height: 66px;
    object-fit: cover;
    width: 94px;
}

.rto-home-variant-home6 .news-post.standard-post3 .post-gallery img {
    height: 210px;
    object-fit: cover;
    width: 100%;
}

.rto-home-variant-home2 .recent-comments-widget .comment-list img {
    border-radius: 50%;
    height: 58px;
    object-fit: cover;
    width: 58px;
}

.rto-video-page .grid-box .row + .row,
.rto-home-variant-home2 .grid-box .row + .row {
    margin-top: 30px;
}

.rto-video-page .sidebar .widget + .widget {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .rto-home-variant-home2 .heading-news2 .image-slider .news-post.image-post > img,
    .rto-home-variant-home3 .grid-box .image-slider .news-post.image-post > img,
    .rto-home-variant-home5 .big-slider .news-post.image-post2 .post-gallery img,
    .rto-home-variant-home5 .large-post .post-gallery > img,
    .rto-home-variant-home5 .large-post .bxslider img,
    .rto-home-variant-home5 .very-large-post .post-gallery > img,
    .rto-home-variant-home5 .very-large-post .post-gallery .slider-call img,
    .rto-home-variant-home5 .very-large-post .post-gallery iframe,
    .rto-home-variant-home6 .latest-videos-section .videoembed {
        height: 320px;
    }

    .rto-home-variant-home4 .heading-news3 .news-post.image-post2 .post-gallery img {
        height: 240px;
    }

    .rto-home-variant-home6 .block-content.non-sidebar .news-post.image-post2 .post-gallery img {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .rto-home-variant-home3 .grid-box .image-slider .news-post.image-post > img,
    .rto-home-variant-home2 .news-post.image-post2 .post-gallery img,
    .rto-home-variant-home3 .news-post.image-post2 .post-gallery img,
    .rto-home-variant-home4 .news-post.image-post2 .post-gallery img,
    .rto-home-variant-home5 .news-post.image-post2 .post-gallery img,
    .rto-home-variant-home6 .news-post.image-post2 .post-gallery img,
    .rto-home-variant-home2 .video-post img,
    .rto-video-page .video-post img,
    .rto-home-variant-home4 .heading-news3 .news-post.image-post2 .post-gallery img,
    .rto-home-variant-home4 .news-post.standard-post .post-gallery img,
    .rto-home-variant-home6 .news-post.standard-post .post-gallery img,
    .rto-home-variant-home5 .large-post .post-gallery > img,
    .rto-home-variant-home5 .large-post .bxslider img,
    .rto-home-variant-home5 .very-large-post .post-gallery > img,
    .rto-home-variant-home5 .very-large-post .post-gallery .slider-call img,
    .rto-home-variant-home5 .very-large-post .post-gallery iframe,
    .rto-home-variant-home6 .heading-news4 .news-post.image-post4 .post-gallery img,
    .rto-home-variant-home6 .latest-videos-section .videoembed,
    .rto-home-variant-home6 .news-post.standard-post3 .post-gallery img {
        height: 220px;
    }

    .rto-home-variant-home6 .block-content.non-sidebar .news-post.image-post2 .post-gallery img {
        height: 220px;
    }

    .rto-home-variant-home4 .flickr-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.rto-home-variant-home2 .heading-news2 .heading-news-box > .news-post.image-post,
.rto-news-page .heading-news2 .heading-news-box > .news-post.image-post {
    aspect-ratio: 293 / 245;
    overflow: hidden;
}

.rto-home-variant-home2 .heading-news2 .heading-news-box .image-slider.snd-size .news-post.image-post,
.rto-news-page .heading-news2 .heading-news-box .image-slider.snd-size .news-post.image-post {
    aspect-ratio: 586 / 490;
}

.rto-home-variant-home2 .heading-news2 .heading-news-box .news-post.image-post > img,
.rto-news-page .heading-news2 .heading-news-box .news-post.image-post > img {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

.rto-news-page .block-wrapper,
.rto-news-page footer {
    contain-intrinsic-size: 1000px;
    content-visibility: auto;
}

.rto-news-page .block-wrapper .grid-box,
.rto-news-page .sidebar .widget,
.rto-news-page .footer-widgets-part,
.rto-news-page .footer-last-line {
    contain-intrinsic-size: 360px;
    content-visibility: auto;
}

/* ══════════════════════════════════════════════════════════════════════
   News-page category strip sections
══════════════════════════════════════════════════════════════════════ */
.rto-news-strips-wrapper {
    background: #f4f6f8;
    border-top: 3px solid #e11d48;
    padding: 28px 0 8px;
}
.rto-news-strip-row {
    margin-bottom: 20px;
}
.rto-news-strip-row-2 {
    border-top: 1px solid #dde1e7;
    padding-top: 20px;
    margin-top: 4px;
}
.rto-strip-col {
    background: #fff;
    border-top: 3px solid #e11d48;
    padding: 14px 14px 6px;
    margin-bottom: 20px;
    min-height: 230px;
}
.rto-strip-col-header {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.rto-strip-col-header h2 {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
    color: #1a1a1a;
}
.rto-strip-more {
    font-size: 11px;
    font-weight: 700;
    color: #e11d48 !important;
    white-space: nowrap;
    text-decoration: none;
}
.rto-strip-more:hover {
    text-decoration: underline;
}
.rto-strip-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rto-strip-list li {
    display: -webkit-box;
    display: flex;
    gap: 8px;
    padding: 7px 0;
    border-bottom: 1px solid #f5f5f5;
    -webkit-box-align: start;
    align-items: flex-start;
}
.rto-strip-list li:last-child {
    border-bottom: none;
}
.rto-strip-list li.rto-strip-empty {
    color: #9ca3af;
    font-size: 12px;
    display: block;
    padding: 12px 0;
}
.rto-strip-thumb {
    display: block;
    -webkit-box-flex: 0;
    flex-shrink: 0;
}
.rto-strip-thumb img {
    width: 64px;
    height: 52px;
    object-fit: cover;
    display: block;
}
.rto-strip-body {
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 0;
}
.rto-strip-body h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 4px;
}
.rto-strip-body h3 a {
    color: #1a1a1a;
    text-decoration: none;
}
.rto-strip-body h3 a:hover {
    color: #e11d48;
}
.rto-strip-date {
    color: #9ca3af;
    font-size: 11px;
}
.rto-strip-date .fa {
    margin-right: 3px;
}

/* ══════════════════════════════════════════════════════════════════════
   News-page sidebar: category mini-feeds with circular thumbnails
══════════════════════════════════════════════════════════════════════ */
.rto-news-sidebar-cats .rto-sidebar-cat-block {
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: 3px solid #e11d48;
    padding: 12px 14px 6px;
    margin-bottom: 18px;
}
.rto-news-sidebar-cats .rto-sidebar-cat-block .widget-title {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1a1a1a;
    margin: 0;
}
.rto-news-sidebar-cats .rto-sidebar-cat-block ul {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
.rto-news-sidebar-cats .rto-sidebar-cat-block ul li {
    display: -webkit-box;
    display: flex;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid #f5f5f5;
    -webkit-box-align: center;
    align-items: center;
}
.rto-news-sidebar-cats .rto-sidebar-cat-block ul li:last-child {
    border-bottom: none;
}
.rto-news-sidebar-cats .rto-sidebar-cat-block ul li > a {
    display: block;
    -webkit-box-flex: 0;
    flex-shrink: 0;
}
.rto-news-sidebar-cats .rto-sidebar-cat-block ul li img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.rto-news-sidebar-cats .rto-sb-cat-body {
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 0;
}
.rto-news-sidebar-cats .rto-sb-cat-body h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 3px;
}
.rto-news-sidebar-cats .rto-sb-cat-body h3 a {
    color: #1a1a1a;
    text-decoration: none;
}
.rto-news-sidebar-cats .rto-sb-cat-body h3 a:hover {
    color: #e11d48;
}
.rto-news-sidebar-cats .rto-sb-cat-date {
    color: #9ca3af;
    font-size: 11px;
}
.rto-news-sidebar-cats .rto-sb-cat-date .fa {
    margin-right: 3px;
}

/* ══════════════════════════════════════════════════════════════════════
   Northern Ghana Regional Highlights – tabbed section
══════════════════════════════════════════════════════════════════════ */
.rto-regional-highlights {
    background: #f0f4f8;
    border-top: 1px solid #dde1e7;
    padding: 32px 0 16px;
}
.rto-regional-header {
    margin-bottom: 18px;
    text-align: center;
}
.rto-regional-title {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #1a1a1a;
    margin: 0 auto;
    padding: 0 0 10px;
    display: inline-block;
    border-left: none;
    border-bottom: 3px solid #e11d48;
}

/* Tab nav */
.rto-region-tabs {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    -webkit-box-pack: center;
    justify-content: center;
}
.rto-region-tab {
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
    color: #4b5563;
    border: 2px solid #dde1e7;
    transition: background 0.18s, color 0.18s, border-color 0.18s;
    -webkit-user-select: none;
    user-select: none;
}
.rto-region-tab:hover {
    background: var(--rto-tab-accent, #e11d48);
    color: #fff;
    border-color: var(--rto-tab-accent, #e11d48);
}
.rto-region-tab.is-active {
    background: var(--rto-tab-accent, #e11d48);
    color: #fff;
    border-color: var(--rto-tab-accent, #e11d48);
}

/* Tab panels */
.rto-region-panel {
    display: none;
}
.rto-region-panel.is-active {
    display: block;
}
.rto-regional-empty {
    color: #9ca3af;
    font-size: 13px;
    padding: 20px 0;
}

/* Columns */
.rto-regional-col {
    background: #fff;
    border-top: 3px solid var(--rto-tab-accent, #e11d48);
    padding: 12px 12px 8px;
    margin-bottom: 20px;
}
.rto-regional-col-header {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.rto-regional-col-header h3 {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}
.rto-regional-col-header h3 a {
    text-decoration: none;
}
.rto-regional-col-header h3 a:hover {
    text-decoration: underline;
}

/* Article list with circular images */
.rto-regional-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rto-regional-list li {
    display: -webkit-box;
    display: flex;
    gap: 9px;
    padding: 7px 0;
    border-bottom: 1px solid #f5f5f5;
    -webkit-box-align: center;
    align-items: center;
}
.rto-regional-list li:last-child {
    border-bottom: none;
}
.rto-regional-thumb {
    display: block;
    -webkit-box-flex: 0;
    flex-shrink: 0;
}
.rto-regional-thumb img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 2px solid #f0f0f0;
}
.rto-regional-body {
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 0;
}
.rto-regional-body h4 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 3px;
}
.rto-regional-body h4 a {
    color: #1a1a1a;
    text-decoration: none;
}
.rto-regional-body h4 a:hover {
    color: var(--rto-tab-accent, #e11d48);
}
.rto-regional-date {
    color: #9ca3af;
    font-size: 11px;
}
.rto-regional-date .fa {
    margin-right: 3px;
}

/* Newsletter subscribe notice */
.rto-newsletter-notice {
    background: #d1fae5;
    color: #065f46;
    border-radius: 4px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
