/*
Theme Name: TQS Profile
Theme URI: https://trungquanstore.com
Description: Theme độc lập hiển thị trang hồ sơ cá nhân dạng vCard (TQS Profile): giới thiệu, học vấn, kinh nghiệm, ảnh, bài viết, sản phẩm KRW/VND và form liên hệ. Chuyển đổi từ plugin TQS Profile v1.14.0 sang theme, không phụ thuộc theme cha nào.
Author: Trung Quan Store
Author URI: https://trungquanstore.com
Version: 1.15.0
Text Domain: tqs-profile
Requires PHP: 7.4
*/

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	background: #f6f7f9;
	color: #1a1a1a;
}

a { color: inherit; }

.tqs-site-wrap {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.tqs-site-main {
	flex: 1 0 auto;
}

.tqs-site-footer {
	flex-shrink: 0;
	text-align: center;
	font-size: 13px;
	color: #888;
	padding: 24px 16px;
}
