/*
Theme Name: Hot Oglasnik – premium oglasi
Theme URI: https://www.radiustheme.com/downloads/clclassified-classified-ads-wordpress-theme/
Template: cl-classified
Author: RadiusTheme
Author URI: https://www.radiustheme.com
Description: CLClassified is a clean and modern WordPress Theme best suited for Classified Listing. This theme comes with all necessary features and pages for a Classified Listing website.
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-colors,custom-menu,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,blog
Version: 1.9.0
Updated: 2023-04-04 20:03:10

*/


/* Single listing compact layout */
.rtcl-single-listing .rtcl-listing-details,.rtcl-single-listing .rtcl-details{max-width:900px;margin:0 auto}.rtcl-single-listing .rtcl-content,.rtcl-single-listing .entry-content{line-height:1.8;font-size:17px}.rtcl-single-listing .rtcl-listing-details>*,.rtcl-single-listing .rtcl-details>*{margin-bottom:24px}.rtcl-sidebar{position:sticky;top:20px}

/* Hot Oglasnik — kompaktan prikaz pojedinačnog oglasa (v3) */
body.single-rtcl_listing .rtcl-content-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

body.single-rtcl_listing .rtcl-content-wrapper > #primary.main-content,
body.single-rtcl_listing #primary.main-content {
    display: block !important;
    width: 100% !important;
    max-width: 980px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.single-rtcl_listing #primary > .rtcl-listing-item > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    align-items: flex-start !important;
}

body.single-rtcl_listing #primary > .rtcl-listing-item > .row > .col-md-9.listing-content {
    flex: 0 0 66.666667% !important;
    width: 66.666667% !important;
    max-width: 66.666667% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

body.single-rtcl_listing #primary > .rtcl-listing-item > .row > .col-md-3 {
    flex: 0 0 33.333333% !important;
    width: 33.333333% !important;
    max-width: 33.333333% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

body.single-rtcl_listing #rtcl-slider-wrapper,
body.single-rtcl_listing .rtcl-single-listing-details,
body.single-rtcl_listing .rtcl-main-content-wrapper,
body.single-rtcl_listing .rtcl-listing-description {
    width: 100% !important;
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.single-rtcl_listing #rtcl-slider-wrapper .swiper-slide,
body.single-rtcl_listing #rtcl-slider-wrapper .rtcl-slider-item {
    text-align: center !important;
}

body.single-rtcl_listing #rtcl-slider-wrapper img.rtcl-responsive-img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 620px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

body.single-rtcl_listing #primary > .rtcl-listing-item > .row > .col-md-3 {
    position: sticky !important;
    top: 24px !important;
}

@media (max-width: 767px) {
    body.single-rtcl_listing .rtcl-content-wrapper > #primary.main-content,
    body.single-rtcl_listing #primary.main-content {
        max-width: 680px !important;
    }

    body.single-rtcl_listing #primary > .rtcl-listing-item > .row > .col-md-9.listing-content,
    body.single-rtcl_listing #primary > .rtcl-listing-item > .row > .col-md-3 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        position: static !important;
    }

    body.single-rtcl_listing #primary > .rtcl-listing-item > .row > .col-md-3 {
        margin-top: 24px !important;
    }
}

/* =========================================================
   HOT OGLASNIK — PREMIUM SINGLE LISTING v2
   ========================================================= */
