/* TH826_TAB3_STEP4_CREATIVE_CSS_V1 */

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

.th826-step4-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-step4-inherit-note b{
  color:#7ed7ff;
  font-size:10.5px;
}

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

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

.th826-step4-text-grid textarea{
  min-height:88px;
}

.th826-step4-section{
  padding:10px;
  border:1px solid rgba(49,125,198,.30);
  border-radius:10px;
  background:rgba(5,29,53,.54);
}

.th826-step4-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  margin-bottom:8px;
}

.th826-step4-section-head b{
  display:block;
  color:#f4fbff;
  font-size:11px;
  font-weight:850;
}

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

.th826-step4-section-head em{
  flex:0 0 auto;
  min-height:22px;
  display:inline-flex;
  align-items:center;
  padding:3px 8px;
  border:1px solid rgba(49,168,255,.42);
  border-radius:999px;
  color:#b5e5ff;
  background:rgba(18,119,212,.18);
  font-size:8.8px;
  font-style:normal;
  font-weight:900;
}

.th826-step4-choice-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:6px;
}

.th826-step4-choice-grid label{
  min-height:34px;
  display:grid;
  grid-template-columns:15px minmax(0,1fr);
  gap:6px;
  align-items:center;
  padding:5px 7px;
  border:1px solid rgba(52,126,195,.25);
  border-radius:8px;
  background:rgba(5,23,42,.72);
  cursor:pointer;
}

.th826-step4-choice-grid label:hover{
  border-color:rgba(42,164,248,.52);
  background:rgba(10,61,104,.60);
}

.th826-step4-choice-grid label.is-auto{
  border-color:rgba(34,178,238,.34);
}

.th826-step4-choice-grid input{
  width:13px;
  height:13px;
  margin:0;
}

.th826-step4-choice-grid span{
  color:#eaf7ff;
  font-size:9.5px;
  line-height:1.25;
  font-weight:750;
}

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

.th826-step4-cta-field{
  grid-column:1 / -1;
}

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

.th826-step4-block textarea{
  box-sizing:border-box;
  width:100%;
  resize:vertical;
}

@media(max-width:1150px){
  .th826-step4-choice-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

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

  .th826-step4-cta-field{
    grid-column:auto;
  }
}

/* END_TH826_TAB3_STEP4_CREATIVE_CSS_V1 */
