.mud-table-container[style*="width:max-content"] {
    width: 100% !important;
}

.pwa-install-button {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 10000;
    display: none;
    border: none;
    border-radius: 9999px;
    background: #191fb9;
    color: #ffffff;
    padding: 0.7rem 1rem;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.pwa-install-button:hover {
    background: #151992;
}
