/*
Theme Name: Tài Liệu Cho Trẻ - Download Theme
Theme URI: https://tailieuchotre.test
Author: Antigravity
Author URI: https://tailieuchotre.test
Description: Theme WordPress chuyên biệt cho Download Tài Liệu, Giáo Án, Printable, Bài Tập mầm non & tiểu học. Chuẩn SEO, tốc độ siêu nhanh, giao diện thân thiện, đa cấp danh mục.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: tailieuchotre
Tags: education, download, fast-loading, seo-friendly, responsive-layout, grid-layout
*/

/* ==========================================================================
   ALL DOWNLOAD BUTTONS OVERRIDES (ORANGE BRAND COLOR)
   ========================================================================== */

/* 1. Card Download Buttons */
.btn-card-download,
a.btn-card-download,
button.btn-card-download {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.4) !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
}

.btn-card-download:hover,
a.btn-card-download:hover {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(249, 115, 22, 0.55) !important;
}

.btn-card-download svg,
a.btn-card-download svg {
  stroke: #ffffff !important;
  fill: none !important;
}

/* 2. Single Document Primary Download CTA */
.btn-download-primary,
a.btn-download-primary {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 6px 22px rgba(249, 115, 22, 0.45) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.btn-download-primary:hover,
a.btn-download-primary:hover {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 28px rgba(249, 115, 22, 0.6) !important;
  transform: translateY(-2px) !important;
}

.btn-download-primary svg,
a.btn-download-primary svg {
  stroke: #ffffff !important;
  fill: none !important;
}

/* 3. Modal Ready Button */
.btn-modal-ready,
a.btn-modal-ready {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.btn-modal-ready:hover,
a.btn-modal-ready:hover {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
  color: #ffffff !important;
}

.btn-modal-ready svg,
a.btn-modal-ready svg {
  stroke: #ffffff !important;
  fill: none !important;
}

/* 4. Active tab pill */
.tab-pill.active,
.tab-pill:hover,
.subcat-pill.active,
.subcat-pill:hover,
.page-numbers a:hover,
.page-numbers .current {
  background: #f97316 !important;
  color: #ffffff !important;
  border-color: #f97316 !important;
}
