/*!
Theme Name: abcxyz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abcxyz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

abcxyz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
#hinh-hung {
						  display: flex;
						  justify-content: space-between; /* Chia 3 ô đều nhau */
						  align-items: center; /* Căn giữa theo chiều dọc */
						
						  padding: 20px; /* Khoảng cách giữa các ô */
						}
                        a#huong-dan-dang-ky, #huong-dan-dang-nhap {
							display: inline-block !important;
							width: 95% !important;
						}
						#hinh-hung .item {
						
						  text-align: center; /* Căn giữa nội dung trong ô */
						}

						#todayTitle {
						  font-size: 24px; /* Kích thước font cho tiêu đề */
						  margin: 0; /* Loại bỏ khoảng cách ngoài cùng của tiêu đề */
						}

						#hinh-hung a {
						  text-decoration: none; /* Loại bỏ gạch chân cho liên kết */
						  color: #fff; /* Màu văn bản */
						}
						a#huong-dan-dang-ky, #huong-dan-dang-nhap {
							display: inline-block !important;
							text-transform: uppercase;
							font-size: 20px;
						}
						.item {
							flex: 1;
							text-align: center;
							width: 100% !important;
						}
                        a#huong-dan-dang-ky, #huong-dan-dang-nhap {
							display: inline-block !important;
						
						}
						#huong-dan-dang-ky, #huong-dan-dang-nhap {
						  font-weight: bold; /* Đậm cho các liên kết */
						  margin-top: 5px; /* Khoảng cách từ trên xuống cho liên kết */
							display: inline-block !important; /* Để thẻ <a> co giãn theo nội dung bên trong */
 
						}
						

						/* Kiểu cho nút 2 */
						#huong-dan-dang-nhap {
							background: linear-gradient(180deg, #f09c1a 25%, #feff83 100%);
							color: #fff;
							text-decoration: none;
							padding: 10px 20px;
							border-radius: 5px;
						}
						/* Kiểu cho nút 2 */
						#huong-dan-dang-ky {
							
							background-color: red;
							color: #fff;
							text-decoration: none;
							padding: 10px 20px;
							border-radius: 5px;
						}
						.item-10 {
						  flex: 1;
						  width: 10%;
						}

						.item-90 {
						  flex: 3;
						  width: 90%;
						}

@media(max-width: 500px){
	#hinh-hung .item.item-90 a {
		width: 97% !important;
		font-size: 10px;
	}

	div#hinh-hung {
		padding: 0px !important;
		margin-bottom: 10px;
	}
}
