.szpila-container {
    text-align: right;
    margin-top: 5px;
}

.szpila-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    transition: background 0.3s;
}

.szpila-button img {
    margin-right: 5px;
}

.szpila-button:hover {
    background-color: #218838;
}

.szpila-button:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}
