/* Your custom CSS goes here */
.lp-widget-custom-meta {
    margin-top: 10px;
}

.custom-escape-room-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.custom-escape-room-meta .meta-item {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 5px;
    font-size: 14px;
    padding: 6px;
}

.lp-home-categoires:not(.lp-inside-search-view2) li a span {
    padding: 0 1px;
}

.lp-widget-custom-meta .custom-escape-room-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.lp-widget-custom-meta .meta-item {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* --- SINGLE LISTING META --- */
.lp-single-meta-block {
    margin-top: 12px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.lp-single-meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    color: #333;
}

.lp-single-meta-row:last-child {
    border-bottom: none;
}

.lp-single-meta-row i {
    color: #666;
    width: 20px;
    text-align: center;
}

.lp-single-meta-row .meta-label {
    font-weight: 600;
    flex: 0 0 140px;
    color: #222;
}

.lp-single-meta-row .meta-value {
    flex: 1;
    color: #555;
}

.lp-filter-label {
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    color: #333;
}

.lp-filter-select {
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 15px;
    background-color: #fff;
    transition: border-color 0.2s;
}

.lp-filter-select:focus {
    border-color: #0059b2;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 89, 178, 0.2);
}

.escapesro-best-escapes {
    margin: 60px auto;
}

.lp-best-grid .best-escape-item {
    margin-bottom: 35px;
}

.see-all-wrapper {
    text-align: center;
    margin-top: 25px;
}

.see-all-link {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}

/* Default: desktop view ON, mobile slider OFF */
.lp-banner-cats--desktop { display: block; }
.lp-banner-cats--mobile { display: none; }

/* Mobile breakpoint */
@media (max-width: 767px) {
    .lp-banner-cats--desktop { display: none; }
    .lp-banner-cats--mobile { display: block; }
}

/* Swiper small tweaks */
.lp-banner-cats-swiper { width: 100%; }
.lp-banner-cats-swiper .swiper-slide { height: auto; }

/* Optional: give a bit of side padding so slides don't stick to edges */
@media (max-width: 767px) {
    .lp-banner-cats--mobile { padding: 0 10px; }
}

@media (max-width: 767px) {

    /* Show slider wrapper only on mobile */
    .lp-banner-cats--desktop { display: none; }
    .lp-banner-cats--mobile { display: block; }

    /* UL should behave as swiper-wrapper (Swiper CSS does most of it, but we ensure no list bullets/padding) */
    .lp-banner-cats-swiper .lp-home-categoires.swiper-wrapper {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* LI is the slide */
    .lp-banner-cats-swiper .swiper-slide {
        height: auto;
    }
}