.main-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.mobile-header-search {
    display: none !important;
}

.classima-ad.ad-header-top {
    margin-bottom: 30px;
}

.classima-ad.ad-header-top img {
    display: block;
    width: 100%;
    height: auto;
}

.rtcl-list-view > .listing-list-each {
    margin-bottom: 30px;
}

.rtin-slider-box img {
    width: 100%;
    height: auto;
}

.classified-seller-info .rtin-phone .numbers {
    display: block;
    font-weight: 600;
}

.elementor-shortcode .wpcf7 p {
    margin-bottom: 12px;
}

.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
}

.elementor-329 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    background: #f2f3f5;
    border: 0;
    box-shadow: none;
}

.elementor-329 .wpcf7-form .wpcf7-submit {
    width: auto;
    min-width: 82px;
    height: 36px;
    line-height: 36px;
    padding: 0 26px;
    border: 0;
}

.page-id-329 #post-329 .rt-el-contact ul li i {
    color: #00bf63;
}

.elementor-802 .rt-el-listing-cat-box .rtin-item-wrap {
    margin-bottom: 24px;
}

.listing-archive-description {
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #646464;
    margin-bottom: 18px;
    padding: 14px 18px;
}

.site-content .content-area.classima-listing-single {
    padding: 30px 0;
}

.single-rtcl_listing #primary .main-breadcrumb {
    margin-top: 0;
    color: #9e9e9e;
    font-size: 16px;
}

.single-rtcl_listing #primary .main-breadcrumb a {
    color: #9e9e9e;
}

.single-rtcl_listing #primary .row {
    margin-top: 20px;
}

.classima-listing-single .classima-top-meta {
    margin: 18px 0 8px;
}

.classima-listing-single .classima-top-meta p {
    margin: 0 0 10px;
    color: #646464;
}

.classima-listing-single .classima-top-meta .rtin-label {
    color: #212121;
    font-weight: 700;
    margin-right: 6px;
}

.classima-listing-single .classima-listing-single-sidebar .rtin-email {
    display: none;
}

.classima-listing-single .classima-listing-single-sidebar .rtin-phone-hint {
    color: #8a8f98;
    font-size: 14px;
    line-height: 1.55;
    margin-top: 8px;
}

/* contact page redesigned — elementor overrides no longer needed */

/* ── Job filters widget on category sidebar ── */
.sidebar-widget-area .job-filters-widget form {
    padding: 20px;
}

.sidebar-widget-area .job-filters-widget label {
    display: block;
    font-weight: 600;
    color: #222222;
    font-size: 14px;
    margin-bottom: 6px;
}

.sidebar-widget-area .job-filters-widget .form-control,
.sidebar-widget-area .job-filters-widget .form-control-sm {
    color: #333333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    padding: 6px 10px;
    height: auto;
}

.sidebar-widget-area .job-filters-widget .form-control:focus,
.sidebar-widget-area .job-filters-widget .form-control-sm:focus {
    border-color: #00bf63;
    box-shadow: 0 0 0 2px rgba(0, 191, 99, 0.15);
    outline: none;
}

.sidebar-widget-area .job-filters-widget select.form-control {
    -webkit-appearance: menulist;
    appearance: menulist;
}

.sidebar-widget-area .job-filters-widget .form-group {
    margin-bottom: 16px;
}

.sidebar-widget-area .job-filters-widget .btn-primary {
    background-color: #00bf63;
    border-color: #00bf63;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
}

.sidebar-widget-area .job-filters-widget .btn-primary:hover {
    background-color: #00a857;
    border-color: #00a857;
}

.sidebar-widget-area .job-filters-widget .btn-outline-secondary {
    color: #646464;
    border-color: #ccc;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 4px;
}

.sidebar-widget-area .job-filters-widget .btn-outline-secondary:hover {
    background-color: #f5f5f5;
    color: #333;
}

.sidebar-widget-area .job-filters-widget input[type="number"]::placeholder {
    color: #999;
}

/* Expiry badge */
.rtcl-badge-expiry {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
    letter-spacing: 0.3px;
}
.rtcl-badge-expiry i {
    font-size: 14px;
}
.rtcl-badge-expiry--sm {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 6px;
    gap: 4px;
    box-shadow: none;
}
.rtcl-badge-expiry--sm i {
    font-size: 10px;
}

.rtcl-badge-rental {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 4px 10px;
}

.rtin-rental-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.rtin-rental-spec {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f1f5f9;
    color: #334155;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.rtin-rental-spec i {
    color: #0ea5e9;
    font-size: 11px;
}

/* Rental category card fallback styles loaded last to beat stale/legacy CSS */
body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__link {
    display: grid;
    grid-template-columns: 280px 1fr;
    text-decoration: none;
    color: inherit;
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #f1f5f9;
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__price-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: linear-gradient(135deg, #00bf63, #00a854);
    color: #fff;
    padding: 8px 14px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 4px 16px rgba(0, 191, 99, 0.3);
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__price-badge small {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.9;
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__body {
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e293b;
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__location {
    font-size: 13px;
    color: #64748b;
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__location i {
    color: #00bf63;
    margin-right: 4px;
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__spec {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__spec i {
    color: #0ea5e9;
    font-size: 11px;
}

@media (max-width: 767.98px) {
    body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__link {
        grid-template-columns: 1fr;
    }

    body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__image {
        aspect-ratio: 16 / 9;
        max-height: 200px;
    }

    body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__body {
        padding: 14px 16px;
    }

    body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__specs {
        gap: 6px;
    }

    body.tax-rtcl_category.term-makina-me-qera .rtcl-list-view .rc__spec {
        font-size: 11px;
        padding: 3px 8px;
    }
}
