/* /Components/PlayerList.razor.rz.scp.css */
.actions-cell[b-z4r4jloijt] {
    padding: 10px;
}

.mud-table-container[b-z4r4jloijt] {
    border-top: 1px solid var(--mud-palette-table-lines);
}

@media(max-width: 600px) {
    .mud-table-toolbar h6[b-z4r4jloijt] {
        font-size: 1rem;
    }
    .mud-table-toolbar button[b-z4r4jloijt] {
        font-size: 0.7rem;
    }
}
/* /Components/PrivacyModal.razor.rz.scp.css */
.privacy-container[b-l15vxhtb0n] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* /Pages/Admin/Bookings/BookingManagement.razor.rz.scp.css */
/* Date filter chips container */
.date-filters-container[b-zrt92xrg3c] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Date filter chips styling */
[b-zrt92xrg3c] .mud-chipset {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

[b-zrt92xrg3c] .mud-chipset .mud-chip {
    font-weight: 500;
    flex: 0 1 auto;
}

[b-zrt92xrg3c] .mud-chipset .mud-chip.mud-chip-selected {
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Filter actions */
.filter-actions[b-zrt92xrg3c] {
    flex-wrap: wrap;
    gap: 12px;
}

.action-buttons[b-zrt92xrg3c] {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}

.filter-button[b-zrt92xrg3c] {
    flex: 0 0 auto;
}

/* Responsive adjustments */
@media (max-width: 960px) {
    /* Stack chips in 2 columns on tablets */
    [b-zrt92xrg3c] .mud-chipset .mud-chip {
        flex: 0 1 calc(50% - 4px);
        justify-content: center;
    }
}

@media (max-width: 600px) {
    /* Stack chips vertically on mobile */
    .date-filters-container[b-zrt92xrg3c]  .mud-chipset {
        flex-direction: column;
    }
    
    [b-zrt92xrg3c] .mud-chipset .mud-chip {
        flex: 1 1 100%;
        width: 100%;
        justify-content: center;
        margin: 0 !important;
    }
    
    /* Stack filter actions vertically */
    .filter-actions[b-zrt92xrg3c] {
        flex-direction: column;
        align-items: stretch !important;
        gap: 12px !important;
    }
    
    .action-buttons[b-zrt92xrg3c] {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
    
    /* Force buttons to equal width on mobile */
    .filter-button[b-zrt92xrg3c] {
        flex: 1 1 50%;
        min-width: 0;
    }
    
    /* More compact padding */
    [b-zrt92xrg3c] .mud-paper {
        padding: 12px !important;
    }
    
    [b-zrt92xrg3c] .mud-grid-item {
        padding: 4px !important;
    }
}

/* /Pages/Teams/Index.razor.rz.scp.css */
.rules p[b-ezxvh66im9] {
    font-size: 1.1em;
}

.rules a[b-ezxvh66im9] {
    font-weight: bold;
    text-decoration: underline;
}
/* /Pages/Teams/Register.razor.rz.scp.css */
/* Unsaved changes banner styling */
[b-7xqb6oqczo] .unsaved-changes-banner {
    position: sticky;
    top: 64px; /* Adjust based on your header height */
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: slideDown-b-7xqb6oqczo 0.3s ease-out;
}

@keyframes slideDown-b-7xqb6oqczo {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[b-7xqb6oqczo] .unsaved-changes-banner .mud-alert-message {
    font-size: 0.95rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-dn0mmlo8lo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dn0mmlo8lo] {
    flex: 1;
}

.top-row[b-dn0mmlo8lo] {
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
}

.top-row__logo[b-dn0mmlo8lo] {
    height: 200px;
}
