/* offer type filter */
.specials-search-panel {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.elementor a.specials-check-button,
.elementor a.specials-check-button:focus,
.elementor a.specials-check-button:visited,
.elementor a.specials-check-button:active {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 6px 10px;
    cursor: pointer;
    outline: none;
}

/* other filters */
.specials-dropdown {
    position: relative;
}

.specials-dropdown:active .specials-dropdown-content,
.specials-dropdown:focus .specials-dropdown-content,
.specials-dropdown:hover .specials-dropdown-content {
    display: block;
}

.specials-dropdown:not(:last-child) {
    margin-right: 10px;
}

.specials-dropdown-button,
.specials-dropdown-button:active,
.specials-dropdown-button:focus,
.specials-dropdown-button:hover {
    border: none;
}

.specials-dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.specials-dropdown-link {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* content */
.specials-content {
    margin: 20px 0;
}
.specials-grid__row {
    display: flex;
}

/* pager */
.specials-pager {
    display: flex;
    justify-content: center;
}

.elementor a.specials-pager__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0.3rem;
    cursor: pointer;
}
