.avo-gp{width:100%}.avo-gp,.avo-gp *,.avo-gp :after,.avo-gp :before{box-sizing:border-box}.avo-gp__heading{color:var(--avo-heading-color,#1a1a2e);font-family:var(--avo-heading-font);font-size:var(--avo-heading-size);font-weight:var(--avo-heading-weight);margin:0 auto 28px;max-width:var(--avo-max-width);text-align:center}.avo-gp__grid{align-items:stretch;display:grid;gap:var(--avo-gap);grid-template-columns:repeat(var(--avo-cols),minmax(0,1fr));margin:0 auto;max-width:var(--avo-max-width)}.avo-gp__card{background:var(--avo-card-bg,#fff);border:var(--avo-card-bw,1px) solid var(--avo-card-border,#e4daf8);border-radius:var(--avo-card-radius,14px);box-shadow:0 10px 26px rgba(60,30,130,.06);display:flex;flex-direction:column;overflow:hidden}.avo-gp__img{height:var(--avo-img-h,220px);width:100%}.avo-gp__img img{display:block;height:100%;object-fit:cover;width:100%}.avo-gp__body{align-items:flex-start;display:flex;flex-direction:column;gap:8px;padding:22px 24px 26px}.avo-gp__title{color:var(--avo-title-color,#1a1a2e);font-family:var(--avo-title-font);font-size:var(--avo-title-size);font-weight:var(--avo-title-weight)}.avo-gp__subtitle{color:var(--avo-sub-color,#3a3a4a);font-family:var(--avo-sub-font);font-size:var(--avo-sub-size);font-weight:var(--avo-sub-weight)}.avo-gp__btn{background:var(--avo-btn-bg,#fff);border:1px solid var(--avo-btn-border,#6c40e0);border-radius:var(--avo-btn-radius,8px);color:var(--avo-btn-text,#6c40e0);cursor:pointer;font-family:var(--avo-btn-font);font-size:var(--avo-btn-size);font-weight:var(--avo-btn-weight);margin-top:10px;padding:10px 18px;transition:background .2s ease,color .2s ease}.avo-gp__btn:hover{background:var(--avo-btn-border,#6c40e0);color:#fff}.avo-gp__overlay{align-items:center;background:rgba(26,16,48,.6);display:none;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.avo-gp__overlay.is-open{display:flex}.avo-gp__modal{background:#fff;border-radius:16px;box-shadow:0 30px 70px rgba(0,0,0,.35);max-height:90vh;overflow:hidden;position:relative;width:min(860px,96vw)}.avo-gp__close{background:hsla(0,0%,100%,.9);border:none;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#1a1a2e;cursor:pointer;font-size:24px;height:36px;line-height:1;position:absolute;right:12px;top:10px;width:36px;z-index:2}.avo-gp__modal-title{color:var(--avo-title-color,#1a1a2e);font-family:var(--avo-title-font);font-size:18px;font-weight:var(--avo-title-weight);padding:18px 54px 14px 22px}.avo-gp__modal-title:empty{display:none}.avo-gp__modal-map{height:460px;max-height:calc(90vh - 60px);width:100%}.avo-gp__modal-map iframe{border:0;display:block;height:100%;width:100%}@media (max-width:768px){.avo-gp__modal-map{height:60vh}}