/*
|--------------------------------------------------------------------------
| SINGLE OPPORTUNITY PAGE
|--------------------------------------------------------------------------
*/

.single-opportunity-page {
	background: #0d1828;
	color: #f5f7fb;
}


/*
|--------------------------------------------------------------------------
| HERO
|--------------------------------------------------------------------------
*/

.opportunity-hero {
	padding: 70px 0 80px;
	background: #0d1828;
}

.opportunity-hero .am-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

.opportunity-breadcrumbs {
	margin-bottom: 22px;
	font-size: 14px;
	color: #91a0b5;
}

.opportunity-breadcrumbs a {
	color: #9db8ff;
	text-decoration: none;
}

.opportunity-breadcrumbs a:hover {
	color: #ffffff;
}

.opportunity-type-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	margin-bottom: 20px;
	border-radius: 999px;
	background: #2563eb;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.opportunity-hero h1 {
	margin: 0 0 24px;
	color: #ffffff;
	font-size: clamp(42px, 6vw, 82px);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.opportunity-hero-role {
	margin-bottom: 34px;
	color: #9eb0c9;
	font-size: 21px;
}


/*
|--------------------------------------------------------------------------
| HERO META
|--------------------------------------------------------------------------
*/

.opportunity-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 28px;
}

.opportunity-hero-meta span {
	display: inline-flex;
	align-items: center;
	color: #dce4f0;
	font-size: 17px;
}


/*
|--------------------------------------------------------------------------
| HERO ACTIONS
|--------------------------------------------------------------------------
*/

.opportunity-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 28px;
}

.opportunity-primary-button,
.opportunity-apply-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 10px;
	background: #2563eb;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #2563eb;
	transition: all 0.2s ease;
}

.opportunity-primary-button:hover,
.opportunity-apply-button:hover {
	background: #1d4ed8;
	border-color: #1d4ed8;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.opportunity-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 10px;
	background: transparent;
	color: #dbe7ff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #395070;
	transition: all 0.2s ease;
}

.opportunity-secondary-button:hover {
	background: #16253b;
	border-color: #5f86bd;
	color: #ffffff !important;
}


/*
|--------------------------------------------------------------------------
| STATUS
|--------------------------------------------------------------------------
*/

.opportunity-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 30px;
	color: #9aa9bc;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.opportunity-status strong,
.opportunity-status-open {
	padding: 5px 10px;
	border-radius: 6px;
	background: rgba(34, 197, 94, 0.12);
	border: 1px solid rgba(34, 197, 94, 0.35);
	color: #4ade80;
}


/*
|--------------------------------------------------------------------------
| DETAILS
|--------------------------------------------------------------------------
*/

.opportunity-details {
	padding: 80px 0;
	background: #111d2e;
}

.opportunity-details .am-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

.opportunity-details-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 60px;
	align-items: start;
}

.opportunity-main-content h2,
.opportunity-main-content h3 {
	color: #ffffff;
}

.opportunity-main-content h2 {
	margin: 0 0 28px;
	font-size: 42px;
	line-height: 1.15;
}

.opportunity-main-content p {
	color: #b9c6d8;
	font-size: 17px;
	line-height: 1.8;
}

.opportunity-main-content strong {
	color: #ffffff;
}


/*
|--------------------------------------------------------------------------
| RESPONSIBILITIES
|--------------------------------------------------------------------------
*/

.opportunity-main-content h3 {
	margin-top: 38px;
	margin-bottom: 20px;
	color: #facc15;
	font-size: 22px;
}

.opportunity-main-content ul {
	margin: 0;
	padding-left: 22px;
}

.opportunity-main-content li {
	margin-bottom: 12px;
	color: #d6dfeb;
	line-height: 1.6;
}

.opportunity-main-content li::marker {
	color: #facc15;
}


/*
|--------------------------------------------------------------------------
| DETAILS CARD
|--------------------------------------------------------------------------
*/

.opportunity-sidebar-card,
.opportunity-details-card {
	padding: 28px;
	border: 1px solid #263954;
	border-radius: 16px;
	background: #142238;
}

.opportunity-sidebar-card h3,
.opportunity-details-card h3 {
	margin: 0 0 22px;
	color: #ffffff;
	font-size: 24px;
}

.opportunity-detail-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 13px 0;
	border-bottom: 1px solid #263954;
}

.opportunity-detail-item:last-child {
	border-bottom: none;
}

.opportunity-detail-label {
	color: #91a0b5;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.opportunity-detail-value {
	color: #60a5fa;
	font-size: 16px;
	font-weight: 700;
}


