/* 
Theme Name: Nguyễn Thành Thiên
Theme URI: https://github.com/elementor/hello-theme/
Description:  Theme Child là một theme con được phát triển bởi
Author: Nguyễn Thành Thiên
Author URI: https://nguyenthanhthien.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: Nguyễn Thành Thiên
License: 
License URI: https://nguyenthanhthien.com/
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Trang chủ: tiêu đề "Bệnh viện Răng Hàm Mặt Nghệ An" — tránh xuống dòng */
.elementor-1139 .elementor-element-0617bac .elementor-heading-title {
	font-size: 26px !important;
	line-height: 1.25 !important;
}

@media (max-width: 1024px) {
	.elementor-1139 .elementor-element-0617bac .elementor-heading-title {
		font-size: 24px !important;
	}
}

@media (max-width: 767px) {
	.elementor-1139 .elementor-element-0617bac .elementor-heading-title {
		font-size: 20px !important;
	}
}

/* Trang Thông tin hành nghề: ẩn tiêu đề theme (màu đen) */
body.elementor-page-2590 .page-header {
	display: none !important;
}

body.elementor-page-2590 .site-main {
	padding-top: 0;
}

.bh-related-posts {
	margin-top: 40px;
}

.bh-related-posts__title {
	margin: 0 0 24px;
	font-family: "Roboto", Sans-serif;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	color: var(--e-global-color-primary, #1c74bb);
}

.bh-related-posts__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.bh-related-posts__card {
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 20, 46, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bh-related-posts__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 20, 46, 0.12);
}

.bh-related-posts__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.bh-related-posts__image-wrap {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #effaff;
}

.bh-related-posts__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bh-related-posts__image--placeholder {
	min-height: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #effaff 100%);
}

.bh-related-posts__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 18px 20px 22px;
}

.bh-related-posts__date {
	font-size: 13px;
	color: #6b7280;
}

.bh-related-posts__name {
	margin: 0;
	font-family: "Inter", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.45;
	color: #111827;
}

.bh-related-posts__readmore {
	margin-top: auto;
	font-size: 14px;
	font-weight: 600;
	color: var(--e-global-color-primary, #1c74bb);
}

@media (max-width: 1024px) {
	.bh-related-posts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.bh-related-posts__title {
		font-size: 22px;
	}

	.bh-related-posts__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

  