/* ── General Wrapper ────────────────────────────────────── */
.adv-directory-wrap,
.adv-single-wrap {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    clear: both;
    position: relative;
    z-index: 1;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

/* Hide duplicate navigation elements that might appear */
.adv-directory-wrap ~ .main-menu,
.adv-directory-wrap ~ .navigation,
.adv-directory-wrap ~ .nav-menu,
.adv-directory-wrap ~ .menu,
.adv-directory-wrap ~ .site-header,
.adv-directory-wrap ~ .site-footer,
.adv-directory-wrap ~ header,
.adv-directory-wrap ~ footer {
    display: none !important;
}

/* Hide any duplicate content that appears after our wrapper */
.adv-directory-wrap ~ * {
    display: none !important;
}

.adv-directory-wrap *,
.adv-directory-wrap *::before,
.adv-directory-wrap *::after,
.adv-single-wrap *,
.adv-single-wrap *::before,
.adv-single-wrap *::after {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    box-sizing: border-box;
}

.adv-directory-wrap > * {
    display: block !important;
    visibility: visible !important;
}

.adv-directory-wrap h1,
.adv-directory-wrap h2,
.adv-directory-wrap h3,
.adv-directory-wrap h4,
.adv-directory-wrap h5,
.adv-directory-wrap h6,
.adv-single-wrap h1,
.adv-single-wrap h2,
.adv-single-wrap h3,
.adv-single-wrap h4,
.adv-single-wrap h5,
.adv-single-wrap h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* ── Pending Approval Banner ────────────────────────────── */
.adv-pending-banner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fefce8;
    border: 2px dashed #f59e0b;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 32px;
    color: #92400e;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.1);
}

.adv-pending-icon {
    font-size: 2rem;
    line-height: 1;
}

.adv-pending-text strong {
    font-size: 1.1rem;
    display: block;
    color: #b45309;
    margin-bottom: 4px;
}

.adv-pending-text p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #78350f;
}

/* ── Single Listing Hero ────────────────────────────────── */
.adv-single-hero {
    background: #0D0D0D;
    border-radius: 20px;
    padding: 40px 36px;
    color: #F4F1EE;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

.adv-single-hero::after {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.adv-single-cat-badge {
    display: inline-block;
    background: rgba(244, 241, 238, 0.2);
    backdrop-filter: blur(8px);
    color: #F4F1EE;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.adv-single-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #F4F1EE !important;
    margin: 0 0 16px;
    line-height: 1.25;
}

.adv-single-meta-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    font-size: 0.9rem;
    color: rgba(244, 241, 238, 0.85);
}

.adv-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.adv-status-tag {
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
}

.adv-status-tag.pending {
    background: #fef08a;
    color: #854d0e;
}

.adv-status-tag.published {
    background: #bbf7d0;
    color: #166534;
}

/* ── Single Listing Grid ────────────────────────────────── */
.adv-single-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    align-items: start;
}

@media (max-width: 850px) {
    .adv-single-grid {
        grid-template-columns: 1fr;
    }
}

.adv-single-image-box {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.adv-single-image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.adv-single-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 24px;
    margin-bottom: 28px;
}

.adv-box-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f3f4f6;
}

.adv-single-description {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #374151;
}

.adv-single-features-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.adv-single-features-grid li {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 0.88rem;
    color: #1f2937;
    font-weight: 500;
}

.adv-feat-check {
    color: #16a34a;
    font-weight: 700;
    margin-right: 6px;
}

/* ── Sidebar Contact Card ───────────────────────────────── */
.adv-contact-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
}

.adv-card-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 18px;
}

.adv-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 13px 16px;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
    transition: transform 0.15s, opacity 0.15s;
    box-sizing: border-box;
}

.adv-contact-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.adv-btn-phone {
    background: #A07949;
    color: #F4F1EE !important;
}

.adv-btn-whatsapp {
    background: #25d366;
    color: #fff !important;
}

.adv-btn-email {
    background: #000;
    color: #F4F1EE !important;
}

.adv-social-block {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.adv-social-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}

.adv-social-links {
    display: flex;
    gap: 8px;
}

.adv-social-icon {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    background: #f3f4f6;
    color: #374151;
}

.adv-social-icon.fb {
    background: #F4F1EE;
    color: #000;
}

.adv-social-icon.ig {
    background: #F4F1EE;
    color: #000;
}

