/* =============================================================================
   site_common_forms.css — LEGACY REMNANTS
   Form styles have moved to kit/_forms.scss (design system).
   Only non-form utilities that have no other home remain here.
   ============================================================================= */

/* ICON SIZING (not form-related, used globally) */
.ico {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 20px; height: 20px;
}
.ico img {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    max-width: 20px;
    max-height: 20px;
}

hr { border-color: rgba(0,0,0,0.1); }

/* UTILITY TEXT (not form-related) */
.bigxtext { font-size: var(--main-font-size_xl); display: inline-block; }
.bigxtext.center, h1.center, h2.center, h3.center, h4.center { width: 100%; text-align: center; }
.centered { margin: 0.5rem 0 0 0 !important; }
