@import url('https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600;700;800;900&display=swap');

:root {
	--hr-primary: #0057ff;
	--hr-secondary: #505968;
	--hr-light: #e3e6eb;
	--hr-dark: #131619;
	--hr-white: #fdfeff;
	--hr-font: 'Onest', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fiveplus-hr-highlight,
.fiveplus-hr-opportunities,
.fiveplus-hr-single,
.fiveplus-hr-archive {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.fiveplus-hr-highlight {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	background: var(--hr-panel);
	border-radius: 15px;
	padding: clamp(2rem, 3vw, 3rem);
	align-items: center;
	margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.fiveplus-hr-highlight__body,
.fiveplus-hr-highlight__media,
.fiveplus-hr-card__body {
	position: relative;
}

.fiveplus-hr-highlight__badge {
	display: inline-flex;
	letter-spacing: 0.35em;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--hr-primary);
}

.fiveplus-hr-highlight__title {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	line-height: 1.1;
	color: var(--hr-dark);
}

.fiveplus-hr-highlight__intro {
	color: var(--hr-muted);
	font-size: 1.15rem;
	max-width: 560px;
	margin: 0;
}

.fiveplus-hr-highlight__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.fiveplus-hr-highlight__list li,
.fiveplus-hr-card__features li,
.fiveplus-hr-single__features li {
	display: flex;
	gap: 0.75rem;
	color: var(--hr-dark);
}

.fiveplus-hr-highlight__list li::before,
.fiveplus-hr-card__features li::before,
.fiveplus-hr-single__features li::before {
	content: '';
	flex: 0 0 0.65rem;
	height: 0.65rem;
	border-radius: 15px;
	background: var(--hr-primary);
	margin-top: 0.42rem;
}

.fiveplus-hr-highlight__button,
.fiveplus-hr-card__button,
.fiveplus-hr-single__cta,
.fiveplus-hr-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 2.5rem;
	border-radius: 15px;
	background: #0057ff;
	border: 1px solid #0057ff;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.18s ease;
	box-shadow: none;
}

.fiveplus-hr-highlight__button:hover,
.fiveplus-hr-card__button:hover,
.fiveplus-hr-single__cta:hover,
.fiveplus-hr-form__submit:hover {
	transform: translateY(-2px);
	box-shadow: none;
}

.fiveplus-hr-highlight__frame,
.fiveplus-hr-card__frame,
.fiveplus-hr-single__frame {
	position: relative;
	background: var(--hr-dark);
	border-radius: 15px;
	padding: clamp(1rem, 2vw, 1.6rem);
	overflow: hidden;
}

.fiveplus-hr-highlight__frame::after,
.fiveplus-hr-card__frame::after,
.fiveplus-hr-single__frame::after {
	content: '';
	position: absolute;
	inset: clamp(0.9rem, 2vw, 1.5rem);
	border: 4px solid var(--hr-primary);
	border-radius: 15px;
	opacity: 0.95;
	pointer-events: none;
}

.fiveplus-hr-highlight__frame img,
.fiveplus-hr-card__frame img,
.fiveplus-hr-single__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.fiveplus-hr-card__placeholder,
.fiveplus-hr-highlight .fiveplus-hr-card__placeholder {
	height: 260px;
	border-radius: 15px;
	background: linear-gradient(135deg, rgba(0, 87, 255, 0.25), rgba(23, 41, 75, 0.35));
}

.fiveplus-hr-opportunities__grid {
	display: grid;
	gap: clamp(1.8rem, 3vw, 2.8rem);
}

.fiveplus-hr-card {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.9fr);
	gap: clamp(1.8rem, 3vw, 3rem);
	background: var(--hr-panel);
	border-radius: 15px;
	padding: clamp(1.8rem, 3vw, 2.8rem);
	align-items: center;
}

.fiveplus-hr-card__badge {
	display: inline-flex;
	letter-spacing: 0.32em;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--hr-primary);
}

.fiveplus-hr-card__title {
	margin: 0;
	font-size: clamp(1.85rem, 3vw, 2.5rem);
	line-height: 1.15;
	color: var(--hr-dark);
}

.fiveplus-hr-card__title a {
	color: inherit;
	text-decoration: none;
}

