/* Minimal custom CSS. Tailwind handles most styling. */
:focus-visible { outline: 2px solid #86efac; outline-offset: 2px; }

/* If you want the soon pill a touch tighter on mobile */
@media (max-width: 640px) {
  #next-shoots .date-text { display: inline-block; margin-top: 2px; }
}
