/*
Theme Name: Di Travel
Theme URI: https://quanquenganday.vn
Author: Di Studio
Description: Giao dien cong dong du lich — feed, chat & profile social.
Version: 1.9.5
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: di-travel
Tags: travel, community, social, custom-menu, featured-images, full-width-template
*/

/* Critical fallback — vẫn hiển thị được nếu main.css chậm/lỗi mạng mobile */
html { box-sizing: border-box; -webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: inherit; }
body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	line-height: 1.45;
	color: #121417;
	background: #fafafa;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
.di-social,
.di-main {
	width: min(100%, 540px);
	margin: 0 auto;
	min-height: 100vh;
	padding-bottom: 5.5rem;
}
.di-dock {
	position: fixed;
	left: 50%;
	bottom: 0.5rem;
	transform: translateX(-50%);
	width: min(calc(100% - 1.25rem), 520px);
	z-index: 50;
}
