/**
Theme Name: Astra-child
Theme URI: https://wpastra.com/
Author: Gia Bao
Template: astra
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra Child Theme cho website game forum.
Version: 1.0.0
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */




/* ========================================================================= */
/* TEMPLATE GAME REVIEW STYLES */
/* ========================================================================= */

/* Container bọc ngoài (Đảm bảo độ rộng nội dung) */
.container-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

/* 1. HERO BANNER */
.review-hero-banner {
    min-height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 40px;
}
.hero-overlay {
    background-color: rgba(0, 0, 0, 0.6); /* Lớp phủ tối */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.entry-header .entry-title {
    color: #fff;
    font-size: 3em;
    margin-bottom: 10px;
}
.main-score-box {
    background-color: #e74c3c; /* Màu đỏ nổi bật */
    padding: 15px 30px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.score-value {
    font-size: 4em;
    font-weight: bold;
    line-height: 1;
}
.cta-discuss-btn {
    display: inline-block;
    background-color: #3498db; /* Màu xanh */
    color: #fff !important;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: bold;
}

/* 2. CẤU TRÚC 2 CỘT */
.review-content-wrap {
    display: flex;
    gap: 30px; /* Khoảng cách giữa 2 cột */
}
.review-main-content {
    flex: 3; /* Cột nội dung chiếm 3 phần */
    min-width: 0; /* Cho phép nội dung co giãn */
}
.review-sidebar {
    flex: 1; /* Cột sidebar chiếm 1 phần */
    min-width: 300px; /* Độ rộng tối thiểu cho sidebar */
    padding-top: 20px;
}

/* HỘP ĐIỂM CHI TIẾT TRONG SIDEBAR */
.review-scores-box {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}
.review-scores-box ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.review-scores-box li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dotted #eee;
}
.review-scores-box li span {
    font-weight: bold;
    color: #e74c3c;
}
.final-score-small {
    text-align: right;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}

/* Responsive cho Mobile */
@media (max-width: 768px) {
    .review-content-wrap {
        flex-direction: column; /* Chuyển thành 1 cột */
    }
    .review-sidebar {
        order: -1; /* Đẩy sidebar lên trên nội dung trên mobile */
        min-width: 100%;
    }
    .entry-header .entry-title {
        font-size: 2em;
    }
}
