/* Trust Score Network v13.4.4.3 Video Integration
   Adds responsive public video presentation without changing the approved header/footer design. */
.tsn-v13443-video-panel{
  border-left:6px solid #0b3d91!important;
  background:linear-gradient(180deg,#ffffff,#f7fbff)!important;
}
.tsn-v13443-video-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);
  gap:22px;
  align-items:center;
}
.tsn-v13443-video-shell{
  background:#071d3a;
  border:1px solid #d8e3f1;
  border-radius:18px;
  box-shadow:0 8px 28px rgba(15,23,42,.12);
  overflow:hidden;
}
.tsn-v13443-video-shell video{
  display:block;
  width:100%;
  height:auto;
  background:#071d3a;
}
.tsn-v13443-video-eyebrow{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background:#e0ecff;
  color:#0b3d91;
  font-weight:900;
  font-size:12px;
  letter-spacing:.02em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.tsn-v13443-video-panel h2,
.tsn-v13443-video-panel h3{
  color:#0b3d91;
  margin-top:0;
  line-height:1.18;
}
.tsn-v13443-video-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.tsn-v13443-video-note{
  font-size:13px;
  color:#54657a;
  margin:9px 0 0;
}
@media(max-width:900px){
  .tsn-v13443-video-grid{grid-template-columns:1fr;}
  .tsn-v13443-video-actions .btn{width:100%;}
}
