.c-jobs {
	width: 100%;
	padding: 0px 15px 40px;
	max-width: none;
}

@media screen and (min-width: 768px) {
	.c-jobs {
		padding: 0 35px 60px;
	}
}

@media screen and (min-width: 1024px) {
	.c-jobs {
		padding: 0 45px 60px;
	}

        .jobs-page .c-jobs {
            padding-left: 0 !important;
        }
    
        .jobs-page .c-job-main__right {
            padding-top: 60px;
        }
}

.c-job-main {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

@media screen and (min-width: 1024px) {
	.c-job-main {
		flex-direction: row;
		gap: 45px;
	}
}

.c-job-main__left {
	background-color: #ff0e49;
	color: #fff;
	padding: 32px 15px;
}

@media screen and (min-width: 768px) {
	.c-job-main__left {
		padding: 35px;
	}
}

@media screen and (min-width: 1024px) {
	.c-job-main__left {
		width: 33%;
	}
}

.c-job-main__left-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media screen and (min-width: 1024px) {
	.c-job-main__right {
		flex-grow: 1;
	}
}

.c-job-main__right .results-header {
	color: #666;
}

.c-job-main__right .results-header__content-total {
	color: #c65231;
}

.c-job-main__sorting {
	display: flex;
	flex-direction: column;
	align-items: center;
    gap: 10px;
}

@media screen and (min-width: 768px) {
	.c-job-main__sorting {
		flex-direction: row;
		justify-content: space-between;
        margin-bottom: 30px;
	}
}

.c-job-main__sorting-left .results-header {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}

/*.c-job-main__sorting-right .c-jobs-sortby {*/
/*    width: -moz-fit-content;*/
/*    width: fit-content;*/
/*    background-color: #fff;*/
/*    font-family: "Open Sans", sans-serif;*/
/*    font-weight: 300;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 8px;*/
/*    padding: 8px 24px;*/
/*    border: 1.5px solid #ff0e49;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.c-job-main__sorting-right .c-jobs-sortby .Select {
	width: 130px;
}

.c-job-main__sorting-right .c-jobs-sortby .Select.is-open .Select-control {
	background-color: #fff !important;
}

/*.c-job-main__sorting-right .c-jobs-sortby .Select .Select-control {*/
/*    color: #0A2D44;*/
/*    font-family: "Open Sans", sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    border: none !important;*/
/*    background-color: #fff !important;*/
/*}*/
.c-job-main__sorting-right .c-jobs-sortby .Select .Select-value-label {
	color: #0A2D44;
}

.c-jobs-search {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.c-jobs-search input:focus,
.c-jobs-search input:active {
	outline: none;
}

.c-jobs-search__keyword {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #fff;
}

.c-jobs-search__keyword-label {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}

.autocomplete__input {
	width: 100%;
	color: #000;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	border: none;
}

.c-jobs-search__keyword .keyword-search__input {
	padding: 16px 24px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	transition: ease all 0.5s;
}


.c-jobs-search__keyword .keyword-search__input-icon--search {
	color: #000;
}

.c-jobs-search__button {
	background-color: #ff0e49;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	transition: ease all 0.5s;
	border: 2px solid #ff0e49;
	margin-top: 16px;
}

.c-jobs-search__button-search {
	padding: 12px 25px;
	width: 100%;
	background-color: #ff0e49;
	color: white;
	transition: ease all 0.5s;
	border: 1px solid white;
}

.c-jobs-search__button:hover,
.c-jobs-search__button:focus {
	background-color: #ffffff;
}

.c-jobs-search__button:hover .c-jobs-search__button-search,
.c-jobs-search__button:focus .c-jobs-search__button-search {
	color: #ff0e49;
	background-color: #ffffff;
}

.c-jobs-search__location i {
	color: #000;
}

.c-jobs-search__location-content {
	display: flex;
	padding: 16px 24px;
	background-color: #fff;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	transition: ease all 0.5s;
}

.c-jobs-search__location-content:focus-within {
	border: none;
}

.c-jobs-search__location-drop {
	flex-grow: 1;
}

.c-jobs-search__location-drop input {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	border: none;
	color: #000;
	font-weight: normal;
}

.c-jobs-search__location-drop .menu {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	background: #F6F6F6;
	color: #000;
	width: 100%;
	transition: all ease-in 0.6s;
	padding: 28px;
	z-index: 1;
}

.c-jobs-search__location-drop .menu .location-item:hover {
	background: rgba(0, 0, 0, 0);
	color: #ff0e49;
}

.c-jobs-search__location-drop .menu .location-item--hightlight {
	background: rgba(0, 0, 0, 0);
	color: #ff0e49;
}

.ssr-search-bar {
	width: 100%;
	padding: 0 20px;
	height: 310px;
	margin-top: -185px;
	z-index: 10;
	position: relative;
}

@media screen and (min-width: 768px) {
	.ssr-search-bar {
		padding: 0 40px;
	}
}

@media screen and (min-width: 1024px) {
	.ssr-search-bar {
		padding: 0 64px;
		height: 133px;
		margin-top: -126.5px;
	}
}

.-horizontal.c-jobs-search {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: normal;
	width: 100%;
	padding: 20px;
	border: none;
	background-color: #0A2D44;
	position: relative;
	z-index: 3;
	max-width: 1234px;
}

@media screen and (min-width: 768px) {
	.-horizontal.c-jobs-search {
		flex-direction: row;
		align-items: flex-end;
	}
}

@media screen and (min-width: 1024px) {
	.-horizontal.c-jobs-search .c-jobs-search__keyword {
		flex-grow: 1;
	}
}

.-horizontal.c-jobs-search .c-jobs-search__keyword-label {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	display: none;
	color: #fff;
}

.-horizontal.c-jobs-search .c-jobs-search__location.location-search {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex-grow: 1;
}

.-horizontal.c-jobs-search .c-jobs-search__location-label {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	display: none;
	color: #fff;
}

.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu {
	background: #F6F6F6;
	color: #000;
	transform: translateY(calc(100% + 18px));
	border: 1px solid #f5f5f5;
}

.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu .location-item:hover {
	background: rgba(0, 0, 0, 0);
	color: #ff0e49;
}

.-horizontal.c-jobs-search .c-jobs-search__location-drop .menu .location-item--hightlight {
	background: rgba(0, 0, 0, 0);
	color: #ff0e49;
}

.-horizontal.c-jobs-search .c-jobs-search__button {
	margin-top: 0px;
}

@media screen and (min-width: 1024px) {
	.-horizontal.c-jobs-search .c-jobs-search__button {
		width: 190px;
	}
}

.-horizontal.c-jobs-search .c-jobs-search__button-search {
	border: 2px solid #ff0e49;
	transition: ease all 0.5s;
	color: #fff;
	background: #ff0e49;
}

.-horizontal.c-jobs-search .c-jobs-search__button-search:hover {
	border: 2px solid #fff;
	color: #fff;
	background: #fff;
}

.jobs-current-searches {
	display: flex;
	flex-direction: column;
}

.jobs-current-searches__title {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}

.jobs-current-searches__tag-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
	margin: 0;
	margin-top: 10px;
}

.jobs-current-searches__tag-item {
	padding: 4px 8px 4px 12px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: center;
	align-items: center;
	transition: ease all 0.5s;
	cursor: default;
	color: #000;
	border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
}

.jobs-current-searches__tag-item:hover svg>path {
	fill: currentColor;
}

.jobs-current-searches__tag-close {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff0e49;
	border: 0;
	cursor: pointer;
	transition: ease all 0.5s;
	border-radius: 50%;
    aspect-ratio: 1 / 1;
}

.jobs-current-searches__tag-close svg {
	width: 16px;
	height: 16px;
}

.jobs-current-searches__tag-close svg>path {
	fill: #fff;
}

.c-jobs-filter {
	display: flex !important;
	flex-direction: column;
	gap: 24px;
	max-width: none !important;
}

.c-jobs-filter .filter-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.c-jobs-filter .filter-group>h3 {
	display: none !important;
}

.c-jobs-filter .filter-category-container {
	background-color: #fff;
	margin-bottom: 8px;
}

.c-jobs-filter .filter-category-container:last-child {
	margin-bottom: 0;
}

.c-jobs-filter .filter-header {
	padding: 16px 24px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	background-color: rgba(0, 0, 0, 0) !important;
}

.c-jobs-filter .filter-option label {
	display: flex;
	flex-direction: row;
	gap: 24px;
	color: #000;
}

.c-jobs-filter .filter-option label>.option-value {
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	gap: 4px;
	justify-content: space-between;
}

.c-jobs-filter .filter-options-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}

