/* style/game-reviews-888new-slots-review.css */
.page-game-reviews-888new-slots-review {
    font-family: 'Arial', sans-serif;
    color: #e5dfd3; /* Light grey for general text on dark background */
    background-color: #1A202C;
}

.page-game-reviews-888new-slots-review .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-reviews-888new-slots-review .hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #3a414e 100%); /* Dark gradient for hero */
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold for hero titles */
    position: relative;
    overflow: hidden;
}

.page-game-reviews-888new-slots-review .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-game-reviews-888new-slots-review .hero-description {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
    color: #e5dfd3;
}

.page-game-reviews-888new-slots-review .hero-cta-group .btn {
    margin: 0 15px;
}

.page-game-reviews-888new-slots-review .section-title {
    font-size: 2.8em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 60px;
    padding-top: 60px;
    position: relative;
}

.page-game-reviews-888new-slots-review .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-game-reviews-888new-slots-review .content-section {
    padding: 80px 0;
    background-color: #1A202C;
}

.page-game-reviews-888new-slots-review .content-section:nth-of-type(even) {
    background-color: #242a38; /* Slightly lighter dark background for contrast */
}

.page-game-reviews-888new-slots-review p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #e5dfd3;
}

.page-game-reviews-888new-slots-review strong {
    color: #FFD700;
}

.page-game-reviews-888new-slots-review .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.page-game-reviews-888new-slots-review .feature-item {
    background-color: #242a38;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-888new-slots-review .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-888new-slots-review .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-game-reviews-888new-slots-review .feature-heading {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-game-reviews-888new-slots-review .slot-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.page-game-reviews-888new-slots-review .slot-type-item {
    background-color: #242a38;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-888new-slots-review .slot-type-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
}

.page-game-reviews-888new-slots-review .slot-type-heading {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-game-reviews-888new-slots-review .game-review-item {
    background-color: #242a38;
    border-radius: 10px;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
}

.page-game-reviews-888new-slots-review .game-review-header {
    display: flex;
    align-items: center;
    padding: 25px;
    background-color: #3a414e;
    border-bottom: 1px solid #4a5364;
}

.page-game-reviews-888new-slots-review .game-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 25px;
    border: 2px solid #FFD700;
}

.page-game-reviews-888new-slots-review .game-info {
    flex-grow: 1;
}

.page-game-reviews-888new-slots-review .game-title {
    font-size: 2.2em;
    color: #FFD700;
    margin-bottom: 5px;
}

.page-game-reviews-888new-slots-review .game-provider {
    font-size: 1em;
    color: #b39700; /* Darker gold for secondary info */
}

.page-game-reviews-888new-slots-review .game-review-body {
    padding: 25px;
    color: #e5dfd3;
}

.page-game-reviews-888new-slots-review .game-review-body ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.page-game-reviews-888new-slots-review .game-review-body ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.page-game-reviews-888new-slots-review .game-review-body ul li::before {
    content: '•';
    color: #FFD700;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2em;
}

.page-game-reviews-888new-slots-review .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    text-align: center;
    cursor: pointer;
    border: none;
}

.page-game-reviews-888new-slots-review .btn-primary {
    background-color: #FFD700;
    color: #1A202C;
}

.page-game-reviews-888new-slots-review .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-game-reviews-888new-slots-review .btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-game-reviews-888new-slots-review .btn-secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-2px);
}

.page-game-reviews-888new-slots-review .btn-play-now {
    margin-top: 20px;
    background-color: #FFD700;
    color: #1A202C;
    width: auto;
    display: inline-block;
    padding: 10px 20px;
}

.page-game-reviews-888new-slots-review .btn-small {
    padding: 8px 15px;
    font-size: 0.9em;
}

.page-game-reviews-888new-slots-review .btn-large {
    padding: 15px 30px;
    font-size: 1.1em;
}

.page-game-reviews-888new-slots-review .btn-huge {
    padding: 18px 35px;
    font-size: 1.3em;
    margin: 10px;
}

.page-game-reviews-888new-slots-review .text-center {
    text-align: center;
}

.page-game-reviews-888new-slots-review .mt-5 {
    margin-top: 3rem;
}

.page-game-reviews-888new-slots-review .step-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-game-reviews-888new-slots-review .step-list li {
    background-color: #242a38;
    border-left: 5px solid #FFD700;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-888new-slots-review .step-heading {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-game-reviews-888new-slots-review .step-list .btn-small {
    margin-top: 15px;
}