.fiveplus-hr-card__title a:hover {
	color: var(--hr-primary);
}

.fiveplus-hr-card__intro {
	margin: 0;
	font-size: 1rem;
	color: var(--hr-muted);
}

.fiveplus-hr-card__features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.fiveplus-hr-opportunities__empty {
	text-align: center;
	padding: 3rem 1.5rem;
	border-radius: 15px;
	background: var(--hr-panel);
	color: var(--hr-dark);
	font-size: 1.05rem;
}

.fiveplus-hr-single {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin: 0 auto 4rem;
}

.fiveplus-hr-single__hero,
.fiveplus-hr-single__content,
.fiveplus-hr-single__form,
.fiveplus-hr-archive__form {
	background: var(--hr-panel);
	border-radius: 15px;
	padding: clamp(2rem, 3vw, 2.8rem);
}

.fiveplus-hr-single__features {
	list-style: none;
	margin: 1.6rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.fiveplus-hr-single__content h2,
.fiveplus-hr-single__content h3,
.fiveplus-hr-single__content h4 {
	color: var(--hr-dark);
	margin-top: 1.6rem;
}

.fiveplus-hr-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.fiveplus-hr-form__title {
	font-family: var(--hr-font);
	font-size: 24px;
	font-weight: 700;
	color: var(--hr-primary);
	margin: 0 0 1rem;
	text-align: left;
}

.fiveplus-hr-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-bottom: 1rem;
}

/* Tell us about you textarea - full width */
.fiveplus-hr-form textarea[name="cover_letter"] {
	width: 100%;
}

.fiveplus-hr-form label,
.fiveplus-hr-form__select {
	display: block;
	margin-bottom: 1rem;
	font-weight: 600;
	color: var(--hr-dark);
}

.fiveplus-hr-form__grid label {
	margin-bottom: 0;
}

.fiveplus-hr-form label span {
	display: block;
	margin-bottom: 0.5rem;
	text-align: left;
}

.fiveplus-hr-form input[type="text"],
.fiveplus-hr-form input[type="tel"],
.fiveplus-hr-form input[type="email"],
.fiveplus-hr-form select,
.fiveplus-hr-form textarea,
.fiveplus-hr-form input[type="file"] {
	border: 1px solid #d7dbe3;
	border-radius: 15px;
	padding: 0.7rem 0.8rem;
	font-size: 0.98rem;
	background: #f8fafc;
	transition: border-color 0.18s ease, background 0.18s ease;
}

.fiveplus-hr-form input:focus,
.fiveplus-hr-form select:focus,
.fiveplus-hr-form textarea:focus {
	outline: none;
	border-color: var(--hr-primary);
	background: var(--hr-white);
}

.fiveplus-hr-form textarea {
	min-height: 130px;
	resize: vertical;
	text-align: left;
	text-indent: 0;
	width: 100%;
	box-sizing: border-box;
}

.fiveplus-hr-form textarea::placeholder {
	text-align: left;
}

.fiveplus-hr-form__upload input[type="file"] {
	padding: 0.6rem;
	background: var(--hr-white);
}

.fiveplus-hr-form__notice {
	padding: 1rem 1.4rem;
	border-radius: 15px;
	font-weight: 600;
}

.fiveplus-hr-form__notice.success {
	background: #dcfce7;
	color: #166534;
}

.fiveplus-hr-form__notice.error {
	background: #dbeafe;
	color: var(--hr-primary);
}

.fiveplus-hr-form__consent-wrapper {
	margin-bottom: 1rem;
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.fiveplus-hr-form__consent-wrapper input[type="checkbox"] {
	margin: 0;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-top: 0.2rem;
}

.fiveplus-hr-form__consent {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	cursor: pointer;
	color: var(--hr-muted);
	display: inline;
	text-align: left;
	flex: 1;
}

.fiveplus-hr-form__consent a {
	color: var(--hr-primary);
	text-decoration: underline;
	transition: color 0.3s ease;
	font-size: 14px;
	font-weight: 500;
}

.fiveplus-hr-form__consent a:hover {
	color: var(--hr-dark);
	text-decoration: none;
}

.fiveplus-hr-form__honeypot {
	position: absolute;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
	opacity: 0;
}

.fiveplus-hr-form__file-name {
	font-size: 0.85rem;
	color: var(--hr-muted);
	margin-top: 0.35rem;
	word-break: break-word;
}

.fiveplus-hr-archive__intro {
	text-align: center;
	margin: 3rem auto;
	max-width: 720px;
}

.fiveplus-hr-archive__intro h1 {
	font-size: clamp(2.4rem, 4vw, 3.2rem);
	margin-bottom: 0.8rem;
	color: var(--hr-dark);
}

.fiveplus-hr-archive__intro p {
	font-size: 1.08rem;
	color: var(--hr-muted);
}

.fiveplus-hr-admin__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin: 1rem 0;
}