.c-jobs-filter .filter-options-list-container {
	padding: 0;
	border-top: none;
}

.c-jobs-filter .reset-filters {
	text-align: start;
}

.c-jobs-filter .reset-filters a {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #ff0e49;
}

.c-jobs-filter .reset-filters a:hover {
	text-decoration: underline;
}

.c-jobs-list-only {
	margin-top: 34px;
}

@media screen and (min-width: 1024px) {
	.c-jobs-list-only {
		margin-top: 0;
	}
}

.c-jobs-list-only .results-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.c-jobs-list-only .results-list__item {
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #000;
	background-color: #fff;
	gap: 18px;
}

.c-jobs-list-only .results-list__item-header a {
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	color: #000;
	display: inline-block;
	max-width: 80%;
}

.c-jobs-list-only .results-list__item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (min-width: 1024px) {
	.c-jobs-list-only .results-list__item-content {
		flex-direction: row;
		width: 100%;
		align-items: center;
	}
}

.c-jobs-list-only .results-list__item-street,
.c-jobs-list-only .results-list__item-brand {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
}

.c-jobs-list-only .results-list__item-street--icon>svg>g>g,
.c-jobs-list-only .results-list__item-brand--icon>svg>g>g {
	stroke: #55616C;
}

.c-jobs-list-only .results-list__item-street--label,
.c-jobs-list-only .results-list__item-brand--label {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #55616C;
}

