/* Greenhouse job board styles mirrored from the Gulf Wind Technology theme. */
.jobs-section {
	max-width: 1000px;
	margin: 0 auto;
}

.jobs-section p,
.jobs-section li {
	line-height: 1.7;
	margin-block-end: 15px;
}

.jobs-section li p {
	margin-block-end: 0;
}

.gwt-greenhouse-jobs .job-posts--table--department {
	margin-bottom: 2rem;
}

.gwt-greenhouse-jobs .section-header.font-primary {
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #182b39;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2rem;
}

.gwt-greenhouse-jobs .job-post {
	border-bottom: 1px solid #7078854d;
}

.gwt-greenhouse-jobs .job-link {
	display: block;
	width: 100%;
	padding: 1rem;
	color: #707885;
	text-decoration: none;
}

.gwt-greenhouse-jobs .job-link:hover {
	color: #707885;
	background-color: #f5f5f5;
}

.gwt-greenhouse-jobs .job-post p.body--medium {
	margin: 0 0 0.25rem;
	color: #707885;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5rem;
}

.gwt-greenhouse-jobs .job-post p.body__secondary {
	margin: 0;
	color: #707885;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.gwt-greenhouse-jobs .job-post p:last-of-type {
	border-bottom: 0 !important;
}

.gwt-greenhouse-jobs .tag-container {
	display: inline-block;
	height: 1.25rem;
	margin-left: 8px;
	padding: 0 8px;
	color: #fff;
	line-height: 1rem;
	background: #12a189;
	border-radius: 5px;
}

.gwt-greenhouse-jobs .tag-container .ellipse {
	display: inline-block;
	max-width: 150px;
	height: 1.25rem;
	overflow: hidden;
	line-height: 1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

.gwt-greenhouse-jobs .tag-container .tag-text {
	margin: 0;
	padding: 0;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25rem;
	vertical-align: text-bottom;
}

.gwt-greenhouse-jobs .filters {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-end;
	padding-top: 16px;
}

.gwt-greenhouse-jobs .filters .text-input-wrapper,
.gwt-greenhouse-jobs .filters .select {
	box-sizing: border-box;
	flex: 1 1 calc(50% - 16px);
	padding: 0;
}

.gwt-greenhouse-jobs .filters .input-wrapper--outside-label {
	display: flex;
	flex-direction: column;
}

.gwt-greenhouse-jobs .filters .label--outside-label,
.gwt-greenhouse-jobs .filters .select__label--outside-label {
	margin-bottom: 8px;
	color: #526b63;
	font-size: 0.8125rem;
	font-weight: 700;
}

.gwt-greenhouse-jobs .filters .input,
.gwt-greenhouse-jobs .filters select.input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 12px;
	color: #707885;
	font-size: 1rem;
	background-color: #fff;
	border: 1px solid #7078854d;
	border-radius: 5px;
}

.gwt-greenhouse-jobs .filters .input:focus,
.gwt-greenhouse-jobs .filters select.input:focus {
	outline: none;
	border-color: #7078854d;
}

.gh-job-detail {
	color: #707885;
}

.gh-apply-button {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #12a189;
	border: 0;
	border-radius: 999px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.gh-apply-button:hover,
.gh-apply-button:focus {
	color: #fff;
	background-color: var(--e-global-color-primary);
}

.gwt-greenhouse-jobs .job-link__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gwt-greenhouse-jobs .job-link__content {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

@media (max-width: 900px) {
	.gwt-greenhouse-jobs .filters .text-input-wrapper,
	.gwt-greenhouse-jobs .filters .select {
		flex: 1 1 100%;
	}
}

@media (max-width: 600px) {
	.gh-apply-button {
		padding: 0.5rem 1rem;
		font-size: 0.875rem;
	}
}
