.date-selector {
    display: flex;
    align-items: center;
}
.date-selector button {
    border: 1px solid #ccc;
    background-color: white;
    color: #333;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
}.date-selector .date-display {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid #ccc;
    min-width: 100px;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
}