/*============================================================================================*/
/* Landing Map - Split panel layout (TheFork style)                                          */
/*============================================================================================*/

/* ---- Override header container width to match split layout ---- */
body.gp-landing-map header .container {
    max-width: 1400px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* ---- Split Container ---- */
.gp-split-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.gp-split-row {
    display: flex;
    gap: 20px;
}

/* ---- Listing Panel (60%) ---- */
.gp-listing-panel {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 20px 10px 20px 0;
}

/* ---- Listing Header ---- */
.gp-listing-header {
    margin-bottom: 20px;
}

.gp-listing-header .breadcrumbs {
    margin-bottom: 10px;
}

.gp-listing-header .breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 13px;
}

.gp-listing-header .breadcrumbs ul li::after {
    content: "›";
    margin-left: 6px;
    color: #999;
}

.gp-listing-header .breadcrumbs ul li:last-child::after {
    display: none;
}

.gp-listing-header .breadcrumbs ul li a {
    color: #3F622A;
    text-decoration: none;
}

.gp-listing-header h1 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

.gp-listing-header .gp-listing-count {
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
}

/* ---- Map Panel (40%) ----
   El tope sticky se calcula desde el alto real de la barra de filtros
   (--gp-filterbar-h, declarada en gp-filters.css): con el 55px fijo anterior
   la barra de filtros, que mide 67px y se pega a top:0, tapaba la franja
   superior del mapa junto con sus controles de zoom. */
.gp-map-panel {
    flex: 0 0 40%;
    max-width: 40%;
    position: sticky;
    top: calc(var(--gp-filterbar-h, 67px) + 12px);
    height: calc(100vh - var(--gp-filterbar-h, 67px) - 32px);
    padding: 20px 0;
    align-self: flex-start;
}

