/* style/game-reviews-top-5-slots.css */
.page-game-reviews-top-5-slots {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-game-reviews-top-5-slots__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-reviews-top-5-slots__hero {
    background: linear-gradient(135deg, #000080 0%, #00004d 100%); /* Dark blue gradient */
    color: #FFD700; /* Gold text */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-reviews-top-5-slots__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:hero_pattern,abstract,geometric]') repeat center center;
    opacity: 0.05;
    z-index: 0;
}

.page-game-reviews-top-5-slots__hero .page-game-reviews-top-5-slots__container {
    position: relative;
    z-index: 1;
}

.page-game-reviews-top-5-slots__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-top-5-slots__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.page-game-reviews-top-5-slots__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-game-reviews-top-5-slots__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #000080; /* Dark Blue */
    border: 2px solid #FFD700;
}

.page-game-reviews-top-5-slots__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-game-reviews-top-5-slots__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-game-reviews-top-5-slots__btn--secondary:hover {
    background-color: #FFD700;
    color: #000080;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-game-reviews-top-5-slots__section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.page-game-reviews-top-5-slots__section:nth-child(even) {
    background-color: #f0f0f5;
}

.page-game-reviews-top-5-slots__heading {
    font-size: 2.5em;
    color: #000080; /* Dark Blue */
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-game-reviews-top-5-slots__heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold */
    border-radius: 2px;
}

.page-game-reviews-top-5-slots__intro-nổ-hũ p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
    text-align: justify;
}

.page-game-reviews-top-5-slots__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-top-5-slots__image--full-width {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-game-reviews-top-5-slots__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.page-game-reviews-top-5-slots__list li {
    background-color: #f9f9f9;
    border-left: 5px solid #FFD700; /* Gold */
    padding: 15px 20px;
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #444;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-top-5-slots__game-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-top-5-slots__game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.page-game-reviews-top-5-slots__game-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 4px solid #FFD700; /* Gold */
}

.page-game-reviews-top-5-slots__game-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.page-game-reviews-top-5-slots__game-title {
    font-size: 1.8em;
    color: #000080; /* Dark Blue */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-game-reviews-top-5-slots__game-description {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-game-reviews-top-5-slots__game-features {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #555;
}

.page-game-reviews-top-5-slots__game-features li {
    margin-bottom: 5px;
}

.page-game-reviews-top-5-slots__game-card .page-game-reviews-top-5-slots__btn {
    margin-top: auto; /* Push button to bottom */
    align-self: flex-start;
    background-color: #000080; /* Dark Blue */
    color: #FFD700; /* Gold */
    border: 2px solid #000080;
    padding: 10px 20px;
    font-size: 0.95em;
}

.page-game-reviews-top-5-slots__game-card .page-game-reviews-top-5-slots__btn:hover {
    background-color: #FFD700;
    color: #000080;
    border-color: #FFD700;
}

.page-game-reviews-top-5-slots__top-games .page-game-reviews-top-5-slots__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-game-reviews-top-5-slots__tips {
    background-color: #000080; /* Dark Blue */
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-game-reviews-top-5-slots__tips .page-game-reviews-top-5-slots__heading {
    color: #FFD700; /* Gold */
}

.page-game-reviews-top-5-slots__tips .page-game-reviews-top-5-slots__heading::after {
    background-color: #FFD700;
}

.page-game-reviews-top-5-slots__tips .page-game-reviews-top-5-slots__list {
    background-color: transparent;
    border-left-color: #FFD700;
    color: #fff;
    grid-template-columns: 1fr;
    gap: 15px;
    padding-left: 0;
}

.page-game-reviews-top-5-slots__tips .page-game-reviews-top-5-slots__list li {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 5px solid #FFD700;
    color: #fff;
    padding: 15px 20px;
    box-shadow: none;
}

.page-game-reviews-top-5-slots__tips .page-game-reviews-top-5-slots__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.page-game-reviews-top-5-slots__tips .page-game-reviews-top-5-slots__image--right {
    flex: 1 1 400px;
    order: 2;
    margin: 0;
}

.page-game-reviews-top-5-slots__tips .page-game-reviews-top-5-slots__list {
    flex: 2 1 600px;
    order: 1;
    margin: 0;
}

.page-game-reviews-top-5-slots__cta {
    background-color: #000080; /* Dark Blue */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-reviews-top-5-slots__cta-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}

.page-game-reviews-top-5-slots__cta-content {
    position: relative;
    z-index: 1;
}

.page-game-reviews-top-5-slots__heading--light {
    color: #FFD700;
    margin-bottom: 20px;
}

.page-game-reviews-top-5-slots__text--light {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-game-reviews-top-5-slots__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-reviews-top-5-slots__title {
        font-size: 2.8em;
    }
    .page-game-reviews-top-5-slots__heading {
        font-size: 2em;
    }
    .page-game-reviews-top-5-slots__game-card {
        flex-direction: column;
    }
    .page-game-reviews-top-5-slots__tips .page-game-reviews-top-5-slots__container {
        flex-direction: column;
    }
    .page-game-reviews-top-5-slots__tips .page-game-reviews-top-5-slots__image--right {
        order: 1;
    }
    .page-game-reviews-top-5-slots__tips .page-game-reviews-top-5-slots__list {
        order: 2;
    }
}

@media (max-width: 768px) {
    .page-game-reviews-top-5-slots__hero {
        padding: 80px 0;
    }
    .page-game-reviews-top-5-slots__title {
        font-size: 2.2em;
    }
    .page-game-reviews-top-5-slots__subtitle {
        font-size: 1.1em;
    }
    .page-game-reviews-top-5-slots__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-game-reviews-top-5-slots__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-game-reviews-top-5-slots__section {
        padding: 40px 0;
    }
    .page-game-reviews-top-5-slots__heading {
        font-size: 1.8em;
    }
    .page-game-reviews-top-5-slots__list li {
        font-size: 0.95em;
    }
    .page-game-reviews-top-5-slots__game-image {
        height: 200px;
    }
    .page-game-reviews-top-5-slots__game-title {
        font-size: 1.5em;
    }
    .page-game-reviews-top-5-slots__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-top-5-slots__title {
        font-size: 1.8em;
    }
    .page-game-reviews-top-5-slots__subtitle {
        font-size: 1em;
    }
    .page-game-reviews-top-5-slots__heading {
        font-size: 1.5em;
    }
    .page-game-reviews-top-5-slots__btn {
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }
    .page-game-reviews-top-5-slots__game-card .page-game-reviews-top-5-slots__btn {
        width: auto;
    }
    .page-game-reviews-top-5-slots__list {
        grid-template-columns: 1fr;
    }
}