body.single-rtcl_listing {
    background: #f7f8fa;
}
body.single-rtcl_listing .rtcl-content-wrapper > #primary.main-content,
body.single-rtcl_listing #primary.main-content {
    max-width: 1080px !important;
}
body.single-rtcl_listing .hog-premium-single {
    width: 100%;
}
body.single-rtcl_listing .hog-listing-hero {
    position: relative;
    overflow: hidden;
    margin: 8px 0 24px;
    padding: 28px 32px;
    border: 1px solid #f0d9d8;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff 0%, #fff7f6 100%);
    box-shadow: 0 12px 35px rgba(34, 24, 24, .07);
}
body.single-rtcl_listing .hog-listing-hero:after {
    content: "";
    position: absolute;
    right: -55px;
    top: -65px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(249, 66, 58, .08);
}
body.single-rtcl_listing .hog-listing-kicker {
    display: inline-block;
    margin-bottom: 7px;
    color: #f9423a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
body.single-rtcl_listing .hog-listing-title {
    position: relative;
    z-index: 1;
    margin: 0 0 13px;
    color: #222;
    font-size: clamp(29px, 4vw, 42px);
    line-height: 1.15;
}
body.single-rtcl_listing .hog-listing-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
body.single-rtcl_listing .hog-listing-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border: 1px solid #eadfdf;
    border-radius: 999px;
    background: #fff;
    color: #5a5151;
    font-size: 14px;
    font-weight: 700;
}
body.single-rtcl_listing .hog-listing-meta-pill i {
    color: #f9423a;
}
body.single-rtcl_listing .hog-location-pill {
    border-color: #ffd0cd;
    color: #3e3535;
}
body.single-rtcl_listing .hog-listing-layout {
    align-items: flex-start !important;
}
body.single-rtcl_listing .hog-listing-card {
    margin-bottom: 22px;
    padding: 25px;
    border: 1px solid #e9e9ec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 30px rgba(26, 28, 32, .06);
}
body.single-rtcl_listing .hog-gallery-card {
    padding: 12px;
    overflow: hidden;
}
body.single-rtcl_listing .hog-gallery-card #rtcl-slider-wrapper {
    margin-bottom: 0 !important;
    border-radius: 12px;
    overflow: hidden;
}
body.single-rtcl_listing .hog-gallery-card img.rtcl-responsive-img {
    border-radius: 11px;
}
body.single-rtcl_listing .rtcl-single-listing-details .rtcl-listing-title {
    display: none !important;
}
body.single-rtcl_listing .rtcl-single-listing-details .rtcl-listing-meta:empty,
body.single-rtcl_listing .rtcl-single-listing-details .rtcl-listing-meta:not(:has(*)) {
    display: none !important;
}
body.single-rtcl_listing .hog-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f0ecec;
    color: #292323;
    font-size: 22px;
    line-height: 1.3;
}
body.single-rtcl_listing .hog-section-title i {
    color: #f9423a;
    font-size: 18px;
}
body.single-rtcl_listing .hog-description-card .rtcl-listing-description {
    max-width: none !important;
    color: #494343;
    font-size: 17px;
    line-height: 1.85;
}
body.single-rtcl_listing .hog-description-card .rtcl-listing-description p:last-child {
    margin-bottom: 0;
}
body.single-rtcl_listing .hog-location-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 17px;
    padding: 14px 16px;
    border-radius: 11px;
    background: #fff5f4;
}
body.single-rtcl_listing .hog-location-detail span {
    color: #766d6d;
    font-size: 14px;
    font-weight: 700;
}
body.single-rtcl_listing .hog-location-detail strong {
    color: #292323;
    font-size: 16px;
}
body.single-rtcl_listing .hog-location-detail i {
    margin-right: 5px;
    color: #f9423a;
}
body.single-rtcl_listing .hog-details-card .rtcl-custom-fields-list,
body.single-rtcl_listing .hog-details-card .rtcl-listing-custom-fields {
    margin: 0;
}
body.single-rtcl_listing #primary > .hog-premium-single > .row > .col-md-3,
body.single-rtcl_listing #primary > .hog-premium-single > .hog-listing-layout > .col-md-3 {
    position: sticky !important;
    top: 24px !important;
}
body.single-rtcl_listing #primary > .hog-premium-single > .hog-listing-layout > .col-md-3 > * {
    border-radius: 16px;
    box-shadow: 0 9px 30px rgba(26, 28, 32, .06);
}
body.single-rtcl_listing .rtcl-single-actions {
    padding: 14px 0 5px;
}

