/*
--e-global-color-primary: #839788;
--e-global-color-secondary: #252323;
--e-global-color-text: #252323;
--e-global-color-accent: #BACDB0;
--e-global-color-413d245: #729B79;
--e-global-color-d4ace00: #C6C5B9;
--e-global-color-9fddc62: #FFFFFF;
--e-global-color-3dcf1b3: #000000;
--e-global-color-fffd5d1: #252323;
*/

.jobs {

	padding-block-end: 50px;
	max-inline-size: 1200px;
	margin-inline: auto;
	padding-inline: 20px;

}

.jobs.jobs--listing {
	padding-inline: 10px
}

@media (min-width: 768px) {
	.jobs {
		padding-block-end: 100px;
	}
	.jobs.jobs--listing {
		padding-block: 50px 100px;
		padding-inline: 0
	}
}


.jobs .jobs__current {
	margin-block: 0 20px;
	font-size: 20px;
	color: #82968a;
	font-weight: 700
}

.jobs .jobs__form form {

	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	margin-block: 0 20px

}

@media (min-width: 768px) {
	.jobs .jobs__form form {
		grid-gap: 30px;
	}
}

@media (min-width: 768px) {

	.jobs .jobs__form form {

		grid-template-columns: repeat(3, 1fr);

	}

}

.jobs .jobs__form button,
.jobs .jobs__form input,
.jobs .jobs__form select {
	background-color: transparent; /* 1 */
	border-style: none; /* 1 */
	color: inherit; /* 1 */
	font-size: 1em; /* 1 */
	margin: 0; /* 2 */
	padding: 0;
	line-height: 1;
}

.jobs .jobs__form select {
	appearance: none;
	display: block;
	max-width: 100%;
	width: 100%;
	text-transform: none;
	white-space: nowrap;
	line-height: unset;
	padding: 0 24px 0 12px;
	min-height: 43px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #eaefe8;
	border-radius: 5px;
	color: #000;
	background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
	background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.jobs .jobs__form select {

}

.jobs .jobs__form .jobs__form-search {
	display: flex;
	align-items: center;
	gap: 0
}

.jobs .jobs__form input,
.jobs .jobs__form button {
	background-color: #eaefe8;
	color: #000;
	height: 100%
}

.jobs .jobs__form input {
	padding: 0 10px;
}

.jobs .jobs__form button {
	background-color: #839788;
	color: #fff;
	padding: 0 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	min-height: 43px
}

.jobs__listing {
	margin-block: 0 30px;
}


.info__table {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.info__table-header .info__table-row-item {
    font-weight: 500; /* assuming $font-medium is 500 */
    align-self: center;
}
.info--has-row-border .info__table-row:last-child {
    border: none;
}
.info__table-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
	border-bottom: 1px solid #d3d3d3;
}
.info__table-row.info__table-header {
    display: none;
	color: #82968a;
}
@media (min-width: 768px) {
    .info__table-row {
        flex-direction: row;
        display: flex;
		gap: 30px
    }
    .info__table-row.info__table-header {
        display: flex;
		gap: 30px
    }
}
.info__table-row a {
    text-decoration: none !important;
	color: #000;
}
.info__table-row a:hover {}
.info__table-row-item {
    padding: 0;
    word-break: break-word;
    text-align: left;
}
@media (max-width: 767px) {
    .info__table-row-item.info__table-row-item--field1 {
        font-weight: 600; /* assuming $font-semi-bold is 600 */
    }
}
@media (min-width: 768px) {
    .info__table-row-item.info__table-row-item--field1 {
        /*padding-right: 20px;*/
    }
    .info__table-row-item::before {
        content: none;
    }
    .info__table-row-item span,
    .info__table-row-item a {
		display: inline-block;
        width: auto;
    }
    .info__table-row-item.info__table-row-item--field1 {
        flex-basis: 33.33%;
    }
    .info__table-row-item.info__table-row-item--field2 {
        flex-basis: 33.33%;
    }
	.info__table-row-item.info__table-row-item--field3 {
        flex-basis: 33.33%;
    }
}

.jobs__paging {

	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;

}

.jobs__paging a.page-numbers,
.jobs__paging span {

	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border: 1px solid #eaefe8;
	background-color: #eaefe8;
	color: #000	;
	line-height: 1;
	transition: all 0.2s ease-in-out;
	border-radius: 2px;
}

.jobs__paging a.page-numbers {
	text-decoration: none;
}
.jobs__paging a:hover,
.jobs__paging .current {
	background-color: #dde2db
}

.jobs__link a + a {
	margin-block-start: 20px
}

@media (min-width: 768px) {
	.jobs__link a + a {
		margin-block-start: 0;
		margin-inline-start: 20px
	}
}

.jobs__link a {
	padding: 17px 25px 17px 25px;
}

.jobs__link a:hover {
	background-color: #bacdb0
}

.jobs__details {
	margin-block: 0 20px;
}

.jobs__keyvisual {

	padding-left: calc((100vw - 100%) / 2);
	padding-right: calc((100vw - 100%) / 2);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	display: block;
	position: relative;
	margin-block: 0 50px

}


.jobs__keyvisual-img {
	height: 30vh;
}

@media (min-width: 768px) {
	.jobs__keyvisual-img {
		height: 45vh;
	}
}

.jobs__keyvisual-img img {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50%;
}

.jobs__details .jobs__details-list {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.jobs__details .jobs__details-reference-number {
	color: var(--e-global-color-413d245);
	font-weight: 600;
	font-size: 24px
}

.jobs__details h1 {
	font-weight: 700;
	margin: 0 0 15px;
}

.jobs__details h2 {
	margin: 0;
}

.jobs__details h2,
.jobs__details h3,
.jobs__questions h3 {
	color: var(--e-global-color-413d245);
}


.jobs__details h2 {
	margin: 0 0 20px;
}
.jobs__details ul {
	margin: 0 0 20px;
}
