/* 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{
  width: min(520px, 92%);
  padding: 18px 22px;
  border-radius: 18px;

  font-family: var(--hyt-font-cond);
  font-weight: 700;
  font-size: 25px;
  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;
}
