.jih-contact-widget{
  --jihcw-accent:#111;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:18px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,0) 55%),
    #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.jih-contact-widget:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:var(--jihcw-accent,#111);
  opacity:.25;
}

.jih-contact-widget__title{
  font-size:18px;
  font-weight:800;
  letter-spacing:.2px;
  margin:0 0 12px 0;
}

.jih-contact-widget__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 10px 0;
}

.jih-contact-widget__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:11px 16px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.16);
  font-weight:700;
  line-height:1;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background-color .12s ease, color .12s ease;
  box-shadow: 0 6px 14px rgba(0,0,0,.06);
}

.jih-contact-widget__btn:focus{
  outline:2px solid rgba(0,0,0,.35);
  outline-offset:2px;
}

.jih-contact-widget__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
  border-color: rgba(0,0,0,.28);
}

.jih-contact-widget__btn--primary{
  background:var(--jihcw-accent,#111);
  color:#fff;
  border-color:var(--jihcw-accent,#111);
}

.jih-contact-widget__btn--primary:hover{
  filter: brightness(.92);
}

.jih-contact-widget__btn--secondary{
  background:#fff;
  color:#111;
}

.jih-contact-widget__note{
  font-size:13px;
  line-height:1.4;
  color: rgba(0,0,0,.70);
  margin:2px 0 0 0;
  min-height: 18px;
}

.jih-contact-widget__social{
  display:flex;
  gap:10px;
  margin-top:14px;
}

.jih-contact-widget__social-link{
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid var(--jihcw-accent,#111);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  background: var(--jihcw-accent,#111);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background-color .12s ease, filter .12s ease;
  box-shadow: 0 6px 14px rgba(0,0,0,.06);
}

.jih-contact-widget__social-link:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
  filter: brightness(.92);
}

.jih-contact-widget a{
  word-break:break-word;
}

@media (max-width: 480px){
  .jih-contact-widget__btn{
    width:100%;
  }
}


.jih-contact-widget__btn svg{
  margin-right:8px;
  flex:0 0 auto;
}

.jih-contact-widget__btn-text{
  display:inline-block;
}
