/* Hytrans dashboard overrides (Page 2 / Home)
 *
 * Base home styles live in assets/styles/hytrans.css.
 * Keep this file minimal and page-scoped to avoid regressions elsewhere.
 */

.ht-home .ht-btn-outline{
  /* Smaller CTA on dashboard (in verhouding tot de tegels) */
  width: min(320px, 64%);
  padding: 10px 18px;
  border-radius: 14px;

  font-family: var(--hyt-font-cond);
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-decoration: none;

  border: 1px solid var(--hyt-red);
  background: transparent;
}

.ht-home .ht-btn-outline:hover{
  text-decoration: none;
}

.ht-home .ht-btn-outline:focus-visible{
  outline: 3px solid rgba(20, 83, 155, .35);
  outline-offset: 3px;
}
