/* style/resources-123b-casino-review.css */

/* Base Styles for Page */
.page-resources-123b-casino-review {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Light text on dark background */
    background-color: #1A202C;
    line-height: 1.6;
}

.page-resources-123b-casino-review .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.page-resources-123b-casino-review .hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #3a0e0e 100%); /* Dark gradient for depth */
    padding: 100px 0;
    text-align: center;
    color: #f0f0f0;
    border-bottom: 5px solid #E53E3E;
}

.page-resources-123b-casino-review .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-123b-casino-review .hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #cccccc;
}

/* Content Blocks */
.page-resources-123b-casino-review .content-block {
    padding: 60px 0;
    background-color: #1A202C;
    border-bottom: 1px solid rgba(229, 62, 62, 0.2);
}

.page-resources-123b-casino-review .content-block:last-of-type {
    border-bottom: none;
}

.page-resources-123b-casino-review .section-title {
    font-size: 2.5em;
    color: #E53E3E;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-123b-casino-review .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #E53E3E;
    border-radius: 2px;
}

.page-resources-123b-casino-review .subsection-title {
    font-size: 1.8em;
    color: #f0f0f0;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #E53E3E;
    padding-left: 15px;
}

.page-resources-123b-casino-review p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #cccccc;
}

.page-resources-123b-casino-review strong {
    color: #E53E3E;
}

.page-resources-123b-casino-review ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #cccccc;
}

.page-resources-123b-casino-review ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

/* Buttons */
.page-resources-123b-casino-review .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    margin: 10px;
    font-size: 1.1em;
    text-align: center;
    cursor: pointer;
}

.page-resources-123b-casino-review .btn-primary {
    background-color: #E53E3E;
    color: #ffffff;
    border: 2px solid #E53E3E;
}

.page-resources-123b-casino-review .btn-primary:hover {
    background-color: #c02a2a;
    border-color: #c02a2a;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-123b-casino-review .btn-secondary {
    background-color: transparent;
    color: #E53E3E;
    border: 2px solid #E53E3E;
}

.page-resources-123b-casino-review .btn-secondary:hover {
    background-color: #E53E3E;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-123b-casino-review .btn-large {
    padding: 18px 35px;
    font-size: 1.2em;
}

/* Images */
.page-resources-123b-casino-review .content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-123b-casino-review .hero-title {
        font-size: 2.5em;
    }

    .page-resources-123b-casino-review .hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-123b-casino-review .section-title {
        font-size: 2em;
    }

    .page-resources-123b-casino-review .subsection-title {
        font-size: 1.5em;
    }

    .page-resources-123b-casino-review p, .page-resources-123b-casino-review ul li {
        font-size: 1em;
    }

    .page-resources-123b-casino-review .btn {
        padding: 12px 25px;
        font-size: 1em;
        margin: 8px;
    }

    .page-resources-123b-casino-review .btn-large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-123b-casino-review .hero-section {
        padding: 60px 0;
    }

    .page-resources-123b-casino-review .hero-title {
        font-size: 2em;
    }

    .page-resources-123b-casino-review .hero-subtitle {
        font-size: 1em;
    }

    .page-resources-123b-casino-review .section-title {
        font-size: 1.8em;
    }

    .page-resources-123b-casino-review .subsection-title {
        font-size: 1.3em;
    }

    .page-resources-123b-casino-review .btn {
        display: block;
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
    }
}