.fiveplus-hr-admin__section {
	background: #ffffff;
	border: 1px solid #e1e5e9;
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.fiveplus-hr-admin__section-title {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 1.5rem 0;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid #0057ff;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.fiveplus-hr-admin__field {
	margin-bottom: 1.5rem;
}

.fiveplus-hr-admin__field-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.fiveplus-hr-admin__label {
	display: block;
	font-weight: 500;
	color: #2c3e50;
	margin-bottom: 0.5rem;
	font-size: 14px;
}

.fiveplus-hr-admin__required {
	color: #e74c3c;
	font-weight: bold;
	margin-left: 0.25rem;
}

.fiveplus-hr-admin__input,
.fiveplus-hr-admin__textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-size: 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fiveplus-hr-admin__input:focus,
.fiveplus-hr-admin__textarea:focus {
	outline: none;
	border-color: #0057ff;
	box-shadow: 0 0 0 3px rgba(0, 87, 255, 0.1);
}

.fiveplus-hr-admin__textarea {
	resize: vertical;
	min-height: 80px;
}

.fiveplus-hr-admin__editor {
	border: 1px solid #d1d5db;
	border-radius: 6px;
	overflow: hidden;
}

.fiveplus-hr-admin__checkbox-label {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
}

.fiveplus-hr-admin__checkbox {
	width: 18px;
	height: 18px;
	accent-color: #0057ff;
}

.fiveplus-hr-admin__checkbox-text {
	font-size: 14px;
	color: #2c3e50;
}

.fiveplus-hr-admin__help {
	display: block;
	font-size: 12px;
	color: #6b7280;
	margin-top: 0.25rem;
	font-style: italic;
}

/* Responsive Admin */
@media (max-width: 768px) {
	.fiveplus-hr-admin__field-group {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}
	
	.fiveplus-hr-admin__section {
		padding: 1.5rem;
	}
}

.fiveplus-hr-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.fiveplus-hr-modal.is-visible {
	display: flex;
}

.fiveplus-hr-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(23, 41, 75, 0.55);
}

.fiveplus-hr-modal__dialog {
	position: relative;
	background: var(--hr-panel);
	border-radius: 15px;
	padding: clamp(1.8rem, 3vw, 2.4rem);
	width: min(92%, 640px);
	max-height: 90vh;
	overflow-y: auto;
	border: 1px solid #d7dbe3;
	z-index: 1;
}

.fiveplus-hr-modal__close {
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	background: none;
	border: 0;
	font-size: 1.6rem;
	color: var(--hr-muted);
	cursor: pointer;
}

@media (max-width: 960px) {
	.fiveplus-hr-highlight,
	.fiveplus-hr-card,
	.fiveplus-hr-single__hero {
		grid-template-columns: 1fr;
	}

	.fiveplus-hr-highlight,
	.fiveplus-hr-card,
	.fiveplus-hr-single__hero,
	.fiveplus-hr-single__content,
	.fiveplus-hr-single__form,
	.fiveplus-hr-archive__form {
		padding: 1.8rem;
	}
}

@media (max-width: 640px) {
	.fiveplus-hr-highlight,
	.fiveplus-hr-card {
		gap: 1.4rem;
	}

	.fiveplus-hr-form__grid {
		grid-template-columns: 1fr;
	}

	.fiveplus-hr-form__submit {
		width: 100%;
		text-align: center;
	}
	
	.fiveplus-hr-form__consent-wrapper {
		width: 100%;
		display: flex;
		align-items: flex-start;
		gap: 0.5rem;
	}
	
	.fiveplus-hr-form__consent-wrapper input[type="checkbox"] {
		margin: 0;
		width: 18px;
		height: 18px;
		flex-shrink: 0;
		margin-top: 0.2rem;
	}
	
	.fiveplus-hr-form__consent {
		text-align: left;
		font-size: 13px;
		line-height: 1.6;
		display: inline;
		flex: 1;
	}
}

