.oh-7e2ca2da-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.oh-7e2ca2da-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
}
.oh-7e2ca2da-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.oh-7e2ca2da-row:last-child {
    border-bottom: none;
}
.oh-7e2ca2da-day {
    flex: 1;
    font-weight: bold;
}
.oh-7e2ca2da-hours {
    flex: 1;
    text-align: center;
}
.oh-7e2ca2da-phone {
    flex: 1;
    text-align: right;
}
@media (max-width: 767px) {
    .oh-7e2ca2da-header, .oh-7e2ca2da-row {
        flex-direction: column;
        text-align: center;
    }
    .oh-7e2ca2da-day, .oh-7e2ca2da-hours, .oh-7e2ca2da-phone {
        text-align: center;
        margin-bottom: 5px;
    }
}