.hero.gp-social-top-ready{
  position:relative;
}

.hero .hero-controls.gp-top-controls{
  position:absolute!important;
  top:18px!important;
  right:18px!important;
  left:18px!important;
  z-index:40!important;
  display:grid!important;
  grid-template-columns:auto minmax(56px,1fr) 56px 56px!important;
  align-items:center!important;
  gap:10px!important;
  width:auto!important;
  min-height:58px!important;
  margin:0!important;
  padding:0!important;
  pointer-events:none!important;
}

.hero .hero-controls.gp-top-controls > *{
  pointer-events:auto!important;
}

.hero .hero-controls.gp-top-controls .gp-top-back{
  grid-column:1!important;
  justify-self:start!important;
}

.hero .hero-controls.gp-top-controls .gp-top-logo{
  grid-column:2!important;
  justify-self:center!important;
  align-self:center!important;
  margin:0!important;
}

.hero .hero-controls.gp-top-controls .gp-top-favorite{
  grid-column:3!important;
}

.hero .hero-controls.gp-top-controls .gp-top-share{
  grid-column:4!important;
}

.hero .hero-controls.gp-top-controls .gp-top-favorite,
.hero .hero-controls.gp-top-controls .gp-top-share{
  position:relative!important;
  inset:auto!important;
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  min-height:56px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(255,255,255,.68)!important;
  border-radius:50%!important;
  box-shadow:0 12px 28px rgba(0,0,0,.26)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}

.hero .hero-controls.gp-top-controls .gp-top-favorite{
  color:#0b2d4d!important;
  background:rgba(255,250,242,.96)!important;
}

.hero .hero-controls.gp-top-controls .gp-top-favorite.is-active{
  color:#fffaf2!important;
  background:linear-gradient(135deg,#c69a3a,#147b63)!important;
}

.gp-favorite-icon{
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
}

.gp-favorite-icon svg{
  width:26px!important;
  height:26px!important;
  display:block!important;
  overflow:visible!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.hero .hero-controls.gp-top-controls .gp-top-favorite.is-active .gp-favorite-icon svg{
  fill:currentColor!important;
}

.gp-social-button{
  appearance:none;
  color:#f4d38a!important;
  background:rgba(7,16,25,.78)!important;
  cursor:pointer!important;
  transition:transform .18s ease,background .18s ease,border-color .18s ease!important;
}

.gp-social-button:hover{
  transform:translateY(-1px) scale(1.04);
  background:rgba(7,16,25,.92)!important;
  border-color:rgba(244,211,138,.75)!important;
}

.gp-social-button:focus-visible,
.hero .hero-controls.gp-top-controls .gp-top-favorite:focus-visible{
  outline:3px solid #f4d38a!important;
  outline-offset:3px!important;
}

.gp-social-button__icon{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
}

.gp-social-button__icon svg{
  width:22px;
  height:22px;
  display:block;
  fill:currentColor;
}

.gp-social-overlay[hidden]{
  display:none!important;
}

.gp-social-overlay{
  position:fixed;
  inset:0;
  z-index:99999;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(2,9,14,.76);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  pointer-events:auto;
}

.gp-social-dialog{
  width:min(440px,100%);
  border:1px solid rgba(244,211,138,.18);
  border-radius:24px;
  padding:20px;
  color:#f9fbfa;
  background:linear-gradient(145deg,#0a2235,#071019);
  box-shadow:0 30px 80px rgba(0,0,0,.42);
}

.gp-social-dialog__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}

.gp-social-dialog__head small{
  display:block;
  color:#f4d38a;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.gp-social-dialog__head h2{
  margin:5px 0 0;
  color:#fff;
  font-size:25px;
}

.gp-social-close{
  appearance:none;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}

.gp-social-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.gp-social-options button{
  appearance:none;
  min-height:60px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:15px;
  padding:10px 12px;
  background:rgba(255,255,255,.06);
  color:#fff;
  display:flex;
  align-items:center;
  gap:10px;
  text-align:left;
  cursor:pointer;
  font:inherit;
}

.gp-social-options button:hover{
  background:rgba(244,211,138,.12);
  border-color:rgba(244,211,138,.35);
}

.gp-social-options button span{
  width:32px;
  height:32px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:#f4d38a;
  color:#071019;
  font-weight:900;
}

.gp-social-options button strong{
  font-size:13px;
}

.gp-social-feedback{
  min-height:18px;
  margin:12px 0 0;
  color:#f4d38a;
  font-size:12px;
  font-weight:700;
}

html.gp-social-open{
  overflow:hidden;
}

@media(max-width:760px){
  .hero .hero-controls.gp-top-controls{
    top:14px!important;
    right:14px!important;
    left:14px!important;
    grid-template-columns:auto minmax(48px,1fr) 52px 52px!important;
    gap:8px!important;
    min-height:52px!important;
  }

  .hero .hero-controls.gp-top-controls .gp-top-favorite,
  .hero .hero-controls.gp-top-controls .gp-top-share{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
  }

  .gp-favorite-icon{
    width:28px!important;
    height:28px!important;
  }

  .gp-favorite-icon svg{
    width:24px!important;
    height:24px!important;
  }
}

@media(max-width:520px){
  .hero .hero-controls.gp-top-controls{
    grid-template-columns:auto minmax(42px,1fr) 48px 48px!important;
    gap:6px!important;
  }

  .hero .hero-controls.gp-top-controls .gp-top-favorite,
  .hero .hero-controls.gp-top-controls .gp-top-share{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
  }

  .gp-social-options{
    grid-template-columns:1fr;
  }

  .gp-social-dialog{
    padding:18px;
    border-radius:22px;
  }
}