/* New HR Job Shortcodes Styles */

/* Job Static Display */
.hr-job-static {
	background: transparent;
	border-radius: 15px;
	padding: 2rem;
	margin: 2rem 0;
	width: 100%;
	max-width: 100%;
}

/* Force 2 columns for ALL hr-job-static grids */
.hr-job-static__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 2rem;
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 auto;
	grid-auto-rows: 1fr;
}

/* Exception: 3 columns for homepage only */
.home .hr-job-static__grid,
.front-page .hr-job-static__grid {
	grid-template-columns: repeat(3, 1fr) !important;
	max-width: 1200px !important;
}


.hr-job-static__card {
	background: var(--hr-white);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 87, 255, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	width: 100%;
	min-height: 300px;
}

.hr-job-static__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 87, 255, 0.15);
}

.hr-job-static__image {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
	flex-shrink: 0;
}

.hr-job-static__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.hr-job-static__card:hover .hr-job-static__image img {
	transform: scale(1.05);
}

.hr-job-static__content {
	padding: 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.hr-job-static__title {
	font-family: var(--hr-font);
	font-size: 24px;
	font-weight: 700;
	color: var(--hr-primary);
	margin: 0 0 1rem;
	line-height: 1.5;
	width: 100%;
	text-align: left;
}

.hr-job-static__description {
	font-family: var(--hr-font);
	font-size: 16px;
	color: var(--hr-dark);
	margin: 0 0 1rem;
	line-height: 1.5;
	flex: 1;
}

.hr-job-static__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
	width: 100%;
	align-items: flex-start;
}

.hr-job-static__location,
.hr-job-static__schedule,
.hr-job-static__salary {
	font-family: var(--hr-font);
	font-size: 14px;
	color: var(--hr-secondary);
	background: #f8f9fa;
	padding: 0.4rem 0.8rem;
	border-radius: 8px;
	display: inline-block;
	margin-bottom: 0.25rem;
	border: 1px solid #e9ecef;
	white-space: nowrap;
}

.hr-job-static__salary {
	background: #e3f2fd;
	color: var(--hr-primary);
	border-color: #bbdefb;
	font-weight: 600;
}

.hr-job-static__button {
	display: inline-block;
	background: var(--hr-primary);
	color: var(--hr-white);
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-family: var(--hr-font);
	font-weight: 600;
	transition: background-color 0.3s ease;
	text-align: center;
	margin-top: auto;
}

.hr-job-static__button:hover {
	background: var(--hr-dark);
	color: var(--hr-white);
}

.hr-job-static-empty {
	text-align: center;
	padding: 3rem;
	background: var(--hr-light);
	border-radius: 15px;
	color: var(--hr-secondary);
	font-family: var(--hr-font);
}

/* Job List */
.hr-job-list {
	margin: 2rem 0;
}

.hr-job-list__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.hr-job-list__card {
	background: var(--hr-white);
	border: 1px solid var(--hr-light);
	border-radius: 15px;
	padding: 0;
	transition: box-shadow 0.3s ease;
	overflow: hidden;
}

.hr-job-list__card-content {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding: 1.5rem;
}

.hr-job-list__card-body {
	flex: 1;
}

.hr-job-list__image {
	flex: 0 0 150px;
	height: 100px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 87, 255, 0.1);
}

.hr-job-list__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.hr-job-list__card:hover .hr-job-list__image img {
	transform: scale(1.05);
}

.hr-job-list__card:hover {
	box-shadow: 0 8px 25px rgba(0, 87, 255, 0.15);
}

.hr-job-list__title {
	font-family: var(--hr-font);
	font-size: 20px;
	font-weight: 700;
	color: var(--hr-primary);
	margin: 0 0 0.5rem;
	line-height: 1.5;
}

.hr-job-list__title a {
	color: inherit;
	text-decoration: none;
}

