@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}
.path-search-results-api .region-content {
	display: flex;
	align-items: flex-start;
	margin-bottom: 100px;
}

.path-search-results-api .region-content article {
	padding-right: 74px;
    width: calc(100% - 443px);
}

a.st-ui-result {
    display: block;
    color: #000;
	padding: 30px 20px 30px 0 !important;
    border-bottom: 1px solid #f2f2f2;
}

a.st-ui-result em {
    font-style: normal;
    font-weight: bold;
}

.st-search-summary {
	font-weight: bold;
    font-size: clamp(16px, 2.4vw, 18px);
    line-height: clamp(24px, 2.5vw, 26px);
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 50px;
}

a.st-ui-result .st-ui-type-detail {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
    font-size: clamp(14px, 2vw, 18px);
    line-height: clamp(20px, 2.2vw, 26px);
    letter-spacing: 0.15px;
    color: #000000;
    max-height: none;
}

.st-ui-type-heading {
    display: block;
	font-weight: 300;
    font-size: clamp(16px, 2.4vw, 22px) !important;
    line-height: clamp(24px, 2.5vw, 30px) !important;
    font-weight: 500 !important;
    letter-spacing: 0.15px;
    margin-bottom: 15px !important;
    white-space: break-spaces !important;
}

.st-ui-container-footer_bar {
	margin-top: 50px;
}

.st-ui-pagination .st-ui-pagination-link {
    font-size: clamp(12px, 2.3vw, 16px);
	display: inline-block;
    margin: 0 2px;
    color: #000;
    line-height: clamp(25px, 5vw, 32px);
    text-align: center;
    font-weight: 500;
    padding: 0 11px;
}

.st-ui-pagination .st-ui-pagination-number-link {
    background: #2B282F;
    color: #fff;
}

.st-ui-pagination .st-ui-pagination-link.active {
	background: #F82D3F;
}

.st-ui-pagination .st-query-not-present > div,
.st-ui-pagination .st-query-present > div,
#pagin {
	text-align: right;
}

.search-block-form form,
.path-search-results-api .region-content article + div {
	min-width: 443px;
    background: #2B282F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 16px;
}

.search-block-form form > div,
.path-search-results-api .region-content article + div > div {
	width: 100%;
    padding: 40px 0;
    margin: 0;
    position: relative;
}

.path-search-results-api .region-content article + div > div .autocomplete-items {
    top: calc(100% - 36px);
}

.search-block-form form input[type="search"],
.path-search-results-api .region-content article + div input[type="search"]{
	background: #FFFFFF;
    border: 1px solid #828282;
    height: 48px;
    padding: 10px 16px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #000;
}

.search-block-form form input[type="submit"],
.path-search-results-api .region-content article + div input[type="submit"] {
	margin: 0;
    background: #F82D3F;
    border: 0;
    color: #fff;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    min-width: 127px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
}



#fosroc-overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    right: 0.5%;
}

.fosroc-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #F82D3F solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}



/*** RESPONSIVE ***/



@media screen and (max-width: 1089px) {

    .search-block-form form input[type="submit"],
    .path-search-results-api .region-content article + div input[type="submit"] {
        min-width: 110px;
    }

    
    .path-search-results-api .region-content article + div {
        min-width: 380px;
    }

    .path-search-results-api .region-content article {
        width: calc(100% - 380px);
        padding-right: 40px;
    }
}


@media screen and (max-width: 991px) {

    .path-search-results-api .region-content {
        flex-direction: column;
        width: 100%;
        margin-bottom: 60px;
    }

    .path-search-results-api .region-content article {
        padding-right: 0;
        width: 100%;
        order: 2;
    }

    .path-search-results-api .region-content article + div {
        min-width: auto;
        width: 100%;
        margin-bottom: 60px;
    }

    .st-search-summary {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {

    .st-ui-type-heading {
        margin-bottom: 8px !important;
    }
}

@media screen and (max-width: 576px) {

    .st-ui-pagination .st-ui-pagination-link {
        margin: 0;
        padding: 0 7px;
    }
}