.adv-social-icon.li {
    background: #F4F1EE;
    color: #000;
}

.adv-back-link {
    display: block;
    text-align: center;
    font-size: 0.88rem;
    color: #6b7280;
    text-decoration: none;
}

.adv-back-link:hover {
    color: #111827;
}

/* ── Directory All Listings ─────────────────────────────── */
.adv-filter-bar {
    background: linear-gradient(135deg, #ffffff 0%, #faf9f7 100%);
    border: 2px solid #A07949;
    border-radius: 20px;
    padding: 24px 28px;
    margin-bottom: 32px;
    box-shadow: 0 8px 30px rgba(160, 121, 73, 0.15);
    display: block !important;
    visibility: visible !important;
}

.adv-filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.adv-filter-field {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 0 16px;
    transition: all 0.3s ease;
}

.adv-filter-field:not(.select-field) {
    overflow: hidden;
}

.adv-filter-field:focus-within {
    border-color: #A07949;
    box-shadow: 0 0 0 4px rgba(160, 121, 73, 0.1);
}

.adv-filter-field.search-field {
    flex: 2;
    min-width: 240px;
}

.adv-filter-field.select-field {
    flex: 1;
    min-width: 180px;
}

.adv-field-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #A07949;
    flex-shrink: 0;
}

.adv-field-icon svg {
    display: block;
}

.adv-filter-field input,
.adv-filter-field select {
    width: 100%;
    padding: 14px 16px 14px 0;
    border: none !important;
    background: transparent !important;
    font-size: 0.95rem;
    color: #111827;
    outline: none !important;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.adv-filter-field input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

/* ── Custom Dropdown ───────────────────────────────────── */
.adv-custom-dropdown {
    position: relative;
    width: 100%;
}

.adv-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 10;
}

.adv-dropdown-selected {
    flex: 1;
    font-size: 0.95rem;
    color: #111827;
    font-weight: 500;
}

.adv-dropdown-arrow {
    flex-shrink: 0;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.adv-custom-dropdown.open .adv-dropdown-arrow {
    transform: rotate(180deg);
}

.adv-dropdown-options {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.adv-custom-dropdown.open .adv-dropdown-options {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.adv-dropdown-option {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 0.95rem;
    color: #111827;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f3f4f6;
}

.adv-dropdown-option:last-child {
    border-bottom: none;
}

.adv-dropdown-option:hover {
    background: linear-gradient(135deg, #f9fafb 0%, #faf9f7 100%);
    color: #A07949;
    padding-left: 20px;
}

.adv-dropdown-option.active {
    background: linear-gradient(135deg, #A07949 0%, #c9a066 100%);
    color: #F4F1EE;
    font-weight: 700;
}

.adv-dropdown-option.active:hover {
    padding-left: 16px;
    background: linear-gradient(135deg, #8a663d 0%, #b08a55 100%);
}

.adv-directory-wrap .adv-filter-btn {
    padding: 16px 32px !important;
    background: linear-gradient(135deg, #A07949 0%, #c9a066 100%) !important;
    color: #F4F1EE !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    box-shadow: 0 8px 24px rgba(160, 121, 73, 0.35) !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    line-height: 1 !important;
}

.adv-filter-btn:hover {
    background: linear-gradient(135deg, #8a663d 0%, #b08a55 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(160, 121, 73, 0.45);
}

.adv-reset-btn {
    color: #A07949;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.adv-reset-btn:hover {
    background: #f9fafb;
    border-color: #A07949;
}

.adv-results-header {
    margin-bottom: 24px;
    display: block !important;
    visibility: visible !important;
}

.adv-results-header h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

/* ── Directory Cards Grid ───────────────────────────────── */
.adv-listings-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 24px;
    visibility: visible !important;
    opacity: 1 !important;
}

.adv-directory-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
    visibility: visible !important;
    opacity: 1 !important;
}

.adv-directory-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.adv-card-media {
    position: relative;
    height: 280px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: none !important;
}

.adv-card-media img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.adv-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #9ca3af;
    background: transparent !important;
}

.adv-card-cat-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(17, 24, 39, 0.85);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 8px;
}

.adv-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.adv-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
}

.adv-card-title a {
    color: #111827;
    text-decoration: none;
}

.adv-card-excerpt {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
    margin: 0 0 16px;
    flex: 1;
}

.adv-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid #f3f4f6;
    font-size: 0.82rem;
}

.adv-card-info {
    color: #4b5563;
}

.adv-card-view-btn {
    color: #A07949;
    font-weight: 700;
    text-decoration: none;
}

.adv-no-results {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px dashed #d1d5db;
}

.adv-no-results-icon {
    font-size: 3rem;
    margin-bottom: 12px;
}

/* ── Category Archive Hero & Subcategories ────────────── */
.adv-cat-hero {
    background: #0D0D0D;
    border-radius: 20px;
    padding: 36px 40px;
    color: #F4F1EE;
    margin-bottom: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.adv-cat-back-link {
    display: inline-block;
    color: rgba(244, 241, 238, 0.7);
    font-size: 0.85rem;
    text-decoration: none;
    margin-bottom: 16px;
    font-weight: 600;
    transition: color 0.15s;
}

.adv-cat-back-link:hover {
    color: #F4F1EE;
}

.adv-cat-hero-badge {
    display: inline-block;
    background: rgba(244, 241, 238, 0.15);
    backdrop-filter: blur(6px);
    color: #F4F1EE;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.adv-cat-hero-header h1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #F4F1EE !important;
    margin: 0 0 10px;
    line-height: 1.2;
}

.adv-cat-hero-desc {
    font-size: 0.95rem;
    color: rgba(244, 241, 238, 0.85);
    margin: 0 0 16px;
    max-width: 650px;
    line-height: 1.5;
}

.adv-cat-meta-pills {
    display: flex;
    gap: 12px;
    align-items: center;
}

.adv-meta-pill {
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #e2e8f0;
}

/* ── Subcategories Bar ─────────────────────────────────── */
.adv-subcat-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 20px;
    margin-bottom: 24px;
}

.adv-subcat-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #4b5563;
    margin-right: 4px;
}

.adv-subcat-pill {
    background: #f3f4f6;
    color: #374151;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.15s ease;
}

.adv-subcat-pill:hover {
    background: #A07949;
    color: #F4F1EE;
}

/* ── Pagination ────────────────────────────────────────── */
.adv-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.adv-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.15s ease;
}

