/*
 * Da Vat Hy Lures — Phase 23B.7L2
 * Custom Lures — Micro Fixes
 *
 * Fixes two acceptance issues only:
 * 1. guide checkmarks overlapping text;
 * 2. Browse Current Lures button contrast.
 */

/* Checklist: restore space reserved for the existing ✓ pseudo-element. */
body.dvh22-custom-page .dvh28-request-guide>ul li{
  position:relative!important;
  padding:8px 0 8px 22px!important;
}

body.dvh22-custom-page .dvh28-request-guide>ul li::before{
  left:0!important;
  top:8px!important;
  width:14px;
  color:#d89a22!important;
  line-height:1.4!important;
  text-align:left;
}

/* The live button uses .dvh28-btn-outline, not the old ghost class. */
body.dvh22-custom-page .dvh28-handmade-card .dvh28-btn-outline{
  background:transparent!important;
  color:#0b4a37!important;
  border-color:rgba(12,47,37,.30)!important;
  box-shadow:none!important;
}

body.dvh22-custom-page .dvh28-handmade-card .dvh28-btn-outline:hover,
body.dvh22-custom-page .dvh28-handmade-card .dvh28-btn-outline:focus-visible{
  background:#fff!important;
  color:#063c2d!important;
  border-color:#0b4a37!important;
}

/* Keep checklist spacing sensible on narrow screens. */
@media(max-width:700px){
  body.dvh22-custom-page .dvh28-request-guide>ul li{
    padding-left:20px!important;
  }
}