.hr-job-list__title a:hover {
	color: var(--hr-dark);
}

.hr-job-list__description {
	font-family: var(--hr-font);
	font-size: 16px;
	color: var(--hr-dark);
	margin: 0 0 1rem;
	line-height: 1.5;
}

.hr-job-list__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1rem;
}

.hr-job-list__location,
.hr-job-list__schedule {
	font-family: var(--hr-font);
	font-size: 14px;
	color: var(--hr-secondary);
	background: var(--hr-light);
	padding: 0.25rem 0.75rem;
	border-radius: 15px;
}

.hr-job-list__button {
	display: inline-block;
	background: var(--hr-primary);
	color: var(--hr-white);
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-family: var(--hr-font);
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.hr-job-list__button:hover {
	background: var(--hr-dark);
	color: var(--hr-white);
}

.hr-job-list__pagination {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.hr-job-list__pagination .page-numbers {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0 0.25rem;
	background: var(--hr-white);
	border: 1px solid var(--hr-light);
	border-radius: 5px;
	color: var(--hr-dark);
	text-decoration: none;
	font-family: var(--hr-font);
	transition: all 0.3s ease;
}

.hr-job-list__pagination .page-numbers:hover,
.hr-job-list__pagination .page-numbers.current {
	background: var(--hr-primary);
	color: var(--hr-white);
	border-color: var(--hr-primary);
}

.hr-job-list__empty {
	text-align: center;
	padding: 3rem;
	background: var(--hr-light);
	border-radius: 15px;
	color: var(--hr-secondary);
	font-family: var(--hr-font);
	font-size: 16px;
}

/* Job Single */
.hr-job-single {
	max-width: 800px;
	margin: 0 auto;
	padding: 2rem;
}

.hr-job-single__breadcrumbs {
	margin-bottom: 1.5rem;
	padding: 0.75rem 0;
	font-family: var(--hr-font);
	font-size: 14px;
	color: var(--hr-secondary);
}

.hr-job-single__breadcrumbs a {
	color: var(--hr-primary);
	text-decoration: none;
	transition: color 0.3s ease;
}

.hr-job-single__breadcrumbs a:hover {
	color: var(--hr-dark);
	text-decoration: underline;
}

.hr-job-single__breadcrumb-separator {
	margin: 0 0.5rem;
	color: var(--hr-secondary);
}

.hr-job-single__breadcrumb-current {
	color: var(--hr-dark);
	font-weight: 500;
}

.hr-job-single__breadcrumb-careers {
	color: var(--hr-primary);
	font-weight: 500;
	text-decoration: none;
	transition: color 0.3s ease;
}

.hr-job-single__breadcrumb-careers:hover {
	color: var(--hr-dark);
	text-decoration: underline;
}

/* When Careers is not a link (page doesn't exist) */
.hr-job-single__breadcrumb-careers:not([href]) {
	color: var(--hr-secondary);
	cursor: default;
}

.hr-job-single__breadcrumb-careers:not([href]):hover {
	color: var(--hr-secondary);
	text-decoration: none;
}

.hr-job-single__header {
	background: var(--hr-light);
	border-radius: 15px;
	padding: 2rem;
	margin-bottom: 2rem;
}

.hr-job-single__content {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	margin-top: 0;
}

.hr-job-single__header:not(:has(.hr-job-single__image)) {
	text-align: center;
}

.hr-job-single__image {
	flex: 0 0 220px;
	width: 220px;
	height: 220px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 87, 255, 0.1);
}

.hr-job-single__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.hr-job-single__image:hover img {
	transform: scale(1.05);
}

.hr-job-single__header-content {
	flex: 1;
	text-align: left;
}

.hr-job-single__title {
	font-family: var(--hr-font);
	font-size: 24px;
	font-weight: 700;
	color: var(--hr-primary);
	margin: 0 0 1rem;
	line-height: 1.5;
	width: 100%;
	text-align: left;
}

.hr-job-single__meta {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	flex: 1;
	align-items: flex-start;
	margin-top: 0;
}

.hr-job-single__location,
.hr-job-single__schedule,
.hr-job-single__shift,
.hr-job-single__full-time,
.hr-job-single__salary {
	font-family: var(--hr-font);
	font-size: 16px;
	color: var(--hr-secondary);
	background: var(--hr-white);
	padding: 0.75rem 1.25rem;
	border-radius: 15px;
	border: 1px solid var(--hr-light);
	font-weight: 500;
}

.hr-job-single__full-time {
	background: var(--hr-primary) !important;
	color: var(--hr-white) !important;
	border-color: var(--hr-primary) !important;
}

.hr-job-single__salary {
	background: var(--hr-white) !important;
	color: var(--hr-dark) !important;
	border-color: var(--hr-light) !important;
}

.hr-job-single__description,
.hr-job-single__requirements,
.hr-job-single__role-details,
.hr-job-single__clients,
.hr-job-single__where-text {
	background: var(--hr-white);
	border: 1px solid var(--hr-light);
	border-radius: 15px;
	padding: 2rem;
	margin-bottom: 1.5rem;
}

.hr-job-single__description h3,
.hr-job-single__requirements h3,
.hr-job-single__role-details h3,
.hr-job-single__clients h3,
.hr-job-single__where-text h3 {
	font-family: var(--hr-font);
	font-size: 20px;
	font-weight: 700;
	color: var(--hr-primary);
	margin: 0 0 1rem;
	line-height: 1.5;
}

.hr-job-single__description p,
.hr-job-single__requirements p,
.hr-job-single__role-details p,
.hr-job-single__clients p,
.hr-job-single__where-description {
	font-family: var(--hr-font);
	font-size: 16px;
	color: var(--hr-dark);
	line-height: 1.5;
	margin: 0 0 1rem;
}

.hr-job-single__where-additional {
	font-family: var(--hr-font);
	font-size: 16px;
	color: var(--hr-dark);
	line-height: 1.5;
	margin: 0 0 1rem;
	font-style: italic;
	background: #f8f9fa;
	padding: 1rem;
	border-radius: 8px;
	border-left: 4px solid var(--hr-primary);
}

.hr-job-single__apply {
	background: var(--hr-light);
	color: var(--hr-dark);
	border-radius: 15px;
	padding: 2rem;
	text-align: center;
}

.hr-job-single__apply h3 {
	font-family: var(--hr-font);
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 1rem;
	line-height: 1.5;
}

.hr-job-single__apply p {
	font-family: var(--hr-font);
	font-size: 16px;
	margin: 0 0 1.5rem;
	line-height: 1.5;
}

.hr-job-single__apply-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.hr-job-single__apply-button {
	display: inline-block;
	background: var(--hr-white);
	color: var(--hr-primary);
	padding: 15px 30px;
	border-radius: 8px;
	text-decoration: none;
	font-family: var(--hr-font);
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	border: 2px solid var(--hr-white);
	min-width: 140px;
}

.hr-job-single__apply-button:hover {
	background: var(--hr-dark);
	color: var(--hr-white);
	border-color: var(--hr-dark);
}

.hr-job-single__apply-button--primary {
	background: var(--hr-primary);
	color: var(--hr-white);
	font-weight: 700;
	font-size: 18px;
	padding: 18px 35px;
	position: relative;
	overflow: hidden;
	min-width: 160px;
}

.hr-job-single__apply-button--primary:hover {
	background: var(--hr-dark);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 87, 255, 0.3);
}