.c-jobs-list-only .results-list__item-apply {
	padding: 10px 22px;
	background-color: #ff0e49;
	border: 2px solid #ff0e49;
	text-decoration: none;
	transition: ease all 0.5s;
	margin-top: 10px;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.c-jobs-list-only .results-list__item-apply {
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 0;
		height: -moz-fit-content;
		height: fit-content;
	}
}

@media screen and (min-width: 1024px) {
	.c-jobs-list-only .results-list__item-apply {
		position: absolute;
		bottom: 0;
		right: 0;
		height: -moz-fit-content;
		height: fit-content;
	}
}

.c-jobs-list-only .results-list__item-apply:hover,
.c-jobs-list-only .results-list__item-apply:focus {
	background-color: #fff;
	border: 2px solid #ff0e49;
	color: #ff0e49;
}

.c-jobs-list-only .results-list__item-apply:hover .results-list__item-apply--label,
.c-jobs-list-only .results-list__item-apply:focus .results-list__item-apply--label {
	color: #ff0e49;
}

.c-jobs-list-only .results-list__item-apply:hover .results-list__item-apply--icon,
.c-jobs-list-only .results-list__item-apply:focus .results-list__item-apply--icon {
	background-color: rgba(0, 0, 0, 0);
}

.c-jobs-list-only .results-list__item-apply:hover .results-list__item-apply--icon>svg>g>g,
.c-jobs-list-only .results-list__item-apply:focus .results-list__item-apply--icon>svg>g>g {
	fill: #fff;
}

.c-jobs-list-only .results-list__item-apply--label {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}

.c-jobs-list-only .results-list__item-apply--icon {
	display: none;
}

.results-list__item-apply:hover .results-list__item-apply--icon {
	color: #fff;
}

.c-jobs-list-only .results-list__item-apply--icon>svg>g>g,
.c-jobs-list-only .results-list__item-apply--icon>svg>path {
	transition: ease all 0.5s;
	fill: currentColor;
}

.c-jobs-pagination {
	margin: 30px 0;
	display: block;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-jobs-pagination .page-size {
	display: none;
	border: none;
}

@media screen and (min-width: 1024px) {
	.c-jobs-pagination .page-size {
		background-color: #fff;
		display: flex;
		align-items: center;
		padding: 18px;
		justify-content: center;
		text-align: center;
	}
}

.c-jobs-pagination .page-size:focus-visible {
	outline: none;
}

.c-jobs-pagination .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 1024px) {
	.c-jobs-pagination .pagination {
		justify-content: flex-start;
	}
}

.c-jobs-pagination .pagination.mobile {
	display: none;
}

.c-jobs-pagination .page-links .pagination__list {
	background: #fff;
	display: flex;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

.c-jobs-pagination .page-links a {
	cursor: pointer;
	margin: 0 5px;
	color: #666666;
}

.c-jobs-pagination .page-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	transition: ease all 0.5s;
}

.c-jobs-pagination .page-link:hover {
	text-decoration: none;
	color: #ff0e49;
}

.c-jobs-pagination .page-link.page-link-next,
.c-jobs-pagination .page-link.page-link-last,
.c-jobs-pagination .page-link.page-link-first,
.c-jobs-pagination .page-link.page-link-previous {
	height: 36px;
	width: 36px;
	background: #ff0e49;
	color: #fff;
	border: 1px solid #ff0e49;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: ease all 0.5s;
}

.c-jobs-pagination .page-link.page-link-next:hover,
.c-jobs-pagination .page-link.page-link-last:hover,
.c-jobs-pagination .page-link.page-link-first:hover,
.c-jobs-pagination .page-link.page-link-previous:hover {
	background: #fff;
	color: #ff0e49;
	border: 1px solid #ff0e49;
}

.c-jobs-pagination .page-link.page-link-next.not-selectable,
.c-jobs-pagination .page-link.page-link-last.not-selectable,
.c-jobs-pagination .page-link.page-link-first.not-selectable,
.c-jobs-pagination .page-link.page-link-previous.not-selectable {
	opacity: 0.5;
	cursor: not-allowed;
	display: none;
}

.c-jobs-pagination .page-link.current-page.not-selectable {
	color: #ff0e49;
}


