/*
 * CPT service — layout gần trang https://phongthuyminhviet.com/dich-vu/
 * Luồng bài dài: H1 + đoạn dẫn in đậm, H2 mục đỏ HOA, nội dung + “Xem thêm…”, gạch ngăn giữa mục (không thẻ bo đổ).
 */

.tpsoftvn-service-archive-wrap {
	background: #fff;
}

.tpsoftvn-service-archive-wrap .row-main {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.tpsoftvn-service-archive-wrap .col-inner {
	padding-left: 1rem;
	padding-right: 1rem;
}

.tpsoftvn-service-archive {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 0 3.5rem;
}

/* Hero — giống site gốc */
.tpsoftvn-service-hero {
	text-align: center;
	margin: 0 auto 2.75rem;
	padding: 0.5rem 0 0;
	max-width: 900px;
}

.tpsoftvn-service-hero-title {
	color: #1a1a1a;
	font-weight: 700;
	font-size: clamp(1.5rem, 3vw, 2rem);
	letter-spacing: 0.04em;
	margin: 0 0 1.25rem;
	line-height: 1.3;
	text-transform: uppercase;
}

.tpsoftvn-service-hero-lead {
	color: #222;
	font-size: 1.05rem;
	line-height: 1.65;
	max-width: 880px;
	margin: 0 auto;
}

.tpsoftvn-service-hero-lead-line {
	margin: 0 0 0.65rem;
}

.tpsoftvn-service-hero-lead-line:last-child {
	margin-bottom: 0;
}

.tpsoftvn-service-hero-lead-line strong {
	font-weight: 700;
	color: #111;
}

/* Danh sách mục dịch vụ — 2 cột từ tablet, 1 cột mobile */
.tpsoftvn-service-sections {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem 1.75rem;
	align-items: start;
}

@media (min-width: 768px) {
	.tpsoftvn-service-sections {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.tpsoftvn-service-section {
	background: #fff;
	border-radius: 2px;
	padding: 1rem 1rem 1.25rem;
	margin: 0;
	box-shadow: none;
	border: 1px solid #e5e5e5;
}

.tpsoftvn-service-section-media {
	display: block;
	margin: 0 0 1rem;
	overflow: hidden;
	border-radius: 2px;
	aspect-ratio: 16 / 10;
	background: #f3f3f3;
	text-decoration: none;
}

.tpsoftvn-service-section-media:focus-visible {
	outline: 2px solid #c52126;
	outline-offset: 2px;
}

.tpsoftvn-service-section-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tpsoftvn-service-section-media--empty {
	min-height: 10rem;
	background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 50%, #f4f4f4 100%);
}

.tpsoftvn-service-section-title {
	margin: 0 0 0.85rem;
	line-height: 1.35;
}

.tpsoftvn-service-section-title-link {
	display: inline;
	color: #c52126;
	font-weight: 700;
	font-size: 1.125rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.tpsoftvn-service-section-title-link:hover {
	color: #a0181d;
	text-decoration: underline;
}

.tpsoftvn-service-section-body {
	color: #333;
	font-size: 1rem;
	line-height: 1.7;
}

.tpsoftvn-service-section-body p {
	margin: 0 0 0.9rem;
}

.tpsoftvn-service-section-body p:last-child {
	margin-bottom: 0;
}

.tpsoftvn-service-section-body ul {
	margin: 0.35rem 0 0.5rem;
	padding-left: 1.35rem;
	list-style: disc;
}

.tpsoftvn-service-section-body li {
	margin-bottom: 0.4rem;
}

.tpsoftvn-service-section-actions {
	margin: 1rem 0 0;
	padding: 0;
	border: none;
}

.tpsoftvn-service-detail-link {
	font-weight: 700;
	font-size: 1rem;
	color: #111;
	text-decoration: none;
}

.tpsoftvn-service-detail-link:hover {
	color: #c52126;
	text-decoration: underline;
}

.tpsoftvn-service-empty {
	text-align: center;
	color: #666;
	padding: 2rem 1rem;
}

.tpsoftvn-service-page-editor-content {
	margin-bottom: 2.5rem;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Trang chi tiết — cùng tông chữ, khối nội dung nhẹ */
.tpsoftvn-service-single-wrap {
	background: #fff;
}

.tpsoftvn-service-single-wrap .row-main {
	max-width: 100%;
}

.tpsoftvn-service-single-wrap .col-inner {
	padding-left: 1rem;
	padding-right: 1rem;
}

.tpsoftvn-service-single {
	max-width: 820px;
	margin: 0 auto;
	background: transparent;
	border-radius: 0;
	padding: 0.5rem 0 3rem;
	box-shadow: none;
	border: none;
}

.tpsoftvn-service-single-header {
	text-align: center;
	margin-bottom: 1.75rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e5e5e5;
}

.tpsoftvn-service-single-title {
	color: #c52126;
	font-weight: 700;
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	margin: 0;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.tpsoftvn-service-single-body {
	color: #333;
	line-height: 1.7;
	font-size: 1rem;
}

.tpsoftvn-service-single-body p {
	margin: 0 0 1rem;
}

.tpsoftvn-service-single-body ul {
	padding-left: 1.35rem;
	list-style: disc;
}

@media (min-width: 850px) {
	.tpsoftvn-service-archive-wrap .col-inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (max-width: 549px) {
	.tpsoftvn-service-hero {
		margin-bottom: 2rem;
	}

	.tpsoftvn-service-section-title-link {
		font-size: 1rem;
	}
}
