/*
Theme Name: Loc Phat
Theme URI: http://localhost/locphat
Author: Thiết Bị Lộc Phát
Description: Theme bán hàng WooCommerce cho Công ty TNHH Thiết Bị Dầu Nhớt Lộc Phát — thiết bị sửa chữa ô tô, xe máy, trạm rửa xe. Xây trên nền BlankSlate, giao diện token-based (xanh kỹ thuật + đỏ tín hiệu). Toàn bộ style thật nằm trong /assets/css.
Version: 1.0.0
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: loc-phat
*/

/* --------------------------------------------------------------------------
   File này CỐ TÌNH tối giản.
   Toàn bộ giao diện được nạp từ /assets/css/theme.css (tokens + base + components)
   qua wp_enqueue_style trong functions.php. Ở đây chỉ giữ:
   - Tiện ích accessibility (skip-link, screen-reader-text) mà header.php dùng.
   - box-sizing an toàn.
   Không đặt reset nặng ở đây để tránh xung đột với assets/css/base.css.
   -------------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  clip-path: none;
  color: #0057A6;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 6px;
  top: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
.skip-link { left: -9999rem; position: absolute; }
.skip-link:focus {
  left: 6px;
  top: 7px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  z-index: 100000;
}
