.ghddigital-open-closed-hours-today{
    padding: 0 30px;
    background-color: #5b7748;
}

.ghddigital-open-closed-hours-banner-container {
    color: #333;
    height: 54px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    font-size: 1em;
    max-width: 1400px;
    box-sizing: border-box;
    text-align: center;
    font-family: Lato,sans-serif;
    align-content: center;
    flex-direction: row;
}

.ghddigital-open-closed-hours-banner-banner-div {
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1400px;
    position: relative;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 992px) {
    .ghddigital-open-closed-hours-banner-container {
        height: auto;
        padding: 1rem;
        text-align: center;
        align-items: stretch;
        flex-direction: column;
    }
    .ghddigital-open-closed-hours-banner-banner-div {
        display: contents;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    .ghddigital-open-closed-hours-banner-hours-today {
        display: block;
    }
    .ghddigital-open-closed-hours-banner-view-all {
        margin: 0rem;
    }
}

.ghddigital-open-closed-hours-clock-and-text-block {
    margin: 0 15rem;    
}

.ghddigital-open-closed-hours-banner-div-img {
    width: 26px;
    height: 26px;
    margin-right: 0.5rem !important;
    background-repeat: no-repeat;
    background-image: url(../images/icon-clock.svg);
}

.ghddigital-open-closed-hours-banner-hours-today {
    color: white;
    font-weight: 400;
    align-items: center;
    display: inline-flex;
}

.ghddigital-open-closed-hours-banner-todays-hours {
    color: white;
    font-weight: 400;
    margin-left: 0.4rem;
}

.ghddigital-open-closed-hours-banner-view-all {
    color: white;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.5rem;
    text-decoration: none;
}
    .ghddigital-open-closed-hours-banner-view-all:hover {
        text-decoration: underline;
        color: white !important;
    }

.ghddigital-open-closed-hours-view-all-hours-container {
    margin: 0;
    display: block;
    flex-shrink: 0;
    font-weight: 700;
    align-content: center;
}

.ghddigital-open-closed-hours-hours-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

    .ghddigital-open-closed-hours-hours-table thead th {
        padding: 8px;
        text-align: left;
        border: 1px solid #ddd;
        background-color: #f2f2f2;
    }

    .ghddigital-open-closed-hours-hours-table tbody td {
        padding: 8px;
        border: 1px solid #ddd;
    }

.ghddigital-open-closed-hours-date-column {
    color: black !important;
    width: 20%;
}

.ghddigital-open-closed-hours-hours-column {
    color: black !important;
    width: 80%;
}