/*
Theme Name: Football News
Theme URI: hhttps://keobongda.nl/
Author: Brian
Author URI: https://keobongda.nl/
Description: Theme dành cho website tin tức bóng đá với các tính năng lịch thi đấu, kết quả, soi kèo, nhận định và video.
Version: 1.0.1
Requires at least: 5.0
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: football
Tags: blog, news, sports, football, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
*/

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

a {
    color: #2d4059;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ea5455;
}

img {
    max-width: 100%;
    height: auto;
}
ul.page-numbers {
    list-style: unset;
    margin: 0;
    padding: 0;
}

ul.page-numbers li {
    display: inline-block;
}

/* Logo site: giảm còn 60% và khóa cứng ở header/footer */
#masthead .custom-logo-link,
#colophon .footer-logo .custom-logo-link {
    display: inline-block;
}

#masthead .custom-logo-link img.custom-logo,
#masthead .site-branding img.custom-logo,
#colophon .footer-logo .custom-logo-link img.custom-logo,
#colophon .footer-logo img.custom-logo {
    width: auto !important;
    height: auto !important;
    max-width: 110px !important;
    max-height: 65px !important;
}

/* Cố định size ảnh upload trong nội dung bài viết (đồng nhất khung hiển thị) */
.entry-content img.wp-image-,
.entry-content .wp-block-image img,
.entry-content figure img {
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
    display: block;
}