.adv-pagination .page-numbers.current,
.adv-pagination .page-numbers:hover {
    background: #A07949;
    border-color: #A07949;
    color: #F4F1EE;
}

@media (max-width: 850px) {
    .adv-single-listing-grid {
        grid-template-columns: 1fr;
    }

    .adv-single-listing-sidebar {
        order: 2;
    }
}

/* ── Responsive Design ───────────────────────────────────── */

/* Tablet (768px and below) */
@media (max-width: 768px) {
    .adv-directory-wrap {
        padding: 0 5px 6px;
    }

    .adv-pending-banner {
        padding: 16px 20px;
        margin: 20px 16px;
    }

    .adv-pending-banner p {
        font-size: 0.9rem;
    }

    .adv-single-hero {
        padding: 40px 24px;
    }

    .adv-single-hero h1 {
        font-size: 1.8rem;
    }

    .adv-single-hero p {
        font-size: 0.95rem;
    }

    .adv-single-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .adv-single-box {
        padding: 24px;
    }

    .adv-single-box h3 {
        font-size: 1.1rem;
    }

    .adv-sidebar-contact {
        padding: 24px;
    }

    .adv-sidebar-contact h3 {
        font-size: 1.1rem;
    }

    .adv-filter-bar {
        padding: 16px 20px;
        flex-wrap: wrap;
    }

    .adv-filter-search {
        flex: 1;
        min-width: 200px;
    }

    .adv-filter-select {
        min-width: 140px;
    }

    .adv-results-header {
        padding: 16px 20px;
    }

    .adv-results-header h2 {
        font-size: 1.2rem;
    }

    .adv-directory-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .adv-directory-card {
        padding: 16px;
    }

    .adv-directory-thumb {
        height: 140px;
    }

    .adv-directory-info h4 {
        font-size: 0.95rem;
    }

    .adv-directory-info p {
        font-size: 0.8rem;
    }

    .adv-no-results {
        padding: 40px 20px;
    }

    .adv-no-results h3 {
        font-size: 1.1rem;
    }

    .adv-no-results p {
        font-size: 0.9rem;
    }

    .adv-category-hero {
        padding: 56px 24px;
    }

    .adv-category-hero h1 {
        font-size: 2rem;
    }

    .adv-category-hero p {
        font-size: 0.95rem;
    }

    .adv-subcategories-bar {
        padding: 12px 20px;
    }

    .adv-subcat-btn {
        padding: 8px 14px;
        font-size: 0.85rem;
    }

    .adv-pagination {
        padding: 20px;
    }

    .adv-pagination button {
        padding: 10px 14px;
        font-size: 0.9rem;
    }
}

