/*
 * LORNET Stage 5 UI Fix V2
 * Confirmed target-size fixes only.
 */

/* Search inputs: confirmed 20px height on mobile. */
.search-box input[name="q"] {
    min-height: 44px;
    height: 44px;
    box-sizing: border-box;
}

/* Small inline registration link: give the actual interactive area
   a comfortable touch target without changing its text size. */
.form-card p.muted a[href$="register.php"] {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 4px;
    box-sizing: border-box;
    vertical-align: middle;
}