#wpgbp-search {
    width: 100%;
    padding: 10px 20px;
}

#wpgbp-search-results {
    background: #fff;
    position: absolute;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    z-index: 9999;
    text-align: left;
    font-size: 1.2rem;
    border-radius: 15px;
    box-shadow: 0 0 3px var(--wp--preset--color--pale-pink);
}

#wpgbp-search-results .wpgbp-search-item {
    font-size: 16px;
}

.wpgbp-search-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.wpgbp-search-item:hover {
    background: #f9f9f9;
}

.gbp-place-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px !important;
}

.gbp-place-sidebar ul li a {
    text-decoration: none;
    color: #555;
}

.gbp-place-sidebar ul li a:hover {
    text-decoration: underline;
}

.places-list-wrap {
    flex: 0 0 100%;
    max-width: 100%;
}

.review-rating .star {
    color: #ccc;
    font-size: 28px;
}

.review-rating .filled {
    color: #ffb400;
}

.wpgbp-photo-field {
    margin-bottom: 18px;
}

.wpgbp-photo-thumb {
    max-width: 140px;
    display: block;
    margin-bottom: 8px;
}

.wpgbp-photo-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.wpgbp-photo-actions {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.customer-reviews-section {
    position: relative;
}

.swiper-wrapper {
    position: relative;
}

.review-slide {
    padding: 0 30px;
    height: 100%;
}

.swiper.reviews-swiper {
    border: 1px solid #EEEFF0;
    border-radius: 12px;
    background: #fff;
    padding: 33px 0px;
    margin-top: 20px;
}

.review-header {
    display: flex;
    gap: 17px;
}

.review-author-img {
    flex: 0 0 68px;
    max-width: 68%;
}

.review-author-img img {
    border-radius: 50%;
    height: 68px;
    width: 68px;
}

.review-author strong {
    display: block;
    font-size: 20px;
}

.review-header p.review-text {
    color: #5D6A83;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Show first 3 lines */
    -webkit-box-orient: vertical;
}

.review-header p.review-text.expanded {
    -webkit-line-clamp: unset;
}

.read-more-btn {
    display: inline-block;
    color: #f07677;
    cursor: pointer;
    margin-top: 0px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

#main .customer-reviews-section .swiper-button-prev {
    left: -52px;
}

#main .customer-reviews-section .swiper-button-next {
    right: -52px;
}

.list-article-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.list-article-content header.entry-header {
    flex: 0 0 61%;
    max-width: 61%;
}

.list-article-content .wpgbp-slider {
    flex: 0 0 35%;
    max-width: 31%;
}

.wpgbp-slider {
    width: 100%;
    height: 260px;
    border-radius: 10px;
}

.wpgbp-slider-track {
    display: flex;
    transition: transform 0.4s ease;
    height: 100%;
}

.wpgbp-slide {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.wpgbp-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wpgbp-next {
    right: 10px;
}

/* Base star style */
.rating-stars {
    display: inline-flex;
    gap: 2px;
}

.wpgbp-star {
    font-size: 28px;
    /* adjust size */
    line-height: 1;
}

/* Full star */
.wpgbp-star-full {
    color: rgb(250, 187, 0);
}

/* Empty star */
.wpgbp-star-empty {
    color: #e0e0e0;
}

/* Half star – almost filled */
.wpgbp-star-half {
    position: relative;
    color: #e0e0e0;
    /* base empty color */
}

/* Filled part */
.wpgbp-star-half::before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    overflow: hidden;
    color: rgb(250, 187, 0);
}

header.wpgbp-header-flex {
    margin-bottom: 30px;
}

.data-section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.price-guest-meta {
    padding-top: 20px;
}

.price-guest-meta-price {
    display: flex;
    gap: 5px;
}

.wpgbp-header-icon:hover {
    background: #e4e6e7;
}

.wpgbp-rating-inline {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
}

.wpgbp-header-right {
    position: relative;
}

.wpgbp-hours.js-hours-panel table {
    border: 4px solid #e9e9e9;
    margin: 0px;
}

.wpgbp-hours {
    margin-top: 10px;
    width: 290px;
    position: absolute;
    right: 0;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 8;
}

/* Swiper Arrow – Reference Style */
.swiper-button-next,
.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background: #061C23;
    border-radius: 5px;
    color: #fff !important;
    transition: all 0.2s ease;
}

/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #16383d;
    transform: scale(1.05);
}

.wpgbp-image-more {
    display: flex;
    flex-direction: column;
    align-items: center
}

.wpgbp-more-controls {
    display: flex;
    align-items: center;
    gap: 6px
}

.wpgbp-more-rail {
    overflow: hidden;
    display: flex;
    gap: 6px;
    max-width: 220px;
}

