.gpa-wrap{
  width: 100%;
  max-width: none;
  margin: 40px 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

.gpa-content-shell{
  width:min(1520px,calc(100% - 36px));
  max-width:1520px;
  margin:0 auto;
}

/* Google map price pins in GeoArea style. */
.gpa-google-price-marker{
  position:absolute;
  z-index:2;
  transform:translate(-50%,-100%);
  min-width:64px;
  min-height:34px;
  padding:7px 11px;
  border:2px solid #fff;
  border-radius:999px 999px 999px 4px;
  color:#fff;
  background:#174c91;
  box-shadow:0 7px 18px rgba(10,42,86,.3);
  font:800 12px/1 "GeoArea Noto Sans Georgian","Noto Sans Georgian",sans-serif;
  white-space:nowrap;
  cursor:pointer;
}
.gpa-google-price-marker:hover, .gpa-google-price-marker:focus-visible{z-index:5;background:#c99422;outline:0;transform:translate(-50%,-100%) scale(1.06)}

.gpa-wrap *, .gpa-wrap *::before, .gpa-wrap *::after{
  box-sizing: border-box;
}

.gpa-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 22px;
}

.gpa-head h2{
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  color: #0f172a;
}

.gpa-head p{
  margin: 6px 0 0;
  color: #64748b;
  font-weight: 600;
}

/* V6.6 listing search hero — same visual language and local image as Home. */
.gpa-search-hero{position:relative;}
.gpa-search-hero .gpa-head{position:relative;z-index:1;margin-bottom:22px}.gpa-search-hero .gpa-head h2{color:#fff}.gpa-search-hero .gpa-head p{color:#dce9f8}


































.gpa-archive-content{
  position: relative;
}

.gpa-wrap.is-loading .gpa-archive-content{
  opacity: 0.45;
  pointer-events: none;
}

.gpa-wrap.is-loading::after{
  content: "იტვირთება...";
  position: absolute;
  top: 220px;
  left: 50%;
  z-index: 50;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  transform: translateX(-50%);
}

.gpa-active-filters{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px 0 22px;
}

.gpa-active-filters a{
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: none;
}

.gpa-active-filters a:hover{
  background: #2563eb;
  color: #fff;
}

.gpa-results-bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  font-weight: 800;
}

.gpa-results-bar strong{
  color: #2563eb;
}

.gpa-results-sort{
  display: flex;
  align-items: center;
  gap: 10px;
}

.gpa-results-sort select{
  height: 38px;
  padding: 0 10px;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: #fff;
  font-weight: 800;
}

.gpa-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

.gpa-card{
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e7eaf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gpa-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.gpa-image{
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: #eef2f7;
  color: #94a3b8;
  text-decoration: none;
}

.gpa-image::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0) 58%);
  pointer-events: none;
}

