/* ============================
   CENTER MAIN HORIZONTAL MENU
   (Wild Apricot – Firma theme)
   ============================ */

/* Center the whole menu block */
.WaGadgetMenuHorizontal .menuInner {
    text-align: center;
}

/* Keep the list centered + inline */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

/* Remove float so items can center */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li {
    float: none !important;
    display: inline-block;
}

/* ============================
   FONT SIZE + SPACING
   ============================ */

/* Adjust menu text + padding */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a > span {
    font-size: 17px;      /* 🔹 change to 16–19px if you prefer */
    font-weight: 500;     /* optional – makes it slightly bolder */
    padding-left: 20px;   /* spacing between menu items */
    padding-right: 20px;
    line-height: 1.4;     /* comfortable vertical spacing */
}