/* Mobile (640px and below) */
@media (max-width: 640px) {
    .adv-directory-wrap {
        padding: 0 5px 32px;
    }

    .adv-pending-banner {
        padding: 14px 16px;
        margin: 16px 12px;
    }

    .adv-pending-banner p {
        font-size: 0.85rem;
    }

    .adv-single-hero {
        padding: 32px 20px;
    }

    .adv-single-hero h1 {
        font-size: 1.5rem;
    }

    .adv-single-hero p {
        font-size: 0.9rem;
    }

    .adv-single-box {
        padding: 20px 16px;
    }

    .adv-single-box h3 {
        font-size: 1rem;
    }

    .adv-sidebar-contact {
        padding: 20px 16px;
    }

    .adv-sidebar-contact h3 {
        font-size: 1rem;
    }

    .adv-contact-btn {
        padding: 12px 18px;
        font-size: 0.9rem;
    }

    .adv-filter-bar {
        padding: 14px 16px;
        flex-direction: column;
    }

    .adv-filter-search {
        width: 100%;
        min-width: auto;
    }

    .adv-filter-select {
        width: 100%;
        min-width: auto;
    }

    .adv-results-header {
        padding: 14px 16px;
    }

    .adv-results-header h2 {
        font-size: 1.1rem;
    }

    .adv-results-header p {
        font-size: 0.85rem;
    }

    .adv-directory-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .adv-directory-card {
        padding: 14px;
    }

    .adv-directory-thumb {
        height: 120px;
    }

    .adv-directory-info h4 {
        font-size: 0.9rem;
    }

    .adv-directory-info p {
        font-size: 0.75rem;
    }

    .adv-no-results {
        padding: 32px 16px;
    }

    .adv-no-results h3 {
        font-size: 1rem;
    }

    .adv-no-results p {
        font-size: 0.85rem;
    }

    .adv-category-hero {
        padding: 48px 20px;
    }

    .adv-category-hero h1 {
        font-size: 1.8rem;
    }

    .adv-category-hero p {
        font-size: 0.9rem;
    }

    .adv-subcategories-bar {
        padding: 10px 16px;
    }

    .adv-subcat-btn {
        padding: 7px 12px;
        font-size: 0.8rem;
    }

    .adv-pagination {
        padding: 16px;
    }

    .adv-pagination button {
        padding: 9px 12px;
        font-size: 0.85rem;
    }
}

/* Small Mobile (520px and below) */
@media (max-width: 520px) {
    .adv-directory-wrap {
        padding: 0 4px 24px;
    }

    .adv-single-hero {
        padding: 28px 16px;
    }

    .adv-single-hero h1 {
        font-size: 1.3rem;
    }

    .adv-single-box {
        padding: 18px 14px;
    }

    .adv-single-box h3 {
        font-size: 0.95rem;
    }

    .adv-sidebar-contact {
        padding: 18px 14px;
    }

    .adv-filter-bar {
        padding: 12px 14px;
    }

    .adv-filter-search input {
        padding: 10px 14px;
        font-size: 0.9rem;
    }

    .adv-filter-select {
        padding: 10px 14px;
        font-size: 0.9rem;
    }

    .adv-directory-card {
        padding: 12px;
    }

    .adv-directory-thumb {
        height: 100px;
    }

    .adv-directory-info h4 {
        font-size: 0.85rem;
    }

    .adv-directory-info p {
        font-size: 0.7rem;
    }

    .adv-category-hero {
        padding: 40px 16px;
    }

    .adv-category-hero h1 {
        font-size: 1.5rem;
    }

    .adv-subcategories-bar {
        padding: 8px 14px;
    }

    .adv-subcat-btn {
        padding: 6px 10px;
        font-size: 0.75rem;
    }

    .adv-pagination button {
        padding: 8px 10px;
        font-size: 0.8rem;
    }
}