/*
Theme Name: Tin Tuc Bong Da Theme
Theme URI: https://tintucbongda.fun
Author: Admin
Author URI: https://tintucbongda.fun
Description: Giao diện chuẩn SEO, hiện đại, tải trang cực nhanh dành riêng cho tin tức Bóng đá, Thể thao và nhận định trận đấu.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: tintucbongda
Tags: football, sports, news, blog, tailwind, light-theme
*/

/* Custom CSS bổ sung nếu cần */
.pagination-sports .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    color: #475569;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    transition: all 0.3s;
}
.pagination-sports .page-numbers:hover {
    border-color: #16a34a; /* brand-600 */
    color: #16a34a;
}
.pagination-sports .page-numbers.current {
    background-color: #16a34a;
    border-color: #16a34a;
    color: #ffffff;
}