/* --- Admin Settings Styling --- */

.settings-logo-container {
    max-height: 80px !important;
    display: inline-block !important;
}

.settings-logo-img {
    max-height: 60px !important;
    width: auto !important;
}

.settings-favicon-container {
    width: 48px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.settings-favicon-img {
    max-height: 32px !important;
    width: auto !important;
}

.admin-switch-lg {
    width: 3.2em !important;
    height: 1.6em !important;
    cursor: pointer !important;
}

/* Label for switch height override if needed */
.admin-switch-lg-label {
    width: 3.5rem !important;
    height: 1.75rem !important;
}

.cursor-pointer {
    cursor: pointer !important;
}