@media (max-width: 767px) {
    body.single-rtcl_listing .hog-listing-hero {
        margin-top: 0;
        padding: 22px 20px;
        border-radius: 14px;
    }
    body.single-rtcl_listing .hog-listing-title {
        font-size: 30px;
    }
    body.single-rtcl_listing .hog-listing-card {
        padding: 19px;
        border-radius: 14px;
    }
    body.single-rtcl_listing .hog-gallery-card {
        padding: 8px;
    }
    body.single-rtcl_listing .hog-location-detail {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}

/* =========================================================
   HOT OGLASNIK — UREDNIJI DETALJI OGLASA v3
   ========================================================= */
body.single-rtcl_listing .hog-details-card .rtcl-single-custom-fields {
    margin: 0 !important;
}

body.single-rtcl_listing .hog-details-card .rtcl-widget-title2 {
    margin: 26px 0 14px !important;
}

body.single-rtcl_listing .hog-details-card .rtcl-widget-title2 h3 {
    margin: 0 !important;
    padding: 0 0 12px !important;
    border-bottom: 2px solid #f9423a !important;
    color: #292323 !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
}

body.single-rtcl_listing .hog-details-card ul.custom-field-properties {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none !important;
}

body.single-rtcl_listing .hog-details-card ul.custom-field-properties > li.list-group-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    min-height: 92px !important;
    margin: 0 !important;
    padding: 16px 17px !important;
    border: 1px solid #eee5e5 !important;
    border-radius: 12px !important;
    background: #fffafa !important;
    box-shadow: none !important;
    line-height: 1.5 !important;
    overflow-wrap: anywhere !important;
}

body.single-rtcl_listing .hog-details-card .custom-field-properties .cfp-label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 7px !important;
    color: #342d2d !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

body.single-rtcl_listing .hog-details-card .custom-field-properties .cfp-label > span {
    display: inline !important;
}

body.single-rtcl_listing .hog-details-card .custom-field-properties .cfp-value,
body.single-rtcl_listing .hog-details-card .custom-field-properties .text-muted {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #6e6666 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    white-space: normal !important;
}

body.single-rtcl_listing .hog-details-card .custom-field-properties > li:has(.cfp-value:only-child),
body.single-rtcl_listing .hog-details-card .custom-field-properties > li.rtcl-field-checkbox {
    justify-content: center !important;
}

@media (max-width: 991px) {
    body.single-rtcl_listing .hog-details-card ul.custom-field-properties {
        grid-template-columns: 1fr !important;
    }

    body.single-rtcl_listing .hog-details-card ul.custom-field-properties > li.list-group-item {
        min-height: 0 !important;
    }
}


/* =========================================================
   HOT OGLASNIK — FINO UGLAĐIVANJE SINGLE OGLASA v1.4
   Bez izmjene URL-ova, taksonomija ili postojećih linkova.
   ========================================================= */
body.single-rtcl_listing .hog-listing-hero {
    padding: 34px 40px 32px !important;
    margin-bottom: 30px !important;
}

body.single-rtcl_listing .hog-listing-kicker {
    margin-bottom: 12px !important;
    font-size: 13px !important;
}

body.single-rtcl_listing .hog-listing-title {
    margin-bottom: 20px !important;
}

body.single-rtcl_listing .hog-listing-meta-row {
    gap: 12px !important;
}

body.single-rtcl_listing .hog-listing-meta-pill {
    min-height: 46px !important;
    padding: 10px 16px !important;
    font-size: 15px !important;
}

body.single-rtcl_listing .hog-listing-layout {
    row-gap: 28px !important;
}

body.single-rtcl_listing .hog-listing-card {
    margin-bottom: 28px !important;
    padding: 28px !important;
}

body.single-rtcl_listing .hog-section-title {
    margin-bottom: 22px !important;
    padding-bottom: 15px !important;
}

/* Grad u detaljima — više prostora i jasnija hijerarhija */
body.single-rtcl_listing .hog-location-detail {
    margin-bottom: 24px !important;
    padding: 17px 19px !important;
    border: 1px solid #f5d7d5 !important;
}

body.single-rtcl_listing .hog-location-detail span {
    font-size: 13px !important;
    letter-spacing: .035em !important;
    text-transform: uppercase !important;
}

body.single-rtcl_listing .hog-location-detail strong {
    font-size: 17px !important;
}

/* Uvjeti / prilagođena polja — dvije prozračne kolone */
body.single-rtcl_listing .hog-details-card .rtcl-widget-title2 {
    margin: 30px 0 18px !important;
}

body.single-rtcl_listing .hog-details-card .rtcl-widget-title2 h3 {
    display: inline-block !important;
    width: 100% !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #eadfdf !important;
    position: relative !important;
}

body.single-rtcl_listing .hog-details-card .rtcl-widget-title2 h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 4px;
    border-radius: 4px;
    background: #f9423a;
}

