.sidebar-section-container {
	margin-top: 25px;
}
.menu_left {
	background-image: url('/wp-content/uploads/2026/04/Untitled-design-1.png') !important;
	background-size: 100% 100%;
	height: 40px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.menu_left h4 {
	padding-left: 35px !important;
	font-size: 16px !important;
	color: var(--color-white) !important;
	font-weight: bold !important;
	margin: 0 !important;
	text-transform: uppercase;
}

/* CSS DANH SÁCH BÀI VIẾT DỊCH VỤ - ĐÃ FIX */
.sidebar-post-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.sidebar-post-list li {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 12px;
	margin-left:0px !important;
}
.sidebar-post-list li:last-child { border-bottom: none; }

.post-item {
	display: flex;
	gap: 12px;
	text-decoration: none !important;
}

.post-thumb {
	flex: 0 0 85px;
	height: 60px;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #eee;
}

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

.post-title {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	line-height: 1.4;
	text-transform: uppercase;
	flex: 1;
	transition: 0.3s;
}

.post-item:hover .post-title {
	color: var(--color-main);
}

/* CSS HỖ TRỢ TRỰC TUYẾN */
.ho-tro-box {
	background: var(--color-white);
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	margin-top: 30px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.ho-tro-header {
	background: #a92d3c;
	color: var(--color-white);
	padding: 10px;
	font-weight: bold;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-transform: uppercase;
}

.ho-tro-content { 
	padding: 10px 15px; 
}

.zalo-item {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	font-size: 14px;
	padding: 25px 0;
	border-bottom: 1px solid #f1f1f1;
}

.zalo-item img { 
	width: 25px; 
	height: 25px; 
}

.hotline-sidebar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 15px 0 5px;
}

.phone-numbers a {
	font-size: 20px;
	font-weight: 800;
	color: var(--dark-red);
	text-decoration: none;
}

.post-excerpt {
    display: none;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

@media (max-width: 768px) {
	.post-item {
		display: flex;
		align-items: flex-start; /* canh trên cho đẹp */
		gap: 10px;
	}

	.post-thumb {
		flex: 0 0 150px;
		height: 110px;
	}

	/* bọc title + excerpt lại */
	.post-content {
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.post-title {
		font-size: 13px;
		color: var(--color-main);
		margin-bottom: 4px;
	}

	.post-excerpt {
		display: block;
		font-size: 12px;
		color: #666;
		line-height: 1.4;
	}
	
	.ho-tro-box, .content .box-blog-post .box-text .post-meta {
		display: none;
	}
	
	.content .box-blog-post {
		padding: unset;
	}
}

/* Chỉ áp dụng cho máy tính (>= 1024px) */
@media (min-width: 1024px) {
	.post-item {
		align-items: center;
	}
}