/*
|--------------------------------------------------------------------------
| APPLICATION SECTION
|--------------------------------------------------------------------------
*/

.opportunity-application {
	padding: 90px 0;
	background: #0d1828;
}

.opportunity-application .am-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 24px;
}

.opportunity-application h2 {
	margin: 0 0 15px;
	color: #ffffff;
	font-size: 44px;
}

.opportunity-application > .am-container > p {
	color: #aebdd0;
	font-size: 17px;
}


/*
|--------------------------------------------------------------------------
| FORM
|--------------------------------------------------------------------------
*/

.opportunity-application-form {
	margin-top: 40px;
}

.opportunity-application-form label {
	display: block;
	margin-bottom: 9px;
	color: #e5ebf5;
	font-size: 14px;
	font-weight: 700;
}

.opportunity-application-form input[type="text"],
.opportunity-application-form input[type="email"],
.opportunity-application-form input[type="tel"],
.opportunity-application-form textarea,
.opportunity-application-form select {
	width: 100%;
	padding: 15px 16px;
	border: 1px solid #2d4261;
	border-radius: 10px;
	background: #17253a;
	color: #ffffff;
	font-family: inherit;
	font-size: 15px;
	outline: none;
	box-sizing: border-box;
}

.opportunity-application-form textarea {
	min-height: 160px;
	resize: vertical;
}

.opportunity-application-form input:focus,
.opportunity-application-form textarea:focus,
.opportunity-application-form select:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.opportunity-application-form input[type="file"] {
	width: 100%;
	padding: 14px;
	border: 1px dashed #3a5273;
	border-radius: 10px;
	background: #17253a;
	color: #c9d6e8;
	box-sizing: border-box;
}

.opportunity-application-form button[type="submit"] {
	width: 100%;
	min-height: 54px;
	margin-top: 10px;
	border: none;
	border-radius: 10px;
	background: #2563eb;
	color: #ffffff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

.opportunity-application-form button[type="submit"]:hover {
	background: #1d4ed8;
}


/*
|--------------------------------------------------------------------------
| FAQ
|--------------------------------------------------------------------------
*/

.opportunity-faq {
	padding: 90px 0;
	background: #f5f7fb;
}

.opportunity-faq .am-container {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 24px;
}

.opportunity-section-label {
	display: inline-block;
	margin-bottom: 12px;
	color: #2563eb;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.opportunity-section-heading {
	margin-bottom: 36px;
}

.opportunity-section-heading h2 {
	margin: 0 0 10px;
	color: #172033;
	font-size: 44px;
	line-height: 1.1;
}

.opportunity-section-heading p {
	margin: 0;
	color: #718096;
	font-size: 17px;
}

.opportunity-faq-list {
	display: grid;
	gap: 12px;
}

.opportunity-faq-item {
	border: 1px solid #d9e1ec;
	border-radius: 12px;
	background: #ffffff;
	overflow: hidden;
}

.opportunity-faq-item summary {
	position: relative;
	padding: 20px 56px 20px 22px;
	color: #1d2939;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.opportunity-faq-item summary::-webkit-details-marker {
	display: none;
}

.opportunity-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	color: #2563eb;
	font-size: 22px;
	font-weight: 400;
}

.opportunity-faq-item[open] summary::after {
	content: "−";
}

.opportunity-faq-answer {
	padding: 0 22px 22px;
	border-top: 1px solid #e6ebf2;
}

.opportunity-faq-answer p {
	margin: 18px 0 0;
	color: #667085;
	font-size: 16px;
	line-height: 1.7;
}


/*
|--------------------------------------------------------------------------
| CONTACT CTA
|--------------------------------------------------------------------------
*/

.opportunity-contact {
	padding: 80px 0;
	background: #111d2e;
}

.opportunity-contact .am-container {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 24px;
}

.opportunity-contact-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 45px;
	border: 1px solid #2d4261;
	border-radius: 18px;
	background: #17253a;
}

.opportunity-contact h2 {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: 34px;
}

.opportunity-contact p {
	margin: 0;
	color: #aebdd0;
	line-height: 1.7;
}


/*
|--------------------------------------------------------------------------
| RESPONSIVE
|--------------------------------------------------------------------------
*/

