/* Dodatek do styles.css dla zablokowanych przycisków */
.btn-dark:disabled {
    background-color: #f0f0f0 !important;
    color: #ccc !important;
    border: 1px solid #e5e5e5 !important;
    cursor: not-allowed;
}