/* Phase 21N.11 — Pack My Tackle Box */
.dvh21n11-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:5px;
  flex-wrap:wrap;
}
.dvh21n11-add{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:29px;
  padding:0 9px;
  border:1px solid rgba(18,63,56,.18);
  border-radius:999px;
  background:#eef3ef;
  color:#123f38;
  font:900 .61rem/1 Inter,ui-sans-serif,system-ui,sans-serif;
  cursor:pointer;
}
.dvh21n11-add:hover{background:#e3ece6}
.dvh21n11-add:disabled{opacity:.72;cursor:wait}
.dvh21n11-add.is-added{
  border-color:rgba(43,113,83,.24);
  background:#e2f1e8;
  color:#18563f;
}
.dvh21n11-notice{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:8px;
  padding:8px 10px;
  border:1px solid rgba(18,63,56,.11);
  border-radius:12px;
  background:#edf5ef;
  color:#35534a;
  font-size:.66rem;
  line-height:1.35;
}
.dvh21n11-notice[hidden]{display:none!important}
.dvh21n11-notice a{
  flex:0 0 auto;
  color:#123f38;
  font-weight:900;
  text-decoration:none;
}
@media(max-width:700px){
  .dvh21n9-footer{align-items:flex-start;gap:6px}
  .dvh21n11-actions{gap:4px}
  .dvh21n11-add,.dvh21n9-action{
    min-height:28px;
    padding:0 8px;
    font-size:.57rem;
  }
  .dvh21n11-notice{
    margin-top:6px;
    padding:7px 8px;
    font-size:.58rem;
  }
}
