/* Phase 21P.6B — Promote Fishing Mode as the primary at-the-water action. */
.dvh21p6b-mode-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:16px;
  padding:15px 16px 15px 18px;
  border:1px solid rgba(216,148,50,.34);
  border-radius:18px;
  background:linear-gradient(135deg,#fff8e9 0%,#fffdf7 55%,#eef7f2 100%);
  box-shadow:0 10px 25px rgba(18,43,39,.06);
}
.dvh21p6b-mode-copy{min-width:0;display:grid;gap:2px}
.dvh21p6b-mode-copy .eyebrow{font-size:.68rem;letter-spacing:.13em;color:#b7740d}
.dvh21p6b-mode-copy strong{font-size:1.08rem;line-height:1.25;color:#10312b}
.dvh21p6b-mode-copy small{color:#62706b;font-size:.82rem;line-height:1.4}
.dvh21p6b-mode-button{
  flex:0 0 auto;
  min-height:52px!important;
  padding:0 24px!important;
  background:#df9827!important;
  color:#102d27!important;
  border:1px solid #d78e17!important;
  box-shadow:0 10px 24px rgba(223,152,39,.24)!important;
  font-weight:950!important;
  white-space:nowrap;
}
.dvh21p6b-mode-button:hover,.dvh21p6b-mode-button:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(223,152,39,.3)!important;
}
.dvh21p6b-mode-button span{font-size:1.08em}
.dvh21p6b-secondary-actions{margin-top:10px}

@media(max-width:760px){
  .dvh21p6b-mode-cta{display:grid;gap:12px;padding:15px}
  .dvh21p6b-mode-button{width:100%;justify-content:center;min-height:54px!important}
  .dvh21p6b-mode-copy strong{font-size:1.02rem}
}