.gpa-image img, .gpa-image > span{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gpa-image > span{
  display: grid;
  place-items: center;
  font-size: 44px;
}

.gpa-badges{
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.gpa-badges em{
  padding: 7px 10px;
  border-radius: 999px;
  display: inline-flex;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.gpa-badges .deal{ background: rgba(22, 163, 74, 0.92); }
.gpa-badges .vip{ background: rgba(245, 158, 11, 0.95); }
.gpa-badges .boost{ background: rgba(37, 99, 235, 0.95); }

.gpa-price{
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 3;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
}

.gpa-card-actions{
  position: absolute;
  right: 12px;
  bottom: 14px;
  z-index: 4;
  display: flex;
  gap: 7px;
}

.gpa-card-actions a, .gpa-card-actions button{
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.68);
  color: #fff;
  cursor: pointer;
}

.gpa-body{
  padding: 17px;
}

.gpa-title{
  display: block;
  margin: 0 0 9px;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
  text-decoration: none;
}

.gpa-title:hover{
  color: #2563eb;
}

.gpa-location{
  margin: 0 0 12px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.gpa-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 10px;
}

.gpa-meta span{
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.gpa-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
}

.gpa-type{
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gpa-view{
  min-height: 36px;
  padding: 7px 13px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2b5f9e;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.gpa-view:hover{
  background: #2563eb;
  color: #fff;
}

.gpa-card-footer{
  padding: 12px 17px;
  border-top: 1px solid #eef2f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #6b7280;
  font-size: 12px;
}

.gpa-author{
  display: flex;
  align-items: center;
  gap: 8px;
}

.gpa-author img{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.gpa-empty{
  grid-column: 1 / -1;
  padding: 40px;
  border: 1px dashed #cbd5e1;
  border-radius: 22px;
  background: #fff;
  color: #64748b;
  text-align: center;
  font-weight: 800;
}

.gpa-pagination{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.gpa-pagination .page-numbers{
  min-width: 40px;
  height: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0f172a;
  font-weight: 900;
  text-decoration: none;
}

.gpa-pagination .page-numbers.current, .gpa-pagination .page-numbers:hover{
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}

@media (max-width: 1200px){
  

  .gpa-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px){
  .gpa-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px){
  .gpa-wrap{
    margin: 24px 0;
    padding: 0;
  }
  .gpa-content-shell{width:calc(100% - 20px);max-width:calc(100% - 20px);}

  .gpa-head{
    align-items: flex-start;
    flex-direction: column;
  }

  .gpa-head h2{
    font-size: 26px;
  }

  

  

  

  

  .gpa-results-bar{
    align-items: stretch;
    flex-direction: column;
  }

  .gpa-results-sort{
    justify-content: space-between;
  }

  .gpa-grid{
    grid-template-columns: 1fr;
  }

  .gpa-image{
    height: 235px;
  }
}


/* New unified GeoArea property card */

.gpa-grid{
    align-items: stretch;
}

.gpa-grid .ga-property-card{
    width: 100%;
    height: 100%;
}

.gpa-grid .ga-property-card .gpa-body{
    display: block;
}

.gpa-grid .ga-property-card .ga-card-image{
    width: calc(100% - 18px);
}
/* =========================================================
   ARCHIVE GRID — unified property card V2
========================================================= */
.gpa-grid{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.gpa-grid > .ghp-card{
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 1180px){
  .gpa-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px){
  .gpa-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 580px){
  .gpa-grid{ grid-template-columns: 1fr; gap: 16px; }
}

/* =========================================================
   FINAL ARCHIVE LAYOUT / TOUCH STABILITY — 2026-07
========================================================= */

.gpa-grid{
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}
.gpa-grid > .ghp-card{ width: 100% !important; min-width: 0 !important; max-width: none !important; height: 100%; }
.gpa-grid .ghp-media{ aspect-ratio: 4 / 3; height: auto !important; }
.gpa-grid .ghp-image, .gpa-grid .ghp-image img{ width: 100%; height: 100%; }
.gpa-grid .ghp-image img{ object-fit: cover; }

@media (max-width: 1180px){ .gpa-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
@media (max-width: 860px){ .gpa-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 680px){
  .gpa-grid{ grid-template-columns: 1fr !important; gap: 16px !important; }
  
}
html.gpa-filter-open, body.gpa-filter-open{ overflow: hidden !important; overscroll-behavior: none; }

/* GeoArea interactive property map */
.gpa-map-toggle{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid #174c91;border-radius:11px;background:#174c91;color:#fff;text-decoration:none;font-weight:900;white-space:nowrap}
.gpa-map-toggle:hover{background:#123f7c;color:#fff}.gpa-map-toggle:active, .gpa-map-toggle.is-active{border-color:#c99422;background:#c99422;color:#fff}
.gpa-map-layout{height:min(820px,calc(100vh - 150px));min-height:620px;display:grid;grid-template-columns:minmax(330px,38%) minmax(0,62%);overflow:hidden;border:1px solid #dce3ed;border-radius:20px;background:#fff;box-shadow:0 18px 55px rgba(15,35,66,.13)}
.gpa-map-list{height:100%;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #dce3ed;background:#fff}
.gpa-map-list__head{padding:18px 20px;border-bottom:1px solid #e6ebf2}.gpa-map-list__head strong{display:block;color:#10213d;font-size:18px}.gpa-map-list__head strong span{color:#c58b18}.gpa-map-list__head small{display:block;margin-top:5px;color:#7a879a}
.gpa-map-list__items{height:0;min-height:0;flex:1 1 auto;overflow-y:scroll!important;overflow-x:hidden;padding:10px;scrollbar-width:auto;scrollbar-color:#7f91a8 #edf1f6;scrollbar-gutter:stable;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.gpa-map-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;padding:10px;border:1px solid transparent;border-bottom-color:#e5eaf1;border-radius:12px;cursor:pointer;transition:.18s ease}
.gpa-map-card[hidden]{display:none!important}
.gpa-map-card:hover{border-color:#7da7df;background:#f1f6fd;box-shadow:0 9px 22px rgba(28,47,77,.08)}.gpa-map-card.is-active{border-color:#c99422;background:#fff8e8;box-shadow:0 9px 22px rgba(28,47,77,.08)}
.gpa-map-card__image{position:relative;height:116px;overflow:hidden;border-radius:10px;background:#eef2f7;color:#8b97a8;text-decoration:none}.gpa-map-card__image img{width:100%;height:100%;display:block;object-fit:cover}.gpa-map-card__image>span{height:100%;display:grid;place-items:center;font-size:11px}
.gpa-map-card__vip{position:absolute;top:7px;left:7px;padding:5px 7px;border-radius:7px;background:#c99422;color:#fff;font-size:10px}.gpa-map-card__vip--vip_plus{background:#174a98}.gpa-map-card__vip--super_vip{background:#e34f3e}
.gpa-map-card__body{min-width:0;padding:3px 0}.gpa-map-card__body>strong{display:block;margin-bottom:5px;color:#102d56;font-size:17px}.gpa-map-card__body>a{display:-webkit-box;overflow:hidden;color:#12213a;text-decoration:none;font-size:14px;font-weight:900;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.gpa-map-card__body p{overflow:hidden;margin:7px 0;color:#68788e;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.gpa-map-card__body>div{display:flex;gap:10px;color:#3f516a;font-size:11px;font-weight:800}
.gpa-map-empty{margin:10px;padding:35px 20px;border:1px dashed #c8d1df;border-radius:14px;color:#6f7f94;text-align:center;font-weight:800}
.gpa-map-stage{position:relative;min-width:0;background:#e8edf2}.gpa-properties-map{position:absolute;inset:0;z-index:1;width:100%;height:100%}
.gpa-map-toolbar{position:absolute;z-index:500;top:18px;right:18px;left:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;pointer-events:none}
.gpa-map-toolbar label{width:min(480px,60%);height:54px;display:flex;align-items:center;gap:10px;padding:0 16px;border:2px solid #174c91;border-radius:12px;background:#fff;box-shadow:0 8px 26px rgba(15,35,66,.16);pointer-events:auto}.gpa-map-toolbar label:focus-within{border-color:#c99422}.gpa-map-toolbar label svg{width:24px;height:24px;fill:none;stroke:#526177;stroke-width:1.8}.gpa-map-toolbar input{width:100%;height:48px;padding:0;border:0!important;background:transparent;box-shadow:none!important;outline:0;font:inherit;font-weight:750;color:#16253d}
.gpa-map-toolbar>a{height:54px;display:flex;align-items:center;gap:12px;padding:0 18px;border-radius:12px;background:#174c91;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 8px 26px rgba(15,35,66,.16);pointer-events:auto}.gpa-map-toolbar>a:active{background:#c99422}.gpa-map-toolbar>a span{font-size:28px;font-weight:400}
.gpa-map-price-icon{background:transparent!important;border:0!important}.gpa-map-price-icon span{display:block;min-width:64px;padding:7px 10px;border:2px solid #fff;border-radius:999px;background:#0a376d;color:#fff;text-align:center;font-size:12px;font-weight:950;white-space:nowrap;box-shadow:0 7px 16px rgba(7,41,82,.28);transition:.15s ease}.gpa-map-price-icon span:after{content:"";position:absolute;bottom:-5px;left:27px;width:10px;height:10px;background:#0a376d;transform:rotate(45deg);z-index:-1}.gpa-map-price-icon:active span{background:#c99422}
.gpa-map-popup{display:grid;grid-template-columns:90px minmax(0,1fr);gap:11px}.gpa-map-popup img{width:90px;height:82px;border-radius:8px;object-fit:cover}.gpa-map-popup div{min-width:0}.gpa-map-popup strong{display:block;margin-bottom:4px;color:#0e315d;font-size:16px}.gpa-map-popup a{display:-webkit-box;overflow:hidden;color:#15243b;text-decoration:none;font-weight:900;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.gpa-map-popup small{display:block;overflow:hidden;margin-top:6px;color:#6b7b90;text-overflow:ellipsis;white-space:nowrap}
.gpa-properties-map .leaflet-control-zoom{margin-top:86px}.gpa-properties-map .leaflet-control-attribution{font-size:9px}

@media (max-width:900px){.gpa-map-layout{height:auto;min-height:0;grid-template-columns:1fr}.gpa-map-list{order:2;height:min(470px,60vh);border-top:1px solid #dce3ed;border-right:0}.gpa-map-stage{order:1;height:60vh;min-height:430px}.gpa-map-toolbar label{width:100%}.gpa-map-toolbar>a{font-size:0;padding:0 13px}.gpa-map-toolbar>a span{font-size:28px}}
@media (max-width:580px){.gpa-map-layout{margin-inline:-2px;border-radius:14px}.gpa-map-stage{height:54vh;min-height:380px}.gpa-map-toolbar{top:10px;right:10px;left:10px;gap:8px}.gpa-map-toolbar label, .gpa-map-toolbar>a{height:48px}.gpa-map-card{grid-template-columns:118px minmax(0,1fr)}.gpa-map-card__image{height:102px}.gpa-properties-map .leaflet-control-zoom{margin-top:72px}}
@media (max-width:680px){.gpa-search-hero .gpa-head{padding-inline:8px;margin-bottom:16px}.gpa-search-hero .gpa-head h2{font-size:25px}.gpa-search-hero .gpa-head p{font-size:12px}}

/* =========================================================
   MOBILE UX A2 — Archive, sticky tools, filter/sort sheets
========================================================= */
.gpa-mobile-tools, .gpa-mobile-backdrop, .gpa-mobile-sort-sheet{ display: none; }

@media (max-width: 680px){
  .gpa-wrap{
    margin: 18px auto 96px;
    padding: 0 12px;
  }

  .gpa-head{ margin-bottom: 12px; }
  .gpa-head h2{ font-size: 24px; }
  .gpa-head p{ font-size: 13px; }

  .gpa-mobile-tools{
    position: sticky;
    top: max(8px, env(safe-area-inset-top));
    z-index: 900;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0 0 12px;
    padding: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 10px 30px rgba(15,23,42,.10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .gpa-mobile-sort-btn{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 12px;
    border: 0;
    border-radius: 12px;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
  }
  
  .gpa-mobile-sort-btn{ background: #eff4fb; color: #10233f; }

  .gpa-mobile-backdrop{
    position: fixed;
    inset: 0;
    z-index: 999990;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: rgba(15,23,42,.52);
    transition: opacity .22s ease, visibility .22s ease;
  }
  .gpa-mobile-backdrop.is-visible{
    opacity: 1;
    visibility: visible;
  }


  .gpa-mobile-sort-sheet{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000001;
    display: grid;
    gap: 6px;
    padding: 10px 14px calc(18px + env(safe-area-inset-bottom));
    border-radius: 24px 24px 0 0;
    background: #fff;
    box-shadow: 0 -24px 70px rgba(15,23,42,.25);
    transform: translateY(105%);
    visibility: hidden;
    transition: transform .26s ease, visibility .26s ease;
  }
  .gpa-mobile-sort-sheet.is-open{ transform: translateY(0); visibility: visible; }
  .gpa-mobile-sort-sheet > button[data-gpa-sort-value]{
    min-height: 50px;
    padding: 0 14px;
    border: 0;
    border-radius: 12px;
    background: #f8fafc;
    color: #10233f;
    text-align: left;
    font-weight: 800;
  }
  .gpa-sheet-handle{
    width: 42px;
    height: 4px;
    margin: 0 auto 3px;
    border-radius: 999px;
    background: #cbd5e1;
  }
  .gpa-sheet-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 0 8px;
  }
  .gpa-sheet-head strong{ font-size: 19px; }

  .gpa-results-bar{
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    box-shadow: none;
  }
  .gpa-results-sort{ display: none !important; }
  .gpa-active-filters{
    flex-wrap: nowrap;
    margin: 0 0 10px;
    padding: 2px 0 5px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .gpa-active-filters::-webkit-scrollbar{ display: none; }
  .gpa-active-filters a{ flex: 0 0 auto; min-height: 34px; padding: 6px 10px; font-size: 12px; }

  .gpa-grid{
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .gpa-grid > .ghp-card{
    display: grid !important;
    grid-template-columns: 42% 58%;
    min-height: 152px;
    height: auto !important;
    border-radius: 16px !important;
  }
  .gpa-grid .ghp-media{
    aspect-ratio: auto !important;
    height: 100% !important;
    min-height: 152px;
  }
  .gpa-grid .ghp-body{
    min-width: 0;
    padding: 12px !important;
  }
  .gpa-grid .ghp-title{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px !important;
    line-height: 1.35;
  }
  .gpa-grid .ghp-price{ font-size: 17px !important; }
  .gpa-grid .ghp-price-m2, .gpa-grid .ga-card-agent, .gpa-grid .ghp-date{ display: none !important; }
  .gpa-grid .ga-card-features{ gap: 7px !important; margin-top: 8px !important; }
  .gpa-grid .ga-card-feature{ font-size: 12px; }
  .gpa-grid .ghp-footer{ margin-top: 8px !important; }
  .gpa-grid .ghp-location{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
  }
  .gpa-grid .ghp-vip, .gpa-grid .ghp-promo{ transform: scale(.86); transform-origin: top left; }
  .gpa-grid .ghp-favorite{ width: 36px; height: 36px; }

  .gpa-pagination{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 22px;
  }
}
