/* wire-team-news-wire-reader-overlay-303f1h8779 */
html.wire-team-news-reader-open-303f1h8779,
body.wire-team-news-reader-open-303f1h8779{
  overflow:hidden!important;
}

.wire-team-news-reader-303f1h8779{
  position:fixed;
  inset:0;
  z-index:160000;
  display:grid;
  place-items:center;
  padding:18px;
  box-sizing:border-box;
}

.wire-team-news-reader-303f1h8779[hidden],
.wire-team-news-share-sheet-303f1h8779[hidden]{
  display:none!important;
}

.wire-team-news-reader-backdrop-303f1h8779{
  position:absolute;
  inset:0;
  border:0;
  background:rgba(1,6,11,.86);
  backdrop-filter:blur(12px);
  cursor:default;
}

.wire-team-news-reader-shell-303f1h8779{
  position:relative;
  width:min(1440px,calc(100vw - 36px));
  height:min(930px,calc(100dvh - 36px));
  min-height:420px;
  display:grid;
  grid-template-rows:auto auto minmax(0,1fr);
  overflow:hidden;
  border:1px solid #31516a;
  border-radius:18px;
  background:#050d15;
  box-shadow:0 34px 110px rgba(0,0,0,.68);
}

.wire-team-news-reader-head-303f1h8779{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:64px;
  padding:10px 12px 10px 18px;
  border-bottom:1px solid #263f53;
  background:linear-gradient(105deg,#0b1b29 0%,#101827 62%,#251522 100%);
}

.wire-team-news-reader-heading-303f1h8779{
  min-width:0;
}

.wire-team-news-reader-heading-303f1h8779 small,
.wire-team-news-reader-heading-303f1h8779 strong{
  display:block;
}

.wire-team-news-reader-heading-303f1h8779 small{
  margin-bottom:3px;
  overflow:hidden;
  color:#ff4968;
  font-size:9px;
  font-weight:950;
  letter-spacing:.12em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

.wire-team-news-reader-heading-303f1h8779 strong{
  overflow:hidden;
  color:#fff;
  font-size:15px;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.wire-team-news-reader-actions-303f1h8779{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:8px;
}

.wire-team-news-reader-actions-303f1h8779 button,
.wire-team-news-reader-actions-303f1h8779 a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  padding:0 13px;
  border:1px solid #36546b;
  border-radius:999px;
  background:#0b1b29;
  color:#f5f9ff;
  font:inherit;
  font-size:12px;
  font-weight:850;
  line-height:1;
  text-decoration:none;
  cursor:pointer;
}

.wire-team-news-reader-actions-303f1h8779 .wire-team-news-reader-share-303f1h8779{
  border-color:#ff3155;
  background:#d82646;
}

.wire-team-news-reader-actions-303f1h8779 .wire-team-news-reader-close-303f1h8779{
  width:38px;
  min-width:38px;
  padding:0;
  border-radius:50%;
  font-size:23px;
  font-weight:500;
}

.wire-team-news-reader-notice-303f1h8779{
  padding:7px 18px;
  border-bottom:1px solid #20384a;
  background:#071522;
  color:#8eabc0;
  font-size:11px;
  line-height:1.4;
}

.wire-team-news-reader-notice-303f1h8779 strong{
  color:#d9e8f4;
}

.wire-team-news-reader-frame-wrap-303f1h8779{
  position:relative;
  min-height:0;
  overflow:hidden;
  background:#fff;
}

.wire-team-news-reader-frame-wrap-303f1h8779 iframe{
  width:100%;
  height:100%;
  display:block;
  border:0;
  background:#fff;
}

.wire-team-news-reader-loading-303f1h8779{
  position:absolute;
  inset:0;
  z-index:2;
  display:grid;
  place-items:center;
  background:#07131e;
  color:#b7cad8;
  font-size:14px;
  font-weight:800;
}

.wire-team-news-reader-loading-303f1h8779[hidden]{
  display:none;
}

.wire-team-news-share-sheet-303f1h8779{
  position:absolute;
  inset:0;
  z-index:5;
  display:grid;
  place-items:center;
  padding:20px;
}

.wire-team-news-share-backdrop-303f1h8779{
  position:absolute;
  inset:0;
  border:0;
  background:rgba(1,6,10,.76);
  backdrop-filter:blur(9px);
}

.wire-team-news-share-panel-303f1h8779{
  position:relative;
  width:min(620px,100%);
  max-height:calc(100dvh - 80px);
  overflow:auto;
  border:1px solid #31516a;
  border-radius:18px;
  background:#07131e;
  box-shadow:0 28px 90px rgba(0,0,0,.58);
}

.wire-team-news-share-panel-303f1h8779>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  border-bottom:1px solid #29445b;
  background:#091925;
}

.wire-team-news-share-panel-303f1h8779>header small,
.wire-team-news-share-panel-303f1h8779>header strong{
  display:block;
}

.wire-team-news-share-panel-303f1h8779>header small{
  margin-bottom:3px;
  color:#ff4566;
  font-size:9px;
  font-weight:950;
  letter-spacing:.13em;
}

.wire-team-news-share-panel-303f1h8779>header strong{
  color:#fff;
  font-size:19px;
}

.wire-team-news-share-panel-303f1h8779>header button{
  width:38px;
  height:38px;
  border:1px solid #345269;
  border-radius:50%;
  background:#0d2030;
  color:#fff;
  font-size:24px;
  cursor:pointer;
}

.wire-team-news-share-panel-303f1h8779 form{
  display:grid;
  gap:13px;
  padding:16px;
}

.wire-team-news-share-panel-303f1h8779 textarea{
  width:100%;
  min-height:112px;
  box-sizing:border-box;
  resize:vertical;
  padding:13px;
  border:1px solid #345269;
  border-radius:12px;
  outline:0;
  background:#06111b;
  color:#fff;
  font:inherit;
  line-height:1.5;
}

.wire-team-news-share-panel-303f1h8779 textarea:focus{
  border-color:#ff4968;
  box-shadow:0 0 0 3px rgba(255,73,104,.13);
}

.wire-team-news-share-preview-303f1h8779{
  display:grid;
  grid-template-columns:145px minmax(0,1fr);
  overflow:hidden;
  border:1px solid #315069;
  border-radius:14px;
  background:linear-gradient(180deg,#0b1b2a,#081521);
}

.wire-team-news-share-preview-303f1h8779>img{
  width:145px;
  height:100%;
  min-height:135px;
  object-fit:cover;
  background:#10283b;
}

.wire-team-news-share-preview-303f1h8779>img[hidden]{
  display:none;
}

.wire-team-news-share-preview-303f1h8779>img[hidden]+div{
  grid-column:1/-1;
}

.wire-team-news-share-preview-303f1h8779>div{
  min-width:0;
  padding:13px;
}

.wire-team-news-share-preview-303f1h8779 small{
  display:block;
  margin-bottom:6px;
  overflow:hidden;
  color:#ff4566;
  font-size:9px;
  font-weight:950;
  letter-spacing:.1em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

.wire-team-news-share-preview-303f1h8779 strong{
  display:-webkit-box;
  overflow:hidden;
  color:#fff;
  font-size:16px;
  line-height:1.28;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

.wire-team-news-share-preview-303f1h8779 span{
  display:block;
  margin-top:9px;
  color:#829db1;
  font-size:11px;
  line-height:1.4;
}

.wire-team-news-share-feedback-303f1h8779{
  min-height:18px;
  margin:0;
  color:#a8f0ce;
  font-size:12px;
}

.wire-team-news-share-panel-303f1h8779 form>footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.wire-team-news-share-panel-303f1h8779 form>footer>span{
  color:#7e98ac;
  font-size:11px;
}

.wire-team-news-share-panel-303f1h8779 form>footer button{
  padding:10px 15px;
  border:1px solid #ff3155;
  border-radius:10px;
  background:#d82646;
  color:#fff;
  font:inherit;
  font-weight:850;
  cursor:pointer;
}

.wire-team-news-share-panel-303f1h8779 form>footer button[disabled]{
  opacity:.65;
  cursor:wait;
}

@media(max-width:760px){
  .wire-team-news-reader-303f1h8779{
    padding:0;
  }

  .wire-team-news-reader-shell-303f1h8779{
    width:100%;
    height:100dvh;
    min-height:100dvh;
    border:0;
    border-radius:0;
  }

  .wire-team-news-reader-head-303f1h8779{
    align-items:flex-start;
    gap:9px;
    padding:10px;
  }

  .wire-team-news-reader-heading-303f1h8779{
    flex:1 1 auto;
    padding:5px 2px;
  }

  .wire-team-news-reader-heading-303f1h8779 strong{
    white-space:normal;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }

  .wire-team-news-reader-actions-303f1h8779{
    gap:6px;
  }

  .wire-team-news-reader-actions-303f1h8779 a,
  .wire-team-news-reader-actions-303f1h8779 button{
    min-height:36px;
    padding:0 10px;
    font-size:10px;
  }

  .wire-team-news-reader-actions-303f1h8779 .wire-team-news-reader-original-303f1h8779{
    display:none;
  }

  .wire-team-news-reader-actions-303f1h8779 .wire-team-news-reader-close-303f1h8779{
    width:36px;
    min-width:36px;
    padding:0;
  }

  .wire-team-news-reader-notice-303f1h8779{
    padding:7px 11px;
    font-size:10px;
  }

  .wire-team-news-share-sheet-303f1h8779{
    padding:0;
  }

  .wire-team-news-share-panel-303f1h8779{
    width:100%;
    height:100dvh;
    max-height:100dvh;
    border:0;
    border-radius:0;
  }

  .wire-team-news-share-preview-303f1h8779{
    grid-template-columns:105px minmax(0,1fr);
  }

  .wire-team-news-share-preview-303f1h8779>img{
    width:105px;
    min-height:125px;
  }
}