.eg-authority-article--technical .eg-authority-article__main{min-width:0}
.eg-tech-jump{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0 34px;
  padding:16px;
  border:1px solid #e6e6e6;
  border-radius:16px;
  background:#fafafa;
}
.eg-tech-jump a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e4e4e4;
  color:#222;
  text-decoration:none;
  font-size:14px;
}
.eg-tech-jump a:hover{
  border-color:#d71920;
  color:#d71920;
}
.eg-tech-section{
  scroll-margin-top:110px;
  margin:0 0 42px;
}
.eg-tech-section h2{
  margin-bottom:12px;
}
.eg-tech-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:22px;
}
.eg-tech-grid article{
  padding:22px;
  border:1px solid #e7e7e7;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.03);
}
.eg-tech-grid h3{
  margin:0 0 10px;
  font-size:19px;
}
.eg-tech-note{
  margin-top:18px;
  padding:16px 18px;
  border-left:4px solid #d71920;
  border-radius:8px;
  background:#faf5f5;
}
.eg-tech-steps{
  list-style:none;
  counter-reset:techstep;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  padding:0;
  margin:22px 0 0;
}
.eg-tech-steps li{
  counter-increment:techstep;
  position:relative;
  padding:20px 18px 20px 62px;
  border:1px solid #e7e7e7;
  border-radius:16px;
  background:#fff;
}
.eg-tech-steps li:before{
  content:counter(techstep);
  position:absolute;
  left:18px;
  top:18px;
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#d71920;
  color:#fff;
  font-weight:700;
}
.eg-tech-faq{
  margin:44px 0;
}
.eg-tech-faq details{
  margin:0 0 12px;
  border:1px solid #e6e6e6;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
}
.eg-tech-faq summary{
  cursor:pointer;
  padding:17px 20px;
  font-weight:600;
  list-style:none;
}
.eg-tech-faq summary::-webkit-details-marker{display:none}
.eg-tech-faq details[open] summary{
  border-bottom:1px solid #eee;
}
.eg-tech-faq details p{
  margin:0;
  padding:16px 20px 18px;
}
.eg-tech-final-cta{
  margin-top:42px;
  padding:30px;
  border-radius:18px;
  background:#1f1f1f;
}
.eg-tech-final-cta h2,
.eg-tech-final-cta p{
  color:#fff;
}
@media(max-width:991px){
  .eg-tech-grid{grid-template-columns:1fr}
}
@media(max-width:767px){
  .eg-tech-jump{
    gap:8px;
    padding:12px;
  }
  .eg-tech-jump a{
    width:100%;
    border-radius:10px;
  }
  .eg-tech-steps{
    grid-template-columns:1fr;
  }
  .eg-tech-final-cta{
    padding:22px;
  }
}

.eg-tech-jump a{cursor:pointer;user-select:none}
.eg-tech-jump a:focus-visible{
  outline:2px solid #d71920;
  outline-offset:2px;
}
.eg-tech-final-cta__actions{
  margin-top:18px;
}
.eg-tech-final-cta__actions .eg-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 18px;
  border-radius:10px;
  background:#d71920;
  color:#fff !important;
  text-decoration:none;
  font-weight:700;
}