.wpgbp-more-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
    border-radius: 4px
}

/* Right-side thumbnails */
.wpgbp-image-thumb {
    aspect-ratio: 3 / 3;
    overflow: hidden;
}

.taxonomy-intro {
    background: #f8f9fa;
    padding: 20px;
    border-left: 4px solid #2196F3;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Banner wrapper */
.wpgbp-banner {
    padding: 20px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

/* Description */
.wpgbp-banner .archive-description {
    max-width: 720px;
    color: #f8f9f9;
    line-height: 1.6;
    margin: 0 auto;
}

.wpgbp-banner-categories li a:hover {
    background: #fff;
    color: #000;
}

.wpgbp-banner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
}

.taxonomy-details {
    color: #f8f9f9;
}

.taxonomy-title {
    color: #f8f9f9;
}

.widget-area.sidebar li.list-item label {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: none;
    color: #777777;
    margin: 0px;
}

.wpgbp-image-grid {
    margin: 0 auto 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-content-wrap {
    display: flex;
    flex-wrap: wrap;
}

.slick-initialized .slick-slide {
    display: block;
    margin: 20px;
}

[data-slider] {
    overflow: hidden;
    position: relative;
}

/* Arrows */
.wpgbp-prev,
.wpgbp-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}

.wpgbp-prev {
    left: 10px;
}

.wpgbp-next {
    right: 10px;
}

.wp-block-heading-data-block {
    padding-top: 10px;
}

.social-links {
    display: flex;
    gap: 12px;
    padding-top: 10px;
}

.wpgbp-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wpgbp-open-status {
    color: #2fa84f;
    user-select: none;
    text-align: right;
}

.wpgbp-open-status .hours-caret {
    transition: transform .18s;
}

.social-links .a {
    color: #f07677;
}

.wpgbp-open-status.is-open .hours-caret {
    transform: rotate(180deg);
}

/* Main featured image */
.wpgbp-image-main {
    flex: 0 0 66%;
    max-width: 66%;
    max-height: 522px;
}

.wpgbp-image-main img,
.wpgbp-image-thumb img {
    width: 100%;
    object-fit: cover !important;
    display: block;
    background: #f5f5f5;
    border-radius: 8px !important;
    object-position: center;
    height: 100%;
}

/* Swiper Pagination – Clean */
.swiper-pagination {
    position: relative;
    margin-top: 14px;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #cfcfcf;
    opacity: 1;
    margin: 0 4px !important;
}

.swiper-pagination-bullet-active {
    background: #0f2a2e;
}

svg {
    height: 50% !important;
}

.section-address {
    padding-top: 14px;
}

.wpgbp-view-all {
    margin-top: 8px;
    background: #f07677;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    padding: 6px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.wpgbp-image-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 522px;
    flex: 0 0 32%;
    max-width: 32%;
}

.wpgbp-view-more-cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px
}

/* Title */
.wpgbp-banner .page-title {
    margin: 0;
    color: #f8f9f9;
}

/* Search bar */
.wpgbp-search-wrapper input {
    width: 100%;
    max-width: 600px;
    height: 44px;
    border-radius: 22px;
    border: none;
    padding: 0 20px;
    outline: none;
}

.wpgbp-banner-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.wpgbp-banner-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wpgbp-banner-categories li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpgbp-banner-categories li a {
    display: inline-block;
    padding: 11px 10px;
    border-radius: 15px;
    font-size: 14px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    transition: all 0.2s ease;
    line-height: 26px;
    font-weight: 600;
}

.wpgbp-banner-categories li a:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 1240px) {
    #main .customer-reviews-section .swiper-button-prev {
        left: -18px;
    }

    #main .customer-reviews-section .swiper-button-next {
        right: -18px;
    }
}

/* Responsive */
@media (max-width: 768px) {

    .wpgbp-more-rail {
        max-width: 100%
    }
}

/* MOBILE IMAGE GRID */
@media (max-width: 767px) {

    .list-article-content .wpgbp-slider,
    header.entry-header, .list-article-content header.entry-header {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wpgbp-image-side {
        display: flex;
        flex-direction: row;
        gap: 12px;
        height: auto;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wpgbp-image-main {
        flex: 0 0 100%;
        max-width: 100%;
        max-height: 480px;
        margin: 0 0 15px;
    }
}

@media (max-width: 575px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 32px !important;
        height: 32px !important;
    }

    #main .customer-reviews-section .swiper-button-prev {
        left: -12px;
    }

    #main .customer-reviews-section .swiper-button-next {
        right: -12px;
    }
}

/* Fallback when main image is missing */
.wpgbp-image-main:empty {
    display: none;
}

.wpgbp-image-main:empty+.wpgbp-image-side {
    grid-template-columns: 1fr;
}