/* Phase 21N.10 — Lure Match by Fishing Window */
.dvh21n10-tabs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:4px;
  margin:7px 0;
  padding:3px;
  border-radius:12px;
  background:#edf2ed;
}
.dvh21n10-tabs[hidden]{display:none!important}
.dvh21n10-tabs button{
  min-height:34px;
  padding:0 9px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#55645e;
  font-size:.68rem;
  font-weight:900;
  cursor:pointer;
}
.dvh21n10-tabs button.is-active{
  background:#123f38;
  color:#fff;
  box-shadow:0 2px 6px rgba(18,63,56,.12);
}
.dvh21n10-window-note{
  margin:0 0 7px;
  padding:7px 9px;
  border-left:3px solid #d79a25;
  border-radius:8px;
  background:#fff7e8;
  color:#6c4c12;
  font-size:.66rem;
  font-weight:800;
}
.dvh21n10-window-note[hidden]{display:none!important}

@media(max-width:700px){
  .dvh21n10-tabs{
    margin:6px 0;
    border-radius:11px;
  }
  .dvh21n10-tabs button{
    min-height:31px;
    font-size:.62rem;
  }
  .dvh21n10-window-note{
    padding:6px 8px;
    font-size:.59rem;
  }
}
