/* TH826_TAB3_STEP3_AUDIENCE_CSS_V1 */

.th826-step3-block{
  display:grid;
  gap:11px;
}

.th826-step3-primary-grid{
  margin:0 !important;
}

.th826-step3-inherit-note{
  display:grid;
  gap:3px;
  padding:8px 10px;
  border:1px solid rgba(44,166,234,.28);
  border-radius:9px;
  background:rgba(8,64,103,.24);
}

.th826-step3-inherit-note b{
  color:#7ed7ff;
  font-size:10.5px;
  line-height:1.3;
}

.th826-step3-inherit-note span{
  color:#a8cce6;
  font-size:9.5px;
  line-height:1.4;
}

.th826-step3-audience-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  padding-top:2px;
}

.th826-step3-audience-head b{
  display:block;
  color:#f4fbff;
  font-size:12px;
  line-height:1.3;
  font-weight:850;
}

.th826-step3-audience-head span{
  display:block;
  margin-top:3px;
  color:#91bde2;
  font-size:9.5px;
  line-height:1.4;
}

.th826-step3-audience-head em{
  flex:0 0 auto;
  min-height:23px;
  display:inline-flex;
  align-items:center;
  padding:3px 9px;
  border:1px solid rgba(49,168,255,.46);
  border-radius:999px;
  color:#b5e5ff;
  background:rgba(18,119,212,.20);
  font-size:9px;
  line-height:1;
  font-style:normal;
  font-weight:900;
}

.th826-step3-profile-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.th826-step3-text-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.th826-step3-block select{
  min-height:36px;
}

.th826-step3-block textarea{
  box-sizing:border-box;
  width:100%;
  min-height:88px;
  resize:vertical;
}

@media(max-width:900px){
  .th826-step3-profile-grid,
  .th826-step3-text-grid{
    grid-template-columns:1fr;
  }
}

/* END_TH826_TAB3_STEP3_AUDIENCE_CSS_V1 */