.page-game-reviews-888new-slots-review .tip-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-game-reviews-888new-slots-review .tip-list li {
    background-color: #242a38;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    position: relative;
    padding-left: 45px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-888new-slots-review .tip-list li::before {
    content: '\2713'; /* Checkmark */
    color: #FFD700;
    font-size: 1.5em;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.page-game-reviews-888new-slots-review .promo-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.page-game-reviews-888new-slots-review .promo-list li {
    background-color: #242a38;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    color: #e5dfd3;
    font-size: 1.1em;
    position: relative;
    padding-left: 40px;
}

.page-game-reviews-888new-slots-review .promo-list li::before {
    content: '\2B50'; /* Star emoji */
    color: #FFD700;
    font-size: 1.2em;
    position: absolute;
    left: 15px;
    top: 20px;
}

.page-game-reviews-888new-slots-review .app-download-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}

.page-game-reviews-888new-slots-review .app-screenshot {
    max-width: 350px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 5px solid #FFD700;
}

.page-game-reviews-888new-slots-review .app-download-item {
    text-align: left;
}

.page-game-reviews-888new-slots-review .app-download-heading {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-game-reviews-888new-slots-review .app-download-item ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.page-game-reviews-888new-slots-review .app-download-item ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #e5dfd3;
    font-size: 1.1em;
}

.page-game-reviews-888new-slots-review .app-download-item ul li::before {
    content: '\2705'; /* Checkmark emoji */
    position: absolute;
    left: 0;
    color: #FFD700;
    font-size: 1.2em;
}

.page-game-reviews-888new-slots-review .safety-features {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.page-game-reviews-888new-slots-review .safety-features li {
    background-color: #242a38;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    color: #e5dfd3;
    font-size: 1.1em;
    position: relative;
    padding-left: 40px;
}

.page-game-reviews-888new-slots-review .safety-features li::before {
    content: '\1F512'; /* Lock emoji */
    color: #FFD700;
    font-size: 1.2em;
    position: absolute;
    left: 15px;
    top: 20px;
}

.page-game-reviews-888new-slots-review .cta-final-section {
    background-color: #1A202C;
    padding: 100px 0;
    text-align: center;
    background-image: url('[GALLERY:bg:slot_machine,gold_coins,abstract_pattern]');
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-game-reviews-888new-slots-review .cta-final-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(26, 32, 44, 0.85); /* Dark overlay */
    z-index: 1;
}

.page-game-reviews-888new-slots-review .cta-final-section > * {
    position: relative;
    z-index: 2;
}

.page-game-reviews-888new-slots-review .cta-title {
    font-size: 3em;
    color: #FFD700;
    margin-bottom: 25px;
    font-weight: bold;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.page-game-reviews-888new-slots-review .cta-description {
    font-size: 1.4em;
    max-width: 900px;
    margin: 0 auto 50px auto;
    color: #e5dfd3;
    line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-game-reviews-888new-slots-review .hero-title {
        font-size: 2.8em;
    }
    .page-game-reviews-888new-slots-review .section-title {
        font-size: 2.2em;
    }
    .page-game-reviews-888new-slots-review .feature-grid, .page-game-reviews-888new-slots-review .slot-type-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .page-game-reviews-888new-slots-review .app-download-grid {
        flex-direction: column;
        text-align: center;
    }
    .page-game-reviews-888new-slots-review .app-download-item {
        text-align: center;
    }
    .page-game-reviews-888new-slots-review .app-download-item ul {
        text-align: left;
        display: inline-block;
    }
    .page-game-reviews-888new-slots-review .cta-title {
        font-size: 2.5em;
    }
    .page-game-reviews-888new-slots-review .cta-description {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .page-game-reviews-888new-slots-review .hero-section {
        padding: 80px 0;
    }
    .page-game-reviews-888new-slots-review .hero-title {
        font-size: 2.2em;
    }
    .page-game-reviews-888new-slots-review .hero-description {
        font-size: 1.1em;
    }
    .page-game-reviews-888new-slots-review .hero-cta-group .btn {
        margin: 10px 5px;
        display: block;
    }
    .page-game-reviews-888new-slots-review .section-title {
        font-size: 2em;
        margin-bottom: 40px;
        padding-top: 40px;
    }
    .page-game-reviews-888new-slots-review .content-section {
        padding: 60px 0;
    }
    .page-game-reviews-888new-slots-review .game-review-header {
        flex-direction: column;
        text-align: center;
    }
    .page-game-reviews-888new-slots-review .game-thumbnail {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page-game-reviews-888new-slots-review .game-title {
        font-size: 1.8em;
    }
    .page-game-reviews-888new-slots-review .btn-huge {
        display: block;
        margin: 10px auto;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-888new-slots-review .hero-title {
        font-size: 1.8em;
    }
    .page-game-reviews-888new-slots-review .section-title {
        font-size: 1.8em;
    }
    .page-game-reviews-888new-slots-review p, .page-game-reviews-888new-slots-review .feature-item p, .page-game-reviews-888new-slots-review .slot-type-item p {
        font-size: 1em;
    }
    .page-game-reviews-888new-slots-review .feature-grid, .page-game-reviews-888new-slots-review .slot-type-grid {
        grid-template-columns: 1fr;
    }
    .page-game-reviews-888new-slots-review .cta-title {
        font-size: 2em;
    }
    .page-game-reviews-888new-slots-review .cta-description {
        font-size: 1em;
    }
}