/* Current Openings — listings below products-style hero */

.pyrotech-openings {
	padding: clamp(48px, 8vw, 96px) 0 clamp(64px, 10vw, 120px);
	background: #f5f7fb;
}

.pyrotech-openings .section-head {
	margin-bottom: clamp(32px, 5vw, 48px);
}

.pyrotech-openings__empty {
	max-width: 42rem;
	margin: 0;
	font-size: 1.0625rem;
	line-height: 1.55;
	color: #374151;
}

.pyrotech-openings__empty-cta {
	margin-top: 1.5rem;
}

.pyrotech-openings__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pyrotech-opening-card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 1.5rem;
	padding: 1.25rem 1.5rem;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.pyrotech-opening-card__main {
	flex: 1 1 280px;
	min-width: 0;
}

.pyrotech-opening-card__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.125rem, 2.5vw, 1.25rem);
	font-weight: 700;
	line-height: 1.3;
	color: #0f172a;
}

.pyrotech-opening-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9375rem;
	line-height: 1.45;
	color: #64748b;
}

.pyrotech-opening-card__meta li {
	position: relative;
}

.pyrotech-opening-card__meta li:not(:last-child)::after {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-left: 1rem;
	vertical-align: middle;
	border-radius: 50%;
	background: #cbd5e1;
}

.pyrotech-opening-card__action {
	flex: 0 0 auto;
}

.pyrotech-opening-card__apply.pyrotech-cta {
	text-decoration: none;
}

.current-openings-page-editor {
	max-width: var(--content-max-width, 840px);
	margin: 0 auto;
	padding: 0 var(--space-2, 1rem) clamp(48px, 8vw, 80px);
}

@media (max-width: 768px) {
	.pyrotech-opening-card {
		flex-direction: column;
		align-items: stretch;
	}

	.pyrotech-opening-card__meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
	}

	.pyrotech-opening-card__meta li:not(:last-child)::after {
		display: none;
	}
}