@media ( max-width: 900px ) {

	.opportunity-details-layout {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.opportunity-sidebar-card,
	.opportunity-details-card {
		order: -1;
	}

	.opportunity-contact-box {
		flex-direction: column;
		align-items: flex-start;
	}

}


@media ( max-width: 600px ) {

	.opportunity-hero {
		padding: 50px 0 60px;
	}

	.opportunity-hero h1 {
		font-size: 42px;
	}

	.opportunity-main-content h2,
	.opportunity-section-heading h2,
	.opportunity-application h2 {
		font-size: 34px;
	}

	.opportunity-hero-actions {
		flex-direction: column;
	}

	.opportunity-primary-button,
	.opportunity-secondary-button {
		width: 100%;
	}

	.opportunity-details,
	.opportunity-application,
	.opportunity-faq,
	.opportunity-contact {
		padding: 60px 0;
	}

	.opportunity-contact-box {
		padding: 28px;
	}

}

/* =========================================================
   SINGLE OPPORTUNITY – FINAL LAYOUT FIX
========================================================= */

/* Main details section */

.opportunity-details {
	padding: 90px 0;
	background: #101c2c;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.opportunity-details .am-container {
	max-width: 1320px;
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 32px;
}


/* Prevent left and right sections overlapping */

.opportunity-details-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.75fr);
	gap: 80px;
	align-items: start;
}


/* LEFT CONTENT */

.opportunity-details-content {
	min-width: 0;
	padding-right: 20px;
}


/* RIGHT SIDEBAR */

.opportunity-details-sidebar {
	min-width: 0;
	position: relative;
	z-index: 2;
}


/* =========================================================
   ABOUT SECTION
========================================================= */

.opportunity-section-label {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7f9ec8;
}

.opportunity-details-content h2 {
	margin: 0 0 32px;
	font-size: clamp(34px, 4vw, 58px);
	line-height: 1.1;
	color: #ffffff;
}

.opportunity-details-content p {
	margin-bottom: 24px;
	font-size: 17px;
	line-height: 1.8;
	color: #b8c5d6;
}


/* =========================================================
   RESPONSIBILITIES
========================================================= */

.opportunity-responsibilities-title,
.opportunity-details-content h3 {
	color: #f4c95d;
	font-weight: 700;
	margin-top: 38px;
	margin-bottom: 22px;
}

.opportunity-responsibilities,
.opportunity-details-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.opportunity-responsibilities li,
.opportunity-details-content ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 22px;
	color: #e3e9f2;
	font-size: 16px;
	line-height: 1.6;
}

.opportunity-responsibilities li::before,
.opportunity-details-content ul li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #f4c95d;
	font-weight: 700;
}


/* =========================================================
   OPPORTUNITY DETAILS SIDEBAR
========================================================= */

.opportunity-details-card {
	background: #162438;
	border: 1px solid rgba(88, 145, 255, 0.25);
	border-radius: 18px;
	padding: 34px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.opportunity-details-card h2,
.opportunity-details-card h3 {
	margin-top: 0;
	margin-bottom: 28px;
	font-size: 30px;
	color: #ffffff;
}


/* Individual information rows */

.opportunity-detail-item {
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 16px;
	line-height: 1.6;
	color: #c3cfde;
}

.opportunity-detail-item:last-child {
	border-bottom: 0;
}


/* Labels */

.opportunity-detail-item span,
.opportunity-detail-item strong {
	display: inline;
}


/* BLUE BOLD VALUES */

.opportunity-detail-item strong,
.opportunity-detail-value,
.opportunity-details-card strong {
	color: #4d8dff !important;
	font-weight: 700;
}


/* =========================================================
   APPLICATION STATUS
========================================================= */

.opportunity-status {
	display: inline-flex;
	align-items: center;
	margin-bottom: 22px;
	padding: 8px 14px;
	border: 1px solid rgba(75, 215, 137, 0.35);
	border-radius: 8px;
	background: rgba(75, 215, 137, 0.08);
	color: #73e6a7;
	font-size: 14px;
	font-weight: 700;
}

.opportunity-status-label {
	color: #ffffff;
	margin-right: 8px;
}


/* =========================================================
   ACTION BUTTONS
========================================================= */

.opportunity-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
	margin-bottom: 38px;
}


/* Apply button */

.opportunity-apply-button,
.opportunity-primary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 25px;
	border-radius: 10px;
	background: linear-gradient(135deg, #4285f4, #2458c6);
	color: #ffffff !important;
	font-weight: 700;
	text-decoration: none !important;
	border: 1px solid transparent;
	transition: all 0.25s ease;
}

.opportunity-apply-button:hover,
.opportunity-primary-button:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #5a98ff, #2f6ee5);
	color: #ffffff !important;
}


/* View All Opportunities button */

.opportunity-back-button,
.opportunity-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 25px;
	border-radius: 10px;
	background: transparent;
	border: 1px solid rgba(77, 141, 255, 0.65);
	color: #7fb0ff !important;
	font-weight: 700;
	text-decoration: none !important;
	transition: all 0.25s ease;
}

