.campian-shortcode-filter {
	background: #ffffff;
	padding: 10px 0;
}

.campian-shortcode-filter h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0 0 10px;
	max-width: 760px;
}

.campian-shortcode-intro {
	font-size: 1.05rem;
	margin: 0 0 24px;
	max-width: 760px;
}

.campian-shortcode-extra {
	background: #ffffff;
	border: 1px solid #dce6f8;
	border-radius: 10px;
	margin: 0 0 16px;
	padding: 12px;
}

.campian-shortcode-section {
	margin: 0 0 16px;
}

.campian-shortcode-section-title {
	color: #26313f;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 14px;
}

.campian-shortcode-step {
	background: transparent;
	border: 0;
	margin: 0 0 12px;
	padding: 0;
	transition: max-height 0.3s ease-in-out;
	overflow: hidden;
}

.campian-shortcode-step.is-collapsed {
	max-height: 40px;
}

.campian-shortcode-step.is-collapsed .campian-shortcode-tile-grid {
	display: none;
}

.campian-shortcode-step.is-collapsed .campian-shortcode-step-title {
	cursor: pointer;
	color: #1b4f9c;
	text-decoration: underline;
}

.campian-shortcode-step-title {
	color: #26313f;
	font-weight: 700;
	margin: 0 0 14px;
}

.campian-shortcode-step-titles {
	background: #f0f5fb;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
	padding: 20px;
}

.campian-shortcode-step-title-item {
	background: #ffffff;
	border: 1px solid #d2dbe8;
	border-radius: 10px;
	color: #5a6b7f;
	cursor: pointer;
	font-weight: 600;
	padding: 16px;
	text-align: center;
	transition: 0.2s ease-in-out;
}

.campian-shortcode-step-title-item:hover {
	background: #f5f8fc;
	border-color: #b5c4e0;
}

.campian-shortcode-step-title-item.is-active {
	background: #1b4f9c;
	border-color: #1b4f9c;
	color: #ffffff;
}

.campian-shortcode-tile-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, 1fr);
}

.campian-shortcode-tile {
	background: var(--campian-tile-bg, #ffffff);
	border: 1px solid #d2dbe8;
	border-radius: 14px;
	box-shadow: 0 6px 20px rgba(21, 36, 60, 0.08);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 14px;
	justify-content: flex-start;
	min-height: 180px;
	padding: 22px;
	text-align: center;
	transition: 0.16s ease-in-out;
	width: 100%;
}

.campian-shortcode-tile:hover {
	border-color: #86a5df;
	transform: translateY(-1px);
}

.campian-shortcode-tile-title {
	color: #26313f;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.campian-shortcode-tile-image {
	align-items: center;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	min-height: 140px;
	width: 100%;
}

.campian-shortcode-tile-image img {
	height: auto;
	max-height: 180px;
	max-width: 100%;
	object-fit: contain;
	width: auto;

}

.campian-shortcode-tile-image.is-empty {
	background: rgba(255, 255, 255, 0);
}

.campian-shortcode-tile-action {
	background: #2f7d31;
	border-radius: 999px;
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto;
	margin-top: auto;
	padding: 11px 20px;
	text-transform: lowercase;
}

.campian-shortcode-tile.is-selected {
	border-color: #1b4f9c;
	border-width: 2px;
	box-shadow: 0 0 0 1px rgba(27, 79, 156, 0.16);
}

.campian-shortcode-tile.is-selected .campian-shortcode-tile-title {
	color: #26313f;
}

.campian-shortcode-tile.is-selected .campian-shortcode-tile-action {
	background: #1b4f9c;
	color: #ffffff;
}

.campian-shortcode-results {
	margin-top: 16px;
}

.campian-shortcode-hidden {
	display: none;
}

.campian-shortcode-empty {
	background: #fff8ec;
	border: 1px solid #f5d9a8;
	border-radius: 10px;
	padding: 16px;
}

.campian-shortcode-job-card {
	background: #ffffff;
	border: 1px solid #d9e3f4;
	border-radius: 12px;
	margin-bottom: 12px;
	padding: 16px;
}

.campian-shortcode-job-card h3 {
	margin: 0 0 8px;
}

.campian-shortcode-job-card p {
	margin: 0 0 7px;
}

.campian-shortcode-job-card a {
	display: inline-block;
	font-weight: 700;
	margin-top: 4px;
	text-decoration: none;
}

@media (max-width: 720px) {
	.campian-shortcode-tile {
		min-height: 140px;
	}
}
