/* City page articles block — WP Bakery shortcode [rework_city_articles] */

.rework-city-articles {
	width: 100%;
	margin: 0 0 8px;
}

.rework-city-articles__header {
	margin-bottom: 24px;
}

.rework-city-articles__title {
	margin: 0;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.25;
	font-weight: 700;
	color: #071232;
}

.rework-city-articles__subtitle {
	margin: 10px 0 0;
	max-width: 62ch;
	font-size: 16px;
	line-height: 1.55;
	color: #5f677a;
}

.rework-city-articles__grid {
	margin: 0;
}

.rework-city-articles__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.rework-city-articles__more {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid #dfe3ea;
	border-radius: 999px;
	background: #fff;
	color: #0a65fc;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.rework-city-articles__more:hover,
.rework-city-articles__more:focus {
	border-color: #0a65fc;
	background: #edf3ff;
	color: #0854d4;
	text-decoration: none;
}

/* Inside dark VC container on city pages */
.vc-custom-dark-container .rework-city-articles__title {
	color: #071232;
}

.vc-custom-dark-container .rework-city-articles__subtitle {
	color: #4b5568;
}

.vc-custom-dark-container .rework-city-articles .rework-article-card--compact .rework-article-card__inner {
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

@media (min-width: 1280px) {
	.rework-city-articles .careerfy-eighteen-blog-grid ul.row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.rework-city-articles__header {
		margin-bottom: 18px;
	}

	.rework-city-articles__title {
		font-size: 22px;
	}

	.rework-city-articles__subtitle {
		font-size: 15px;
	}

	.rework-city-articles__footer {
		justify-content: stretch;
	}

	.rework-city-articles__more {
		justify-content: center;
		width: 100%;
	}
}
