/* ----------------------- */
/* HEADER CUSTOMIZATION   */
/* ----------------------- */

/* Hide search, forms, plus menu, logout and section titles */
.Header__headerSearch,
.Header__formShort,
.Header__plusPopup,
.Header__headerSearchInner,
#logoutDetails,
.TicketFmLtCnter__sectionName,
.Layout__layout2,
#userPreference{
  display: none;
}
@media only screen and (min-width: 48.1em) {
    .Layout__twoColumn .Layout__layout1 {
        width: 100%;
    }
}
/* ------------------------- */
/* PRIMARY & VOTE BUTTONS   */
/* ------------------------- */

.Button__primary,
.Button__vote {
    background-color: #51257f;   /* Primary color */
    color: #ffffff;
    box-shadow: none;
}

/* ------------------------- */
/* PRIMARY BUTTON OVERRIDES */
/* ------------------------- */

.Button__primary {
    margin-bottom: 0.125rem;
    background-color: #51257f;   /* Re-assert primary color */
    color: #ffffff;
    box-shadow: 0 2px #3e1d63;   /* Slightly darker shadow */
}


