/*
Theme Name: YOUDIAN STAR
Theme URI: https://www.youdianstar.com.vn
Author: VNSecurity
Author URI: https://www.youdianstar.com.vn
Description: Theme WordPress cho YOUDIAN STAR - dịch vụ sạc pin dự phòng dùng chung. Trang chủ dạng landing page với hero slider, sản phẩm, tin tức và các khối nội dung tùy biến qua Customizer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: youdianstar
Tags: business, landing-page, custom-logo, custom-menu, featured-images, translation-ready
*/

/* ====================================================================
   Lưu ý: phần lớn style giao diện nằm ở assets/css/theme.css (được nạp
   qua wp_enqueue_style). File style.css này giữ header bắt buộc của
   theme và một vài style cơ bản cho nội dung WordPress.
   ==================================================================== */

:root {
  --primary: #e8b800;
  --primary-dark: #c99e00;
  --dark: #1a1a2e;
  --dark2: #16213e;
  --text: #444;
  --light-bg: #f8f9fa;
}

/* WordPress core alignment helpers */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: #888; text-align: center; }
.sticky { display: block; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  left: 5px;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--primary);
  color: #fff;
  padding: 10px 16px;
  z-index: 100000;
}
.skip-link:focus { left: 10px; }
