/* THERVIQ Developer Minimal Footer v61 */
.dev-minimal-line{
  width:100%;
  margin-top:9px;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.055);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  direction:ltr;
  text-align:center;
  color:rgba(255,255,255,.34);
  line-height:1;
}
.dev-minimal-line strong{
  margin:0;
  color:rgba(255,255,255,.38);
  font-size:8px;
  font-weight:500;
  letter-spacing:.35px;
  text-transform:uppercase;
}
.dev-minimal-links{
  display:inline-flex;
  align-items:center;
  gap:4px;
}
.dev-minimal-links a{
  width:20px;
  height:20px;
  flex:0 0 20px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.40);
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.065);
  text-decoration:none;
  transition:color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.dev-minimal-links a svg{
  width:10px;
  height:10px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.dev-minimal-links a:hover{
  color:#20c77a;
  background:rgba(32,199,122,.07);
  border-color:rgba(32,199,122,.22);
  transform:translateY(-1px);
}
@media(max-width:600px){
  .dev-minimal-line{margin-top:7px;padding-top:7px;gap:5px}
  .dev-minimal-line strong{font-size:7px}
  .dev-minimal-links{gap:3px}
  .dev-minimal-links a{width:19px;height:19px;flex-basis:19px}
  .dev-minimal-links a svg{width:9px;height:9px}
}


/* Directions action v62 */
.thv20-contact-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.thv62-contact-route .thv20-contact-logo{
  color:#0a9558;
}
.thv62-contact-route .thv20-contact-logo svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.thv20-floating-contact{
  gap:7px!important;
}
.thv20-floating-dir{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:#0a9558;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 10px 25px rgba(4,41,26,.20);
}
.thv20-floating-dir svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:720px){
  .thv20-contact-grid{
    grid-template-columns:1fr!important;
  }
  .thv20-floating-dir{
    width:46px;
    height:46px;
  }
}