.opportunity-back-button:hover,
.opportunity-secondary-button:hover {
	background: rgba(77, 141, 255, 0.12);
	border-color: #4d8dff;
	color: #ffffff !important;
	transform: translateY(-2px);
}


/* =========================================================
   APPLY FOR THIS OPPORTUNITY BUTTON
========================================================= */

.opportunity-details-card a[href*="#apply"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 24px;
	min-height: 52px;
	padding: 0 20px;
	border-radius: 10px;
	background: #2f6fe4;
	color: #ffffff !important;
	font-weight: 700;
	text-decoration: none !important;
}

.opportunity-details-card a[href*="#apply"]:hover {
	background: #4d8dff;
}


/* =========================================================
   HELP SECTION
========================================================= */

.opportunity-help {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.opportunity-help-label {
	display: block;
	margin-bottom: 10px;
	color: #7f9ec8;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.opportunity-help h3 {
	margin: 0 0 14px;
	font-size: 28px;
	line-height: 1.2;
	color: #ffffff;
}

.opportunity-help p {
	margin-bottom: 22px;
	color: #aebed2;
	line-height: 1.7;
}

.opportunity-help a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #7fb0ff !important;
	font-weight: 700;
	text-decoration: none !important;
}

.opportunity-help a:hover {
	color: #ffffff !important;
}


/* =========================================================
   FAQ FIX
========================================================= */

.opportunity-faq {
	background: #162234;
	color: #f5f7fb;
	padding: 90px 0;
}

.opportunity-faq .opportunity-section-heading h2 {
	color: #ffffff !important;
}

.opportunity-faq .opportunity-section-heading p {
	color: #aebdd0 !important;
}

.opportunity-faq-item {
	background: #101b2b !important;
	border: 1px solid rgba(95, 168, 255, 0.20) !important;
	border-radius: 12px;
	margin-bottom: 12px;
	overflow: hidden;
}

.opportunity-faq-item summary {
	padding: 20px 24px;
	color: #ffffff !important;
	font-weight: 600;
	cursor: pointer;
	background: #101b2b !important;
}

.opportunity-faq-item summary:hover {
	background: #162a45 !important;
}

.opportunity-faq-answer {
	padding: 0 24px 20px;
	background: #101b2b !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.opportunity-faq-answer p {
	color: #aebdd0 !important;
	line-height: 1.7;
}
/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

	.opportunity-details {
		padding: 65px 0;
	}

	.opportunity-details-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.opportunity-details-content {
		padding-right: 0;
	}

	.opportunity-details-sidebar {
		width: 100%;
	}

}


@media (max-width: 600px) {

	.opportunity-details .am-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.opportunity-details-card {
		padding: 25px 20px;
	}

	.opportunity-actions {
		flex-direction: column;
	}

	.opportunity-apply-button,
	.opportunity-primary-button,
	.opportunity-back-button,
	.opportunity-secondary-button {
		width: 100%;
	}

	.opportunity-details-content h2 {
		font-size: 36px;
	}

}

/*
|--------------------------------------------------------------------------
| SINGLE OPPORTUNITY
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| HERO
|--------------------------------------------------------------------------
*/

.opportunity-hero {
	padding: 80px 0;
	background: #162234;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


.opportunity-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 70px;
	align-items: start;
}


/*
|--------------------------------------------------------------------------
| HERO CONTENT
|--------------------------------------------------------------------------
*/

.opportunity-title {
	margin: 20px 0;
	font-size: clamp(48px, 6vw, 88px);
	line-height: 1.05;
	color: #ffffff;
}


.opportunity-role {
	margin-bottom: 40px;
	font-size: 22px;
	color: #aebdd0;
}


.opportunity-business {
	margin-bottom: 30px;
	font-size: 18px;
}


.opportunity-business-label {
	color: #d8e0eb;
}


.opportunity-business-name {
	font-weight: 700;
	color: #ffffff;
}


/*
|--------------------------------------------------------------------------
| META
|--------------------------------------------------------------------------
*/

.opportunity-meta {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 30px;
}


.opportunity-meta-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	color: #e5eaf2;
}


.opportunity-meta-item strong {
	color: #5fa8ff;
}


/*
|--------------------------------------------------------------------------
| BUTTONS
|--------------------------------------------------------------------------
*/

.opportunity-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 30px;
}


.opportunity-apply-button,
.opportunity-back-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 28px;
	border-radius: 12px;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease;
}


/*
|--------------------------------------------------------------------------
| APPLY BUTTON
|--------------------------------------------------------------------------
*/

