/* TH826_TAB3_STEP2_LOCALIZATION_CSS_V1 */
.th826-step2-localization{
  padding:12px;
  border:1px solid rgba(54,139,224,.34);
  border-radius:12px;
  background:linear-gradient(
    180deg,
    rgba(8,38,69,.92),
    rgba(4,25,47,.96)
  );
}

.th826-step2-head,
.th826-step2-market-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
}

.th826-step2-head{
  padding-bottom:10px;
  border-bottom:1px solid rgba(72,145,211,.18);
}

.th826-step2-head b,
.th826-step2-market-head b{
  display:block;
  color:#f4fbff;
  font-size:12px;
  font-weight:850;
}

.th826-step2-head span,
.th826-step2-market-head span{
  display:block;
  margin-top:3px;
  color:#91bde2;
  font-size:9.5px;
  line-height:1.3;
}

.th826-step2-source{
  display:grid;
  grid-template-columns:36px minmax(0,1fr) auto;
  gap:9px;
  align-items:center;
  margin:10px 0;
  padding:9px;
  border:1px solid rgba(49,125,198,.28);
  border-radius:10px;
  background:rgba(5,27,50,.66);
}

.th826-step2-source-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#fff;
  background:linear-gradient(
    135deg,
    #25b4ff,
    #0879ed
  );
  font-size:10px;
  font-weight:950;
}

.th826-step2-source-copy b{
  display:block;
  color:#f4fbff;
  font-size:10px;
}

.th826-step2-source-copy span{
  display:block;
  margin-top:3px;
  color:#91b9dc;
  font-size:8.8px;
}

.th826-step2-source-edit summary{
  color:#9ed8ff;
  font-size:9px;
  font-weight:850;
  cursor:pointer;
}

.th826-step2-source-edit label{
  display:block;
  min-width:190px;
  margin-top:7px;
}

.th826-step2-source-edit label > span,
.th826-step2-policy-grid label > span{
  display:block;
  margin-bottom:5px;
  color:#dcefff;
  font-size:9.5px;
  font-weight:850;
}

.th826-step2-market-head{
  margin-top:11px;
}

.th826-step2-market-head strong{
  color:#73dbff;
  font-size:9px;
}

.th826-step2-market-toggle{
  width:100%;
  min-height:38px;
  display:grid;
  grid-template-columns:25px minmax(0,1fr) 20px;
  gap:8px;
  align-items:center;
  margin-top:8px;
  padding:0 11px;
  border:1px solid rgba(49,137,218,.58);
  border-radius:10px;
  color:#bfe4ff;
  text-align:left;
  background:#051c33;
  cursor:pointer;
}

.th826-step2-market-toggle b{
  overflow:hidden;
  font-size:10px;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.th826-step2-market-toggle i{
  font-size:16px;
  font-style:normal;
  text-align:right;
}

.th826-step2-market-panel{
  margin-top:7px;
  padding:9px;
  border:1px solid rgba(52,132,210,.34);
  border-radius:10px;
  background:rgba(3,20,38,.96);
}

.th826-step2-search-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 180px 74px;
  gap:7px;
}

.th826-step2-search-row input,
.th826-step2-search-row select,
.th826-step2-source-edit select,
.th826-step2-policy-grid select{
  box-sizing:border-box;
  width:100%;
  height:34px;
  padding:0 10px;
  border:1px solid rgba(49,125,198,.55);
  border-radius:9px;
  outline:none;
  color:#f4faff;
  background:#051c33;
  font:750 10px/1 inherit;
}

.th826-step2-search-row button{
  border:1px solid rgba(58,142,220,.48);
  border-radius:9px;
  color:#bfe3ff;
  background:rgba(14,76,136,.38);
  font:850 9px/1 inherit;
  cursor:pointer;
}

.th826-step2-market-results{
  max-height:300px;
  margin-top:8px;
  padding-right:3px;
  overflow:auto;
}
.th826-step2-country{
  margin-bottom:7px;
  padding:8px;
  border:1px solid rgba(52,126,195,.25);
  border-radius:9px;
  background:rgba(5,29,53,.66);
}

.th826-step2-country-head{
  display:grid;
  grid-template-columns:18px minmax(0,1fr) auto;
  gap:8px;
  align-items:center;
}

.th826-step2-country-head b,
.th826-step2-locales b{
  display:block;
  color:#f2f9ff;
  font-size:9.5px;
}

.th826-step2-country-head small,
.th826-step2-locales small{
  display:block;
  margin-top:2px;
  color:#87b5dc;
  font-size:8px;
}

.th826-step2-country-head em{
  color:#70d5ff;
  font-size:8px;
  font-style:normal;
}

.th826-step2-locales{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:5px;
  margin-top:7px;
  padding-left:25px;
}

.th826-step2-locales label{
  display:grid;
  grid-template-columns:16px minmax(0,1fr);
  gap:6px;
  align-items:center;
  padding:6px;
  border-radius:7px;
  background:rgba(5,23,42,.72);
}

.th826-step2-market-chips{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
}

.th826-step2-market-chips button{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:25px;
  padding:0 8px;
  border:1px solid rgba(38,157,238,.52);
  border-radius:999px;
  color:#dff4ff;
  background:rgba(15,91,159,.35);
  font:800 8.8px/1 inherit;
  cursor:pointer;
}

.th826-step2-market-chips button b{
  color:#78d8ff;
  font-size:13px;
}

.th826-step2-policy-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin-top:10px;
}

.th826-step2-note{
  display:grid;
  gap:3px;
  margin-top:9px;
  padding:8px 9px;
  border:1px solid rgba(48,140,214,.25);
  border-radius:9px;
  background:rgba(7,44,78,.38);
}

.th826-step2-note b{
  color:#85d5ff;
  font-size:9px;
}

.th826-step2-note span{
  color:#9cc5e3;
  font-size:8.5px;
}

.th826-step2-output{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:9px;
  padding:9px 10px;
  border:1px solid rgba(40,199,139,.28);
  border-radius:9px;
  background:rgba(9,89,63,.17);
}

.th826-step2-output b{
  display:block;
  color:#73efb9;
  font-size:9.5px;
}

.th826-step2-output span{
  display:block;
  margin-top:2px;
  color:#9fc5dc;
  font-size:8px;
}

.th826-step2-output strong{
  color:#fff;
  font-size:10px;
  text-align:right;
}

.th826-step2-empty{
  padding:20px;
  color:#8fb9da;
  font-size:9px;
  text-align:center;
}

.th826-step2-legacy{
  display:none !important;
}

@media(max-width:1100px){
  .th826-step2-search-row,
  .th826-step2-policy-grid{
    grid-template-columns:1fr;
  }

  .th826-step2-locales{
    grid-template-columns:1fr;
  }

  .th826-step2-output{
    align-items:flex-start;
    flex-direction:column;
  }

  .th826-step2-output strong{
    text-align:left;
  }
}
