.oh-5cc3b5ab-container {
    font-family: inherit;
    max-width: 400px;
    padding: 20px;
    border-radius: 8px;
}
.oh-5cc3b5ab-heading {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.oh-5cc3b5ab-notice {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #ffeaea;
    color: #d32f2f;
    font-weight: 500;
    text-align: center;
}
.oh-5cc3b5ab-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.oh-5cc3b5ab-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.oh-5cc3b5ab-item:last-child {
    border-bottom: none;
}
.oh-day {
    font-weight: 600;
}
.oh-time {
    opacity: 0.8;
}
.oh-closed .oh-time {
    color: #d32f2f;
    font-weight: 600;
    opacity: 1;
}