.opportunity-apply-button {
	background: #2f6fdf;
	color: #ffffff;
	border: 1px solid #3e82ff;
	box-shadow: 0 10px 30px rgba(47, 111, 223, 0.25);
}


.opportunity-apply-button:hover {
	background: #3e82ff;
	color: #ffffff;
	transform: translateY(-2px);
}


/*
|--------------------------------------------------------------------------
| VIEW OPPORTUNITIES BUTTON
|--------------------------------------------------------------------------
*/

.opportunity-back-button {
	background: transparent;
	color: #5fa8ff;
	border: 1px solid rgba(95, 168, 255, 0.5);
}


.opportunity-back-button:hover {
	background: rgba(95, 168, 255, 0.1);
	border-color: #5fa8ff;
	color: #8bc1ff;
	transform: translateY(-2px);
}


/*
|--------------------------------------------------------------------------
| HERO CARD
|--------------------------------------------------------------------------
*/

.opportunity-hero-card {
	background: #101b2b;
	border: 1px solid rgba(95, 168, 255, 0.25);
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}


.opportunity-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


.opportunity-card-label {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #aebdd0;
}


.opportunity-status-badge {
	display: inline-flex;
	padding: 7px 13px;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 700;
}


.opportunity-status-open {
	color: #72e0a1;
	background: rgba(50, 180, 100, 0.1);
	border: 1px solid rgba(80, 220, 130, 0.35);
}


/*
|--------------------------------------------------------------------------
| DETAIL ITEMS
|--------------------------------------------------------------------------
*/

.opportunity-card-details {
	display: flex;
	flex-direction: column;
}


.opportunity-detail-item {
	padding: 15px 0;
	font-size: 18px;
	line-height: 1.6;
	color: #dbe3ee;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


.opportunity-detail-item:last-child {
	border-bottom: none;
}


/*
|--------------------------------------------------------------------------
| BLUE BOLD VALUES
|--------------------------------------------------------------------------
*/

.opportunity-detail-item strong {
	margin-left: 5px;
	font-weight: 700;
	color: #5fa8ff;
}


.opportunity-open-message {
	padding-top: 20px;
	color: #dbe3ee;
	font-weight: 500;
}


/*
|--------------------------------------------------------------------------
| DETAILS SECTION
|--------------------------------------------------------------------------
*/

.opportunity-details {
	padding: 90px 0;
	background: #162234;
}


.opportunity-details-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 70px;
	align-items: start;
}


.opportunity-content {
	color: #c8d2df;
	font-size: 18px;
	line-height: 1.8;
}


/*
|--------------------------------------------------------------------------
| RESPONSIBILITIES
|--------------------------------------------------------------------------
*/

.opportunity-responsibilities-title {
	margin-top: 45px;
	margin-bottom: 25px;
	color: #f4c542 !important;
	font-size: 24px;
	font-weight: 700;
}


/*
|--------------------------------------------------------------------------
| SIDEBAR CARDS
|--------------------------------------------------------------------------
*/

.opportunity-information-card,
.opportunity-help-card {
	background: #101b2b;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	padding: 30px;
}


.opportunity-information-card {
	margin-bottom: 25px;
}


.opportunity-information-card h3,
.opportunity-help-card h3 {
	color: #ffffff;
}


.opportunity-information-item {
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


.opportunity-information-label {
	display: block;
	margin-bottom: 5px;
	color: #aebdd0;
	font-size: 14px;
}


.opportunity-information-value {
	font-weight: 700;
	color: #5fa8ff;
}


/*
|--------------------------------------------------------------------------
| SIDEBAR APPLY BUTTON
|--------------------------------------------------------------------------
*/

.opportunity-sidebar-apply {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 25px;
	padding: 16px;
	background: #2f6fdf;
	border: 1px solid #3e82ff;
	border-radius: 12px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}


.opportunity-sidebar-apply:hover {
	background: #3e82ff;
	color: #ffffff;
}


/*
|--------------------------------------------------------------------------
| RESPONSIVE
|--------------------------------------------------------------------------
*/

@media (max-width: 900px) {

	.opportunity-hero-grid,
	.opportunity-details-layout {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.opportunity-hero-card {
		width: 100%;
	}

}


@media (max-width: 600px) {

	.opportunity-hero {
		padding: 55px 0;
	}

	.opportunity-title {
		font-size: 48px;
	}

	.opportunity-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.opportunity-apply-button,
	.opportunity-back-button {
		width: 100%;
	}

}

/* Responsibilities Heading */

.opportunity-content .opportunity-responsibilities-title {
	color: #f4c542 !important;
	font-weight: 700;
	margin-top: 32px;
	margin-bottom: 16px;
}