/* Custom Filament Styles */

/* Logo styling with rounded corners for all panels */
.fi-logo img {
    border-radius: 16px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Login page specific styling */
.fi-simple-layout .fi-logo {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
}

.fi-simple-layout .fi-logo img {
    border-radius: 16px !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
    height: 4rem !important;
    width: auto !important;
}

/* Add app name after logo on login page */
.fi-simple-layout .fi-logo::after {
    content: "MDW Quiz" !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    color: #1f2937 !important;
    margin-top: 0.5rem !important;
}