.aicity-share-bottom-wrap{
  margin:24px 0;
  box-sizing:border-box;
}
.aicity-share-panel{
  padding:18px 20px;
  border:1px solid #dfe5ea;
  border-radius:12px;
  background:#f8fbfd;
  box-shadow:0 3px 14px rgba(0,0,0,.045);
}
.aicity-share-heading{
  margin:0 0 4px;
  color:#333;
  font-size:17px;
  font-weight:bold;
}
.aicity-share-lead{
  margin:0 0 14px;
  color:#777;
  font-size:12px;
  line-height:1.7;
}
.aicity-share-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.aicity-share-btn{
  appearance:none;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  width:82px;
  min-height:74px;
  padding:9px 6px 8px;
  border:0;
  border-radius:11px;
  color:#fff!important;
  font-size:11px;
  font-weight:bold;
  line-height:1.2;
  text-decoration:none!important;
  cursor:pointer;
  box-shadow:inset 0 -4px 0 rgba(0,0,0,.13);
  transition:transform .15s ease,opacity .15s ease;
  box-sizing:border-box;
}
.aicity-share-btn:hover{
  opacity:.9;
  transform:translateY(-1px);
}
.aicity-share-btn:active{
  transform:translateY(1px);
}
.aicity-share-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
}
.aicity-share-icon svg{
  display:block;
  width:30px;
  height:30px;
  fill:currentColor;
}
.aicity-share-instagram{
  background:linear-gradient(135deg,#833ab4 0%,#e1306c 48%,#f77737 100%);
}
.aicity-share-x{background:#111;}
.aicity-share-facebook{background:#1877f2;}
.aicity-share-threads{background:#111;}
.aicity-share-line{background:#06c755;}
.aicity-share-mail{background:#64748b;}
.aicity-share-copy{background:#53606d;}
.aicity-share-native{background:#f39800;}

.aicity-share-top-btn{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:32px;
  margin:8px 0 0;
  padding:6px 12px;
  border:1px solid #d3dbe2;
  border-radius:999px;
  background:#fff;
  color:#4a5560;
  font-size:12px;
  font-weight:bold;
  line-height:1;
  cursor:pointer;
  box-shadow:0 1px 5px rgba(0,0,0,.07);
}
.aicity-share-top-btn:hover{
  background:#f7f9fb;
}
.aicity-share-top-btn svg{
  width:15px;
  height:15px;
  fill:currentColor;
}

.aicity-store-utility{
  margin:0 0 15px;
  padding:13px;
  border:1px solid #e2e7eb;
  border-radius:9px;
  background:#fff;
}
.aicity-store-utility-title{
  margin:0 0 9px;
  color:#555;
  font-size:13px;
  font-weight:bold;
}
.aicity-store-utility-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.aicity-store-utility-btn{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:34px;
  padding:6px 11px;
  border:1px solid #cbd4dc;
  border-radius:7px;
  background:#fff;
  color:#43505c!important;
  font-size:12px;
  font-weight:bold;
  text-decoration:none!important;
  cursor:pointer;
}
.aicity-store-utility-btn:hover{
  background:#f5f8fa;
}

.aicity-share-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(0,0,0,.55);
  box-sizing:border-box;
}
.aicity-share-modal.is-open{display:flex;}
.aicity-share-modal-dialog{
  position:relative;
  width:min(620px,100%);
  max-height:88vh;
  overflow:auto;
  padding:20px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 15px 50px rgba(0,0,0,.25);
  box-sizing:border-box;
}
.aicity-share-modal-title{
  margin:0 40px 15px 0;
  font-size:19px;
}
.aicity-share-modal-close{
  position:absolute;
  top:10px;
  right:10px;
  width:34px;
  height:34px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#f0f2f4;
  color:#555;
  font-size:22px;
  cursor:pointer;
}
.aicity-share-embed{
  display:none;
  margin-top:12px;
}
.aicity-share-embed.is-open{display:block;}
.aicity-share-embed textarea{
  width:100%;
  min-height:125px;
  padding:10px;
  border:1px solid #ccd3da;
  border-radius:7px;
  background:#fff;
  color:#333;
  font-family:monospace;
  font-size:12px;
  line-height:1.6;
  box-sizing:border-box;
}
.aicity-share-message{
  display:none;
  margin:10px 0 0;
  padding:8px 10px;
  border-radius:7px;
  background:#fff7df;
  color:#765500;
  font-size:12px;
  line-height:1.6;
}
.aicity-share-message.is-visible{display:block;}

@media screen and (max-width:767px){
  .aicity-share-bottom-wrap{
    margin:18px 0;
  }
  .aicity-share-panel{
    padding:14px 12px;
  }
  .aicity-share-buttons{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:7px;
  }
  .aicity-share-btn{
    width:100%;
    min-width:0;
    min-height:68px;
    padding:8px 3px 7px;
    border-radius:9px;
    font-size:10px;
  }
  .aicity-share-icon{
    width:28px;
    height:28px;
  }
  .aicity-share-icon svg{
    width:27px;
    height:27px;
  }
}

@media screen and (max-width:390px){
  .aicity-share-buttons{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media print{
  .aicity-share-bottom-wrap,
  .aicity-share-top-btn,
  .aicity-share-modal,
  .aicity-store-recruitment-block,
  .aicity-store-contact-box,
  #header,
  #side,
  #footer,
  .path{
    display:none!important;
  }
  body,
  #wrapper,
  #content,
  #main{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
  }
}

/* AICITY SHARE FINAL OVERRIDES */
.aicity-share-buttons{
  gap:8px;
}

.aicity-share-btn{
  width:70px;
  min-height:62px;
  padding:7px 4px 6px;
  border-radius:9px;
  gap:3px;
  font-size:10px;
}

.aicity-share-icon{
  width:25px;
  height:25px;
}

.aicity-share-icon svg{
  width:24px;
  height:24px;
}

.aicity-share-title-with-button{
  display:inline!important;
  margin:0!important;
}

.aicity-share-title-with-button + .aicity-share-top-btn{
  display:inline-flex!important;
  width:auto!important;
  min-height:30px;
  margin:0 0 0 5px!important;
  vertical-align:middle;
  transform:translateY(-1px);
}

@media screen and (max-width:767px){
  .aicity-share-btn{
    min-height:58px;
    padding:6px 2px 5px;
    font-size:9px;
  }

  .aicity-share-icon{
    width:23px;
    height:23px;
  }

  .aicity-share-icon svg{
    width:22px;
    height:22px;
  }

  .aicity-share-title-with-button + .aicity-share-top-btn{
    margin-left:4px!important;
  }
}
