/* UŻYWA TEJ SAMEJ ESTETYKI CO DASHBOARD */

.compare {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.compare > div {
    flex: 1;
    background: #f9fafb;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

.compare input[type="date"] {
    margin-bottom: 10px;
}

#left, #right {
    margin-top: 10px;
}

#left div,
#right div {
    margin-bottom: 12px;
}

#left strong,
#right strong {
    display: block;
    margin-bottom: 6px;
}
