.compact {
    line-height: 1;
}

.save-button {
    margin: 10 0;
}

.back-button {
    color: grey;
}

.error-message {
    color: #bf6249
}

.month-picker {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    margin: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
}

.card-item {
    flex: 1 1 45%;
    margin: 4px 0;
}

.table-row-form {
    margin: 0
}
