/*
Theme Name: 888VND Enterprise
Theme URI: https://example.com/888vnd-enterprise
Author: VN AI
Description: Theme WordPress casino tổng hợp 888VND, giao diện xanh đậm và vàng, tối ưu SEO, responsive, category và single đầy đủ.
Version: 1.3.0
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: vnd888
License: GNU General Public License v2 or later
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog
*/

.vnd-hero h1 {
    letter-spacing: 0px;
}
.vnd-entry-title {
    font-size: 32px;
   
}
@media (max-width: 768px) {
	.entry-content,
	.vnd-single__content,
	.vnd-single__article {
		min-width: 0;
		max-width: 100%;
		overflow: hidden;
	}

	.entry-content img,
	.entry-content figure,
	.entry-content .wp-caption,
	.entry-content .wp-block-image {
		display: block;
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		margin-left: auto;
		margin-right: auto;
	}

	.entry-content figure img,
	.entry-content .wp-block-image img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}

	.entry-content iframe,
	.entry-content video,
	.entry-content embed,
	.entry-content object {
		width: 100% !important;
		max-width: 100% !important;
		height: auto;
	}
}