/*
 * Da Vat Hy Lures — Phase 23C.3
 * Today Action, Link & Journey Audit
 *
 * Functional shortcuts only. No Fishing Intelligence calculations.
 */

/* Selected water is now an obvious, compact management shortcut. */
.dvh23c3-water-link{
  color:inherit!important;
  text-decoration:none!important;
  cursor:pointer;
}
.dvh23c3-water-link em{
  display:block;
  margin-top:4px;
  color:#b77b12;
  font-size:.58rem;
  font-style:normal;
  font-weight:900;
  line-height:1.15;
}
.dvh23c3-water-link:hover em,
.dvh23c3-water-link:focus-visible em{
  text-decoration:underline;
}

/* Morning Brief state is a contextual settings shortcut, not a dead badge. */
.dvh23c3-brief-link{
  color:inherit!important;
  text-decoration:none!important;
  cursor:pointer;
}
.dvh23c3-brief-link:hover,
.dvh23c3-brief-link:focus-visible{
  border-color:rgba(183,123,18,.55)!important;
  color:#8d5b00!important;
}

/* Latest Morning Brief: preserve the compact row but expose the two useful controls. */
.dvh23c3-recent-brief{
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px 22px!important;
}
.dvh23c3-recent-main{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(220px,.55fr) minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  color:#0b392d;
  text-decoration:none;
}
.dvh23c3-recent-main span{
  display:grid;
  gap:2px;
}
.dvh23c3-recent-main small{
  color:#b77b12;
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.dvh23c3-recent-main strong{
  font-size:.75rem;
}
.dvh23c3-recent-main em{
  color:#68756f;
  font-size:.64rem;
  font-style:normal;
  line-height:1.35;
}
.dvh23c3-recent-main b{
  color:#0b4a37;
  font-size:1rem;
}
.dvh23c3-recent-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  white-space:nowrap;
}
.dvh23c3-recent-actions a{
  color:#0b4a37;
  font-size:.61rem;
  font-weight:850;
  text-decoration:none;
}
.dvh23c3-recent-actions a:hover,
.dvh23c3-recent-actions a:focus-visible{
  color:#a76d00;
  text-decoration:underline;
}

@media(max-width:900px){
  .dvh23c3-recent-brief{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .dvh23c3-recent-actions{
    justify-content:flex-start;
  }
}

@media(max-width:700px){
  .dvh23c3-water-link em{
    font-size:.56rem;
  }

  .dvh23c3-recent-main{
    grid-template-columns:minmax(0,1fr) auto;
    gap:6px 10px;
  }
  .dvh23c3-recent-main em{
    grid-column:1/-1;
    font-size:.61rem;
  }
  .dvh23c3-recent-main b{
    grid-column:2;
    grid-row:1;
  }
  .dvh23c3-recent-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:6px;
    width:100%;
  }
  .dvh23c3-recent-actions a{
    min-height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:7px 8px;
    border:1px solid rgba(12,47,37,.14);
    border-radius:4px;
    background:#fff;
    text-align:center;
    white-space:normal;
  }
}
