.search-results-header {
    background-color: var(--secondary);
    position: relative;
    padding: 50px 0;
}

.search-results-header::after {
    content: "";
    position: absolute;
    background-image: url("../../images/icons/header-pattern1.svg");
    top: 0;
    left: 0;
    opacity: 0.75;
    z-index: 1;
}

.search-results-header h1 {
    width: max-content;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 1.75;
}

.search-results-header h1 .fixed-2 .variable {
    background-color: #ffc044;
    height: 35px;
    padding: 0 10px;
    border-radius: 15px;
}

.search-results-header h1 .arrow-results {
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.main-search-results {
    background-color: #f5f5f5;
    padding: 25px 0;
}

.filter-chips .chip {
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .search-results-header::after {
        background-size: 75%;
    }
}

@media (max-width: 992px) {
    .search-results-header::after {
        background-size: 200%;
    }
}