.c-jobs-search__keyword .keyword-search__input::before {
	content: "\f002";
	font: 900 1em / 1 "Font Awesome 6 Free";
	display: block;
	color: #000;
}

.c-job-main .results-list__item-info>div>div {
	display: flex;
	align-items: center;
	gap: 20px;
}

[data-react-component="jobs-filter"] .advanced-search-container {
	width: 100%;
	max-width: 350px;
	display: inline-block
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-group {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-group>* {
	display: block;
	width: 100%;
	margin: 0
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header {
	position: relative;
	background-color: #fff;
	color: #555555;
	padding: 12px 20px 12px 12px;
	cursor: pointer;
	font-size: 16px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header.open::after {
	border-top-color: transparent;
	border-bottom-color: #555555;
	-webkit-transform: translateY(-75%);
	-ms-transform: translateY(-75%);
	transform: translateY(-75%)
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header::after {
	content: "";
	border: 6px solid transparent;
	border-top-color: #555555;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%)
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header .filter-title {
	margin-right: 20px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
	-o-transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
	transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
	position: relative
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container.is-expanded {
	-webkit-transition: max-height 300ms ease-in;
	-o-transition: max-height 300ms ease-in;
	transition: max-height 300ms ease-in;
	max-height: 500px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list {
	max-height: 200px;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	list-style-type: none;
	margin: 0
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list .option-value {
	color: #555555;
	font-size: 16px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list div {
	position: relative
}

[data-react-component="jobs-filter"] .reset-filters {
	padding: 10px 0;
	clear: left
}

.c-job-main .c-jobs-filter .filter-option .option-value.text {
	flex: 1;
}

.c-jobs-search .location-search__input-icon--pin {
	font: normal normal normal 14px / 1 FontAwesome;
	color: #000;
}

.c-job-main .c-jobs-search__location-label {
	display: none;
}

.c-job-main .filter-option {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.c-job-main .filter-option .option-value.text {
	flex: 1;
}

.results-header__content__total {
	color: #ff0e49;
}


/* Focus styles for interactive elements */
a:focus-visible,
button:focus-visible,
/* input:focus-visible, */
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid #007acc !important;
	outline-offset: 2px !important;
}

/* Optional: fallback for browsers that don't support :focus-visible */
a:focus,
button:focus,
/* input:focus, */
select:focus,
textarea:focus {
	outline: 3px solid #ffbf47;
	outline-offset: 2px;
}

/* Hide focus outline if not keyboard navigating */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
/* input:focus:not(:focus-visible), */
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
	outline: none;
}


.reset-filters__buton {
	border: none;
	background-color: transparent;
	font-size: 16px;
}

.reset-filters__buton:hover {
	text-decoration: underline;
}

.location-search .icon-container>span {
	display: flex;
}

.page-size_text {
	display: none;
}

.page-link svg path {
	fill: white;
	transition: ease all 0.5s;
}

.page-link:hover svg path {
	fill: #ff0e49;
}

.location-search--has-value .c-main-hero-search__location-drop input[aria-expanded=true]+.menu {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    transform: translateY(100%);
    background: #fff;
    color: #000;
    width: 100%;
    padding: 0.5rem;
    z-index: 1;
    max-height: 19.3rem;
    overflow: auto;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.location-search {
    position: relative;
}

.c-jobs-search__location-content.location-search-input .autocomplete {
    position: static;
}


.location-search--has-value .location-search-input input[aria-expanded=true]+.menu {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    /* transform: translateY(100%); */
    background: #fff;
    color: #000;
    width: 100%;
    padding: 0.5rem;
    z-index: 1;
    max-height: 19.3rem;
    overflow: auto;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 3px;
}

.c-jobs-search__location-content .menu .location-item {
    padding: 0.5rem 1.5rem;
}

.c-jobs-search__location-content .menu .location-item:not(:first-child) {
    margin-top: 0.5rem;
}

.c-jobs-search__location-content .menu .location-item:hover {
    background: #E9F5F7;
    color: #151730;
}

.c-jobs-filter .filter-options-list-container .filter-options-list {
    list-style: none;
    display: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.c-jobs-filter .filter-options-list-container.is-expanded .filter-options-list {
    display: flex;
}



.location-search__icon-right svg[aria-labelledby='removeSelectionTitle'] {
    width: 22px;
    height: 22px;
}

.jobs-sort-by_select_display_text,
.jobs-radius_select_display_text {
    min-width: 75px;
}

.results-list__item-title,
.results-header__content {
    margin-bottom: 0;
}

.results-list__item-header {
    gap: 10px;
}

.results-list__item-distance {
    display: flex;
    gap: 10px;
}

.c-job-main__sorting-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

@media screen and (min-width: 1024px) {
    .c-job-main__sorting-right {
        flex-direction: row;
    }
}