/* Extracted from theme templates — keep selector names stable */
.container-tour-category {
        margin-top: 30px;
    }

    h3.tour-category-info-title {
        margin-top: 0px;
    }

    .banner-category {
        margin-top: 40px;
        display: block;

    }

    #filter_start {
        background: #fff !important;
    }

    #filter_start h3 {
        color: #000 !important
    }

    .pagination-product-category-item {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 20px 0;
        font-family: Arial, sans-serif;
    }

    .pagination-product-category-item .posts-navigation {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .posts-navigation span.mr-2 {
        font-size: 14px;
        color: #555;
    }

    .posts-navigation a,
    .posts-navigation span.page-numbers {
        padding: 8px 12px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .posts-navigation a.page-numbers,
    .posts-navigation a.prev,
    .posts-navigation a.next {
        color: #333;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .posts-navigation a.page-numbers:hover,
    .posts-navigation a.prev:hover,
    .posts-navigation a.next:hover {
        background-color: #0073e6;
        color: #fff;
        border-color: #0073e6;
    }

    .posts-navigation .page-numbers.current {
        background-color: #0073e6;
        color: #fff;
        font-weight: bold;
        border: 1px solid #0073e6;
    }

    .posts-navigation .dots {
        color: #999;
    }

    .posts-navigation .first-pagination-link,
    .posts-navigation .last-pagination-link {
        background-color: #f8f8f8;
        border: 1px solid #ccc;
        color: #333;
        padding: 8px 14px;
        font-weight: bold;
    }

    .posts-navigation .first-pagination-link:hover,
    .posts-navigation .last-pagination-link:hover {
        background-color: #0073e6;
        color: white;
        border-color: #0073e6;
    }
