/* MEDIAAD_VIDEO_SHARE_V1 */
.md-share-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
.md-share-btn{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 11px;
  border:1px solid #d4e1dc;
  border-radius:9px;
  background:#fff;
  color:#24443b;
  font:inherit;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}
.md-share-btn:hover{
  background:#f5faf8;
  border-color:#bcd1c9;
  transform:translateY(-1px);
}
.md-share-btn--facebook{
  background:#eef4fb;
  border-color:#d5e1f0;
  color:#274f7d;
}
.md-share-btn svg{
  width:15px;
  height:15px;
  margin-right:6px;
  fill:currentColor;
}
.md-video-card .md-share-actions{
  margin-top:10px;
}
.md-video-detail .md-share-actions{
  margin-top:12px;
}
.md-study-catalog-card .md-share-actions{
  margin-top:9px;
}
.md-study-material-share{
  margin-top:12px;
}
@media(max-width:680px){
  .md-share-actions{gap:6px}
  .md-share-btn{
    min-height:32px;
    padding:6px 9px;
    font-size:11px;
  }
}

/* MEDIAAD_STAGE051_2_SHARE_REFERRAL_CSS_V1 */
.md-share-hint{
  margin:9px 0 0;
  max-width:850px;
  color:#61756f;
  font-size:12px;
  line-height:1.55;
}
.md-video-editorial{
  margin-top:4px;
}
.md-video-editorial-title{
  margin:0 0 10px;
  color:#183b32;
  font-size:1.12rem;
  line-height:1.35;
}
.md-video-editorial-lead{
  margin:0 0 18px;
  color:#304b44;
  font-size:1.03rem;
  line-height:1.75;
  font-weight:600;
}
.md-video-editorial-section{
  margin:0 0 18px;
  padding:0 0 2px;
}
.md-video-editorial-section h3{
  margin:0 0 6px;
  color:#1c463b;
  font-size:1rem;
  line-height:1.4;
}
.md-video-editorial-section p{
  margin:0;
  color:#334b45;
  line-height:1.75;
}
@media(max-width:680px){
  .md-share-hint{font-size:11px}
  .md-video-editorial-lead,
  .md-video-editorial-section p{line-height:1.65}
}