.product-page .technical-disclaimer{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-top:15px;
  padding:15px 16px;
  border:1px solid #cfe2e6;
  border-radius:14px;
  background:linear-gradient(135deg,#f8fbfc 0%,#eef7f8 100%);
  box-shadow:inset 3px 0 0 #0b7482;
}
.product-page .technical-disclaimer .technical-note-icon{
  display:grid;
  flex:0 0 32px;
  width:32px;
  height:32px;
  place-items:center;
  border-radius:10px;
  background:#dceff1;
  color:#087080;
}
.product-page .technical-disclaimer .technical-note-icon svg{width:17px;height:17px}
.product-page .technical-note-copy{flex:1 1 auto;padding-top:1px}
.product-page .technical-note-copy>strong{
  display:block;
  margin-bottom:4px;
  color:#0b6876;
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.product-page .technical-disclaimer p{
  margin:0;
  color:#526a72;
  font-size:11px;
  line-height:1.68;
}
@media(max-width:520px){
  .product-page .technical-disclaimer{gap:11px;padding:14px}
  .product-page .technical-disclaimer .technical-note-icon{flex-basis:30px;width:30px;height:30px}
}