#gp-listing-map {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* ---- /buscar/ — playful hero variant (noindex, licencia creativa) ---- */
.gp-buscar__h1 {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: #0f1e1a;
    line-height: 1.12;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
}
.gp-buscar__subtitle {
    font-size: 15px;
    color: #5b6a67;
    line-height: 1.55;
    margin: 0 0 4px;
    max-width: 620px;
}
.gp-buscar__empty {
    padding: 48px 20px;
    text-align: center;
    background: #f7faf8;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin: 24px 0;
}
.gp-buscar__empty h3 {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f1e1a;
    margin: 0 0 10px;
}
.gp-buscar__empty p { color: #5b6a67; margin: 0 0 22px; }
.gp-buscar__empty-actions {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.gp-buscar__btn {
    background: #e74c3c;
    color: #fff;
    font-weight: 700;
    padding: 11px 22px;
    border-radius: 999px;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
}
.gp-buscar__btn:hover { background: #c0392b; color: #fff; text-decoration: none; transform: translateY(-1px); }
.gp-buscar__btn--ghost { background: #fff; color: #205f2c; border: 1px solid #e2e8f0; }
.gp-buscar__btn--ghost:hover { background: #fff; color: #205f2c; border-color: #2c8a3e; }

/* Mobile: floating "Mapa" FAB */
.gp-buscar__map-fab {
    position: fixed;
    right: 16px;
    bottom: 80px;  /* clear of mobile contact bar */
    z-index: 900;
    background: #0f1e1a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 18px;
    border: none;
    border-radius: 999px;
    font-family: 'Poppins', system-ui, sans-serif;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 8px 24px rgba(15, 30, 26, 0.3);
    cursor: pointer;
}
.gp-buscar__map-fab svg { width: 16px; height: 16px; }

/* ---- Map shell (wraps map + floating "Buscar en esta zona" button) ---- */
.gp-map-shell {
    position: relative;
    width: 100%;
    height: 100%;
}

/* ---- "Buscar en esta zona" floating button (Airbnb/Google Maps pattern) ---- */
.gp-map__search-here {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    z-index: 1000; /* above Leaflet panes */
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: #2c8a3e;
    color: #fff;
    font-family: 'Poppins', system-ui, sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border: none;
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(15, 30, 26, 0.25), 0 2px 6px rgba(15, 30, 26, 0.15);
    cursor: pointer;
    opacity: 0;
    transition: opacity 240ms ease, transform 240ms ease, background 180ms ease, box-shadow 180ms ease;
}
.gp-map__search-here[hidden] { display: none; }
.gp-map__search-here.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.gp-map__search-here:hover {
    background: #205f2c;
    box-shadow: 0 8px 24px rgba(15, 30, 26, 0.3), 0 2px 8px rgba(15, 30, 26, 0.18);
}
.gp-map__search-here:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(44, 138, 62, 0.35), 0 6px 20px rgba(15, 30, 26, 0.25);
}
.gp-map__search-here svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
@media (prefers-reduced-motion: reduce) {
    .gp-map__search-here { transition: opacity 100ms linear; }
}

/* ---- Horizontal Card (TheFork style) ---- */
.gp-card-h {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
    background: #fff;
}

.gp-card-h:hover,
.gp-card-h.gp-card-h--active {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    border-color: #d0d0d0;
}

.gp-card-h__link {
    display: flex;
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
}

.gp-card-h__link:hover {
    text-decoration: none !important;
    color: inherit !important;
}

/* Card Image */
.gp-card-h__image {
    flex: 0 0 260px;
    height: 253px;
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
}

.gp-card-h__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gp-card-h__no-photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card Body */
.gp-card-h__body {
    flex: 1;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.gp-card-h__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.gp-card-h__info {
    flex: 1;
    min-width: 0;
}

.gp-card-h__name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gp-card-h__meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.gp-card-h__tags {
    font-size: 13px;
    color: #555;
}

.gp-card-h__sep {
    color: #ccc;
    margin: 0 2px;
}

.gp-card-h__cuisine {
    color: #00584b;
    font-weight: 600;
}

.gp-card-h__price {
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: 0.5px;
}

/* Rating Badge (TheFork style) */
.gp-card-h__rating {
    flex-shrink: 0;
    text-align: center;
}

.gp-card-h__rating-score {
    display: block;
    background: #3F622A;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 8px;
    line-height: 1.2;
    min-width: 48px;
    text-align: center;
}

.gp-card-h__rating-detail {
    margin-top: 4px;
    font-size: 11px;
    color: #888;
    line-height: 1.3;
}

.gp-card-h__rating-label {
    display: block;
    font-weight: 500;
    color: #555;
}

.gp-card-h__rating-count {
    display: block;
    color: #999;
}

/* Description Quote */
.gp-card-h__desc {
    font-size: 13px;
    color: #555;
    font-style: italic;
    margin: 8px 0 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Dish info (on dish landing pages) */
.gp-card-h__dish {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 13px;
    color: #3a9d5d;
    background: #f0faf4;
    padding: 5px 10px;
    border-radius: 4px;
    overflow: hidden;
}

.gp-card-h__dish i {
    font-size: 14px;
    flex-shrink: 0;
}

.gp-card-h__dish-name {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gp-card-h__dish-price {
    font-weight: 600;
    margin-left: auto;
    flex-shrink: 0;
}

.gp-card-h__dish-label {
    font-size: 11px;
    font-weight: 700;
    color: #2d7a4a;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    flex-shrink: 0;
}

.gp-card-h__dish-others {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
    padding: 0 10px;
}

.gp-card-h__dish-others .gp-card-h__dish-label {
    color: #9ca3af;
}

/* Context badges (delivery, price) */
.gp-card-h__context-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    overflow: hidden;
}

.gp-card-h__context-badge--delivery {
    color: #e67e22;
    background: #fef5ec;
}

.gp-card-h__context-badge--price {
    color: #2980b9;
    background: #edf4fc;
}

.gp-card-h__badge-label {
    font-weight: 600;
    white-space: nowrap;
}

.gp-card-h__badge-sep {
    color: #ccc;
}

/* Signature dishes highlight */
.gp-card-h__highlights {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    font-size: 13px;
    color: #00584b;
    font-weight: 500;
    line-height: 1;
}

.gp-card-h__highlights i {
    font-size: 14px;
    flex-shrink: 0;
    color: #f5a623;
    line-height: 1;
}

.gp-card-h__highlights-label {
    color: #8e8ea0;
    font-weight: 400;
    margin-right: 2px;
}

.gp-card-h__highlights .gp-card-h__sep {
    color: #ccc;
}

/* Tag pills in footer */
.gp-card-h__tag-pills {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    overflow: hidden;
}

.gp-card-h__tag-pill {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 12px;
    white-space: nowrap;
    line-height: 1.4;
    border: 1px solid transparent;
}

/* Tag pill color cycling */
.gp-card-h__tag-pill:nth-child(3n+1) {
    color: #00584b;
    background: #e6f2ef;
    border-color: #cce5de;
}
.gp-card-h__tag-pill:nth-child(3n+2) {
    color: #7c3aed;
    background: #f3f0ff;
    border-color: #e4ddf7;
}
.gp-card-h__tag-pill:nth-child(3n) {
    color: #b45309;
    background: #fef3e2;
    border-color: #fde6c4;
}

/* Card Footer */
.gp-card-h__footer {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gp-card-h__map-link {
    font-size: 13px;
    color: #3F622A;
    cursor: pointer;
    transition: color 0.15s;
}

.gp-card-h__map-link:hover {
    color: #3F622A;
    text-decoration: underline;
}

/* Direct-contact CTAs on landing list cards (paid-traffic conversion path) */
.gp-card-h__cta {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.gp-card-h__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    flex: 1;
    transition: filter 0.15s;
}

.gp-card-h__cta-btn:hover {
    filter: brightness(0.95);
    text-decoration: none;
}

.gp-card-h__cta-btn--whatsapp {
    background: #25D366;
    color: #fff;
}

.gp-card-h__cta-btn--call {
    background: #fff;
    color: #3F622A;
    border: 1px solid #3F622A;
}

/*====================================================================*/
/* Map Marker — TheFork exact replica                                 */
/*====================================================================*/

/* Wrapper */
.gp-mk {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.15s ease;
}

/* Card body */
.gp-mk__card {
    background: #fff;
    border: 1px solid #dde4d5;
    border-radius: 4px;
    padding: 2px 6px 1px;
    text-align: center;
    min-width: 36px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}

/* Score number */
.gp-mk__score {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

/* Discount label below score */
.gp-mk__deal {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #3F622A;
    line-height: 1.2;
    margin-top: -1px;
}

/* Triangle tip — separate div for clean shadow */
.gp-mk__tip {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.12));
    margin-top: -1px;
}

/* ── Active / hover state ── */
.gp-mk--active {
    transform: scale(1.15);
    z-index: 999 !important;
}
.gp-mk--active .gp-mk__card {
    background: #3F622A;
    border-color: #3F622A;
    box-shadow: 0 2px 8px rgba(63,98,42,0.45);
}
.gp-mk--active .gp-mk__score  { color: #fff; }
.gp-mk--active .gp-mk__deal   { color: #b5d6a0; }
.gp-mk--active .gp-mk__tip    { border-top-color: #3F622A; }

/*====================================================================*/
/* Map Popup — modern mini-card (overrides leaflet defaults)          */
/*====================================================================*/

/* Reset Leaflet popup chrome — must beat leaflet.css !important */
.gp-pk-wrap .leaflet-popup-content-wrapper {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.18) !important;
    overflow: hidden;
}
.gp-pk-wrap .leaflet-popup-content {
    margin: 0 !important;
    width: auto !important;
}
.gp-pk-wrap .leaflet-popup-content span {
    display: inline !important;
    padding: 0 !important;
    color: inherit !important;
    position: static !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
/* Override the blanket span reset for specific popup elements */
.gp-pk-wrap .leaflet-popup-content span.gp-pk__meta {
    display: block !important;
    font-size: 12px !important;
    color: #777 !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
}
.gp-pk-wrap .leaflet-popup-content span.gp-pk__cta {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #3F622A !important;
}
.gp-pk-wrap .leaflet-popup-content span.gp-pk__name {
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}
.gp-pk-wrap .leaflet-popup-content span.gp-pk__rating {
    display: inline-block !important;
    background: #3F622A !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 2px 7px !important;
    border-radius: 4px !important;
    line-height: 1.3 !important;
}
.gp-pk-wrap .leaflet-popup-content span strong {
    display: inline !important;
}
.gp-pk-wrap .leaflet-popup-content h3 {
    margin: 0 !important;
}
.gp-pk-wrap .leaflet-popup-content img {
    border-radius: 0 !important;
}
.gp-pk-wrap .leaflet-popup-tip {
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.gp-pk-wrap .leaflet-popup-close-button {
    z-index: 10 !important;
    width: 24px !important;
    height: 24px !important;
    background: rgba(255,255,255,0.92) !important;
    border-radius: 50% !important;
    top: 6px !important;
    right: 6px !important;
    line-height: 22px !important;
    font-size: 16px !important;
    color: #333 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    padding: 0 !important;
}
.gp-pk-wrap .leaflet-popup-close-button:hover {
    background: #fff !important;
    color: #000 !important;
}

/* Card link */
.gp-pk {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
    width: 260px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.gp-pk:hover { text-decoration: none !important; }

/* Image */
.gp-pk__img {
    width: 100%;
    height: 130px;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Discount badge on image */
.gp-pk__badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: #3F622A;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.3px;
}

/* Body */
.gp-pk__body {
    padding: 10px 12px 12px;
}

/* Header row: name + rating */
.gp-pk__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.gp-pk__name {
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    line-height: 1.3 !important;
    padding: 0 !important;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gp-pk__rating {
    display: inline-block !important;
    flex-shrink: 0;
    background: #3F622A !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 2px 7px !important;
    border-radius: 4px;
    line-height: 1.3 !important;
}

/* Stars row */
.gp-pk__stars {
    display: flex;
    gap: 1px;
    margin-bottom: 5px;
}
.gp-pk__star {
    display: inline-block;
    width: 12px;
    height: 12px;
}
.gp-pk__star--full {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f5a623'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.gp-pk__star--half {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3ClinearGradient id='h'%3E%3Cstop offset='50%25' stop-color='%23f5a623'/%3E%3Cstop offset='50%25' stop-color='%23ddd'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23h)' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Meta line */
.gp-pk__meta {
    display: block !important;
    font-size: 12px !important;
    color: #777 !important;
    line-height: 1.4 !important;
    padding: 0 !important;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* CTA */
.gp-pk__cta {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #3F622A !important;
    padding: 0 !important;
    line-height: 1;
}

/* ---- Internal Links Section ---- */
.gp-internal-links {
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.gp-internal-links h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

/* ---- Explore More Sidebar (inside listing) ---- */
.gp-explore-links {
    margin-top: 10px;
    margin-bottom: 20px;
}

.gp-explore-links h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.gp-explore-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gp-explore-links ul li {
    margin-bottom: 4px;
}

.gp-explore-links ul li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.gp-explore-links ul li a:hover {
    color: #3F622A;
}

.gp-explore-links ul li small {
    color: #999;
}

/* ---- Pagination (TheFork style) ---- */
.gp-listing-panel .pagination_fg {
    margin: 30px 0 20px;
}

.gp-listing-panel .pagination {
    gap: 8px;
}

.gp-listing-panel .page-item .page-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1.5px solid #ddd;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    background: #fff;
    transition: all 0.15s;
}

.gp-listing-panel .page-item .page-link:hover {
    border-color: #3F622A;
    color: #3F622A;
    background: #fff;
}

.gp-listing-panel .page-item.active .page-link {
    background: #3F622A;
    border-color: #3F622A;
    color: #fff;
    font-weight: 600;
}

.gp-listing-panel .page-item.disabled .page-link {
    background: #f8f8f8;
    border-color: #eee;
    color: #ccc;
}

/* Arrow buttons - circular */
.gp-listing-panel .page-item:first-child .page-link,
.gp-listing-panel .page-item:last-child .page-link {
    border-radius: 50%;
    font-size: 18px;
}

/* ---- Responsive ---- */

/* Tablets */
@media (max-width: 991px) {
    .gp-split-container {
        padding: 0 15px;
    }

    .gp-split-row {
        flex-direction: column;
        height: auto;
    }

    .gp-listing-panel {
        flex: none;
        max-width: 100%;
        overflow: visible;
        padding: 15px 0;
    }

    .gp-map-panel {
        display: none;
    }

    .gp-card-h__image {
        flex: 0 0 200px;
        height: 260px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .gp-card-h__link {
        flex-direction: column;
    }

    .gp-card-h__image {
        flex: none;
        width: 100%;
        height: 220px;
    }

    .gp-card-h__body {
        padding: 12px 14px;
    }

    .gp-card-h__name {
        font-size: 16px;
    }

    .gp-card-h__rating-score {
        font-size: 17px;
        padding: 5px 10px;
    }

    .gp-listing-header h1 {
        font-size: 18px;
    }
}