body.single-rtcl_listing .hog-details-card ul.custom-field-properties {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

body.single-rtcl_listing .hog-details-card ul.custom-field-properties > li.list-group-item {
    min-height: 112px !important;
    padding: 19px 20px !important;
    border-color: #f0e3e3 !important;
    border-radius: 14px !important;
    background: linear-gradient(145deg, #fffafa 0%, #ffffff 100%) !important;
    box-shadow: 0 7px 20px rgba(44, 31, 31, .045) !important;
}

body.single-rtcl_listing .hog-details-card .custom-field-properties .cfp-label {
    margin-bottom: 10px !important;
    color: #2f2929 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

body.single-rtcl_listing .hog-details-card .custom-field-properties .cfp-value,
body.single-rtcl_listing .hog-details-card .custom-field-properties .text-muted {
    color: #746b6b !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

/* Osigurava razmak i kada plugin ispiše labelu i vrijednost bez urednih spanova */
body.single-rtcl_listing .hog-details-card ul.custom-field-properties > li.list-group-item > * + * {
    margin-top: 7px !important;
}

body.single-rtcl_listing .hog-description-card .rtcl-listing-description {
    font-size: 17px !important;
    line-height: 1.9 !important;
}

@media (max-width: 767px) {
    body.single-rtcl_listing .hog-listing-hero {
        padding: 25px 21px 24px !important;
        margin-bottom: 22px !important;
    }

    body.single-rtcl_listing .hog-listing-title {
        margin-bottom: 17px !important;
    }

    body.single-rtcl_listing .hog-listing-meta-row {
        gap: 9px !important;
    }

    body.single-rtcl_listing .hog-listing-meta-pill {
        min-height: 42px !important;
        padding: 9px 13px !important;
        font-size: 14px !important;
    }

    body.single-rtcl_listing .hog-listing-card {
        margin-bottom: 22px !important;
        padding: 21px !important;
    }

    body.single-rtcl_listing .hog-details-card ul.custom-field-properties {
        grid-template-columns: 1fr !important;
        gap: 13px !important;
    }

    body.single-rtcl_listing .hog-details-card ul.custom-field-properties > li.list-group-item {
        min-height: 0 !important;
        padding: 17px 18px !important;
    }
}


/* =========================================================
   HOT OGLASNIK 1.5 — Uvjeti, stvarne klase plugina
   Namjerno nije vezano za .hog-details-card jer plugin
   prilagođena polja ispisuje kao zaseban blok.
   ========================================================= */
body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields {
    display: block !important;
    width: 100% !important;
    margin: 34px 0 30px !important;
    padding: 28px !important;
    background: #fff !important;
    border: 1px solid #eee2e2 !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 30px rgba(34, 24, 24, .06) !important;
}
body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields .rtcl-widget-title2 {
    margin: 0 0 20px !important;
    padding: 0 !important;
}
body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields .rtcl-widget-title2 h3 {
    margin: 0 !important;
    padding: 0 0 15px !important;
    border-bottom: 1px solid #eee3e3 !important;
    color: #292424 !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
}
body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields ul.custom-field-properties {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: 0 !important;
}
body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields ul.custom-field-properties > li.list-group-item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    min-width: 0 !important;
    min-height: 118px !important;
    margin: 0 !important;
    padding: 20px 22px !important;
    overflow: hidden !important;
    background: #fffafa !important;
    border: 1px solid #f0e3e3 !important;
    border-radius: 15px !important;
    box-shadow: 0 6px 18px rgba(42, 28, 28, .045) !important;
}
body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields .cfp-label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 11px !important;
    color: #322c2c !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}
body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields .cfp-label > span {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}
body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields .cfp-value,
body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields .text-muted {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #756c6c !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}
@media (max-width: 767px) {
    body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields {
        margin: 25px 0 !important;
        padding: 20px !important;
        border-radius: 15px !important;
    }
    body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields ul.custom-field-properties {
        grid-template-columns: 1fr !important;
        gap: 13px !important;
    }
    body.single-rtcl_listing .hog-premium-single .rtcl-single-custom-fields ul.custom-field-properties > li.list-group-item {
        min-height: 0 !important;
        padding: 18px !important;
    }
}


/* Hot Oglasnik 1.6: klikabilne lokacija i kategorija bez menjanja URL strukture */
.single-rtcl_listing .hog-listing-meta-row a.hog-listing-meta-pill {
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.single-rtcl_listing .hog-listing-meta-row a.hog-listing-meta-pill:hover,
.single-rtcl_listing .hog-listing-meta-row a.hog-listing-meta-pill:focus-visible {
    transform: translateY(-2px);
    border-color: #ff4038;
    box-shadow: 0 8px 20px rgba(249,66,58,.13);
    outline: none;
}
.single-rtcl_listing .hog-location-detail strong a {
    color: inherit;
    text-decoration: none;
}
.single-rtcl_listing .hog-location-detail strong a:hover {
    color: var(--rtcl-primary-color, #f9423a);
}


/* =========================================================
   HOT OGLASNIK 1.7 — kompaktne arhive gradova i kategorija
   Ne menja linkove, taksonomije ni logiku plugina.
   ========================================================= */
body.tax-rtcl_location .rtcl-content-wrapper,
body.tax-rtcl_category .rtcl-content-wrapper,
body.post-type-archive-rtcl_listing .rtcl-content-wrapper {
    width: calc(100% - 32px) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

body.tax-rtcl_location .rtcl-content-wrapper > #primary.main-content,
body.tax-rtcl_category .rtcl-content-wrapper > #primary.main-content,
body.post-type-archive-rtcl_listing .rtcl-content-wrapper > #primary.main-content {
    min-width: 0 !important;
    max-width: 100% !important;
}

/* Ako nema sidebara, sadržaj ne sme ponovo da se razvuče preko celog ekrana. */
body.tax-rtcl_location .rtcl-content-wrapper > #primary.main-content:only-child,
body.tax-rtcl_category .rtcl-content-wrapper > #primary.main-content:only-child,
body.post-type-archive-rtcl_listing .rtcl-content-wrapper > #primary.main-content:only-child {
    width: 100% !important;
    flex: 0 0 100% !important;
}

/* Naslov, opis, filteri, lista oglasa i paginacija prate istu širinu. */
body.tax-rtcl_location .rtcl-listing-header,
body.tax-rtcl_location .rtcl-listings-actions,
body.tax-rtcl_location .rtcl-listings,
body.tax-rtcl_location .rtcl-pagination,
body.tax-rtcl_category .rtcl-listing-header,
body.tax-rtcl_category .rtcl-listings-actions,
body.tax-rtcl_category .rtcl-listings,
body.tax-rtcl_category .rtcl-pagination,
body.post-type-archive-rtcl_listing .rtcl-listing-header,
body.post-type-archive-rtcl_listing .rtcl-listings-actions,
body.post-type-archive-rtcl_listing .rtcl-listings,
body.post-type-archive-rtcl_listing .rtcl-pagination {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

@media (min-width: 1200px) {
    body.tax-rtcl_location .rtcl-content-wrapper,
    body.tax-rtcl_category .rtcl-content-wrapper,
    body.post-type-archive-rtcl_listing .rtcl-content-wrapper {
        width: calc(100% - 64px) !important;
    }
}

@media (max-width: 767px) {
    body.tax-rtcl_location .rtcl-content-wrapper,
    body.tax-rtcl_category .rtcl-content-wrapper,
    body.post-type-archive-rtcl_listing .rtcl-content-wrapper {
        width: calc(100% - 24px) !important;
    }
}

/* Hrvatska pretraga: uredni prijedlozi i pretraga bez kvačica */
.hog-search-suggestions {
    position: absolute;
    z-index: 99999;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    max-height: 360px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    box-shadow: 0 16px 38px rgba(23, 33, 52, .18);
    padding: 7px;
}
.hog-search-suggestions[hidden] { display: none !important; }
.hog-search-suggestions a,
.hog-search-empty {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: #4e5665 !important;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none !important;
}
.hog-search-suggestions a:hover,
.hog-search-suggestions a:focus {
    color: #fff !important;
    background: var(--rtcl-primary-color, #f9423a);
}
.hog-search-empty { color: #8a909b; }
/* Sakrij stari plugin autocomplete samo za glavno keyword polje. */
.cl-classified-listing-search-form .ui-autocomplete { display: none !important; }
