/* style/resources-fi88-live-casino-review.css */

/* Define CSS variables for colors */
:root {
    --page-primary-color: #4A2780; /* Deep Violet */
    --page-secondary-color: #FFD700; /* Bright Gold */
    --page-text-light: #FFFFFF;
    --page-text-dark: #333333; /* Darker for better contrast on light backgrounds */
    --page-background-light: #F8F8F8; /* Light grey for content sections */
    --page-background-dark: #3A1E60; /* Darker variant of primary for contrast */
}

.page-resources-fi88-live-casino-review {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-dark);
    background-color: var(--page-background-light);
}

.page-resources-fi88-live-casino-review__container {
    max-width: 800px; /* Article content width */
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-fi88-live-casino-review__hero {
    background: linear-gradient(135deg, var(--page-primary-color), var(--page-background-dark));
    color: var(--page-text-light);
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-fi88-live-casino-review__hero-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-fi88-live-casino-review__back-link {
    display: inline-block;
    color: var(--page-secondary-color);
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.page-resources-fi88-live-casino-review__back-link:hover {
    color: var(--page-text-light);
}

.page-resources-fi88-live-casino-review__title {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: var(--page-secondary-color);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-resources-fi88-live-casino-review__meta {
    font-size: 0.9em;
    opacity: 0.8;
}

.page-resources-fi88-live-casino-review__content-section {
    padding: 40px 0;
    background-color: var(--page-background-light);
}

.page-resources-fi88-live-casino-review__article-body p,
.page-resources-fi88-live-casino-review__article-body li {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: var(--page-text-dark); /* Ensure dark text on light background */
}

.page-resources-fi88-live-casino-review__article-body strong {
    color: var(--page-primary-color);
}

.page-resources-fi88-live-casino-review__heading {
    font-size: 2em;
    color: var(--page-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--page-secondary-color);
    padding-bottom: 10px;
}

.page-resources-fi88-live-casino-review__sub-heading {
    font-size: 1.5em;
    color: var(--page-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-fi88-live-casino-review__content-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-fi88-live-casino-review__cta-button {
    display: inline-block;
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color); /* Dark text on gold button */
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: 20px 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
}

.page-resources-fi88-live-casino-review__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-2px);
}

.page-resources-fi88-live-casino-review__cta-button--large {
    padding: 15px 30px;
    font-size: 1.3em;
    margin-top: 40px;
}

.page-resources-fi88-live-casino-review__inline-link {
    color: var(--page-primary-color);
    text-decoration: underline;
    font-weight: bold;
}

.page-resources-fi88-live-casino-review__inline-link:hover {
    color: var(--page-secondary-color);
}

.page-resources-fi88-live-casino-review__article-body ol,
.page-resources-fi88-live-casino-review__article-body ul {
    margin-left: 20px;
    margin-bottom: 1em;
}

.page-resources-fi88-live-casino-review__article-body li {
    margin-bottom: 0.5em;
}

.page-resources-fi88-live-casino-review__related-articles {
    background-color: var(--page-background-dark);
    color: var(--page-text-light);
    padding: 60px 0;
    text-align: center;
}

.page-resources-fi88-live-casino-review__related-articles .page-resources-fi88-live-casino-review__heading {
    color: var(--page-secondary-color);
    border-bottom-color: var(--page-primary-color);
    margin-bottom: 40px;
}

.page-resources-fi88-live-casino-review__articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.page-resources-fi88-live-casino-review__article-card {
    background-color: var(--page-primary-color);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-align: left;
    transition: transform 0.3s ease;
}

.page-resources-fi88-live-casino-review__article-card:hover {
    transform: translateY(-5px);
}

.page-resources-fi88-live-casino-review__card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.page-resources-fi88-live-casino-review__card-title {
    font-size: 1.3em;
    margin: 15px;
    line-height: 1.4;
}

.page-resources-fi88-live-casino-review__card-title a {
    color: var(--page-secondary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-fi88-live-casino-review__card-title a:hover {
    color: var(--page-text-light);
}

.page-resources-fi88-live-casino-review__card-description {
    font-size: 0.95em;
    color: var(--page-text-light);
    margin: 0 15px 15px;
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-fi88-live-casino-review__title {
        font-size: 2em;
    }

    .page-resources-fi88-live-casino-review__heading {
        font-size: 1.7em;
    }

    .page-resources-fi88-live-casino-review__sub-heading {
        font-size: 1.3em;
    }

    .page-resources-fi88-live-casino-review__article-body p,
    .page-resources-fi88-live-casino-review__article-body li {
        font-size: 1em;
    }

    .page-resources-fi88-live-casino-review__cta-button {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-fi88-live-casino-review__cta-button--large {
        padding: 12px 25px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-fi88-live-casino-review__hero {
        padding: 40px 0;
    }

    .page-resources-fi88-live-casino-review__title {
        font-size: 1.8em;
    }

    .page-resources-fi88-live-casino-review__heading {
        font-size: 1.5em;
    }

    .page-resources-fi88-live-casino-review__sub-heading {
        font-size: 1.2em;
    }

    .page-resources-fi88-live-casino-review__container {
        padding: 0 15px;
    }
}