.hr-job-single__apply-button--active {
	background: var(--hr-secondary);
	color: var(--hr-white);
}

.hr-job-single__apply-button--call {
	background: var(--hr-white);
	color: var(--hr-primary);
	border: 2px solid var(--hr-primary);
}

.hr-job-single__apply-button--call:hover {
	background: var(--hr-primary);
	color: var(--hr-white);
	border-color: var(--hr-primary);
}

.hr-job-single__application-form {
	margin-top: 2rem;
	padding: 2rem;
	background: var(--hr-white);
	border-radius: 15px;
	border: 2px solid var(--hr-light);
	box-shadow: 0 4px 20px rgba(0, 87, 255, 0.1);
	animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hr-job-single__application-form h3 {
	font-family: var(--hr-font);
	font-size: 20px;
	font-weight: 700;
	color: var(--hr-primary);
	margin: 0 0 1.5rem;
	text-align: center;
}

.hr-job-single__application-form .fiveplus-hr-form {
	background: transparent;
	padding: 0;
	border: none;
	box-shadow: none;
}

/* Application Modal */
.hr-job-application-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	overflow-y: auto;
}

.hr-job-application-modal--active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hr-job-application-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
}

.hr-job-application-modal__content {
	position: relative;
	background: var(--hr-white);
	border-radius: 15px;
	max-width: 600px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	animation: modalSlideIn 0.3s ease-out;
	margin: auto;
	transform: translateY(0);
}

