.location-search-row {
    input, button {
        border-radius: 0;
    }

    .button {
        padding-right: 1.25rem;
        background-image: none;
    }
}

.location-hours-column,
.details-window-group,
.details-window-group {
    .location-hour-column,
    .location-all-hours-table,
    .location-hours-list {
        &:not(:first-of-type) {
            margin-top: 1.5rem;
        }
    }
}

.location-sidebar {
    .location-hours-today {
        margin: 0;
    }
}

.filters-list {
    label {
        color: var(--black);
    }
}