@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-50px) scale(0.9);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.hr-job-application-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: var(--hr-secondary);
	color: var(--hr-white);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: background-color 0.3s ease;
}

.hr-job-application-modal__close:hover {
	background: var(--hr-dark);
}

.hr-job-application-modal__form {
	padding: 2rem;
	text-align: left;
}

.hr-job-application-modal__form h3 {
	font-family: var(--hr-font);
	font-size: 24px;
	font-weight: 700;
	color: var(--hr-primary);
	margin: 0 0 1.5rem;
	text-align: left;
}

.hr-job-application-modal__form .fiveplus-hr-form {
	background: transparent;
	padding: 0;
	border: none;
	box-shadow: none;
}

.hr-job-single-error {
	text-align: center;
	padding: 3rem;
	background: var(--hr-light);
	border-radius: 15px;
	color: var(--hr-secondary);
	font-family: var(--hr-font);
	font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.hr-job-static {
		padding: 1rem;
	}
	
	.hr-job-static__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	
	/* Careers page mobile - 1 job per row */
	.page-id-careers .hr-job-static__grid,
	.page-slug-careers .hr-job-static__grid {
		grid-template-columns: 1fr;
		max-width: 100%;
	}
	
	.hr-job-static__card {
		flex-direction: column;
	}
	
	.hr-job-static__image {
		width: 100%;
		height: 150px;
	}
	
	.hr-job-static__content {
		padding: 1rem;
	}
	
	.hr-job-static__title {
		font-size: 20px;
	}
	
	.hr-job-static__description {
		font-size: 14px;
	}
	
	.hr-job-static__meta {
		flex-direction: column;
		gap: 0.5rem;
		align-items: stretch;
	}
	
	.hr-job-static__location,
	.hr-job-static__schedule,
	.hr-job-static__salary {
		width: 100%;
		text-align: center;
	}
	
	.hr-job-list__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	
	.hr-job-list__card-content {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
	}
	
	.hr-job-list__image {
		flex: none;
		width: 100%;
		max-width: 200px;
		height: 120px;
		margin: 0 auto;
	}
	
	.hr-job-single {
		padding: 1rem;
	}
	
	.hr-job-single__header {
		padding: 1.5rem;
	}
	
	.hr-job-single__content {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}
	
	.hr-job-single__image {
		flex: none;
		width: 180px;
		height: 180px;
		margin: 0 auto;
	}
	
	.hr-job-single__header-content {
		text-align: center;
	}
	
	.hr-job-single__meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
	
	.hr-job-single__apply-buttons {
		flex-direction: column;
		align-items: center;
	}
	
	.hr-job-single__apply-button {
		width: 100%;
		padding: 16px 24px;
		font-size: 16px;
		min-width: auto;
	}
	
	.hr-job-single__apply-button--primary {
		font-size: 17px;
		padding: 18px 24px;
	}
	
	.hr-job-application-modal {
		padding: 0.5rem;
		align-items: flex-start;
		padding-top: 2rem;
	}
	
	.hr-job-application-modal__content {
		max-height: 95vh;
		margin: 0;
	}
	
	.hr-job-application-modal__form {
		padding: 1.5rem;
	}
	
	.hr-job-application-modal__form h3 {
		font-size: 20px;
		text-align: left;
	}
	
	.hr-job-single__content {
		flex-direction: column;
		gap: 1rem;
	}
	
	.hr-job-single__image {
		flex: none;
		width: 100%;
		height: 150px;
	}
	
	.hr-job-single__meta {
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.hr-job-static__title {
		font-size: 18px;
	}
	
	.hr-job-static__description {
		font-size: 14px;
	}
	
	.hr-job-list__title {
		font-size: 18px;
	}
	
	.hr-job-single__title {
		font-size: 20px;
	}
}
