/* style/resources-fun88-slots-fishing.css */
.page-resources-fun88-slots-fishing {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark background */
    background-color: #000000; /* Main background color */
}

.page-resources-fun88-slots-fishing__hero {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, #333333 100%); /* Dark gradient for hero */
}

.page-resources-fun88-slots-fishing__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-resources-fun88-slots-fishing__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
}

.page-resources-fun88-slots-fishing__title {
    font-size: 3.2em;
    color: #FFD700; /* Auxiliary color for main title */
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

.page-resources-fun88-slots-fishing__subtitle {
    font-size: 1.4em;
    color: #cccccc;
    margin-bottom: 30px;
}

.page-resources-fun88-slots-fishing__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Auxiliary color for CTA button */
    color: #000000; /* Black text for contrast */
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

.page-resources-fun88-slots-fishing__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-2px);
}

.page-resources-fun88-slots-fishing__article-section {
    padding: 60px 20px;
    background-color: #0d0d0d; /* Slightly lighter black for article background */
}

.page-resources-fun88-slots-fishing__article-container {
    max-width: 800px;
    margin: 0 auto;
}

.page-resources-fun88-slots-fishing__back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #FFD700; /* Gold for links */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-fun88-slots-fishing__back-link:hover {
    color: #e6c200;
}

.page-resources-fun88-slots-fishing__back-link--bottom {
    margin-top: 40px;
    display: block;
    text-align: center;
}

.page-resources-fun88-slots-fishing__article-content h2 {
    font-size: 2.2em;
    color: #FFD700; /* Gold for H2 titles */
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #333333;
    padding-bottom: 10px;
}

.page-resources-fun88-slots-fishing__article-content h3 {
    font-size: 1.8em;
    color: #FFD700; /* Gold for H3 titles */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-fun88-slots-fishing__article-content p {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #e0e0e0;
}

.page-resources-fun88-slots-fishing__article-content ul,
.page-resources-fun88-slots-fishing__article-content ol {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 1em;
    color: #e0e0e0;
}

.page-resources-fun88-slots-fishing__article-content ol {
    list-style-type: decimal;
}

.page-resources-fun88-slots-fishing__article-content li {
    margin-bottom: 0.5em;
    font-size: 1.05em;
}

.page-resources-fun88-slots-fishing__article-content a {
    color: #FFD700; /* Gold for internal links */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-fun88-slots-fishing__article-content a:hover {
    color: #e6c200;
    text-decoration: underline;
}

.page-resources-fun88-slots-fishing__content-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-fun88-slots-fishing__cta-box {
    background-color: #1a1a1a; /* Darker background for CTA box */
    border: 1px solid #FFD700;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin: 40px 0;
}

.page-resources-fun88-slots-fishing__cta-box p {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-fun88-slots-fishing__hero {
        height: 350px;
    }

    .page-resources-fun88-slots-fishing__title {
        font-size: 2.5em;
    }

    .page-resources-fun88-slots-fishing__subtitle {
        font-size: 1.2em;
    }

    .page-resources-fun88-slots-fishing__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-fun88-slots-fishing__article-section {
        padding: 40px 15px;
    }

    .page-resources-fun88-slots-fishing__article-content h2 {
        font-size: 1.8em;
    }

    .page-resources-fun88-slots-fishing__article-content h3 {
        font-size: 1.5em;
    }

    .page-resources-fun88-slots-fishing__article-content p,
    .page-resources-fun88-slots-fishing__article-content li {
        font-size: 1em;
    }

    .page-resources-fun88-slots-fishing__cta-box p {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-fun88-slots-fishing__hero {
        height: 300px;
    }

    .page-resources-fun88-slots-fishing__title {
        font-size: 2em;
    }

    .page-resources-fun88-slots-fishing__subtitle {
        font-size: 1em;
    }

    .page-resources-fun88-slots-fishing__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-resources-fun88-slots-fishing__article-section {
        padding: 30px 10px;
    }

    .page-resources-fun88-slots-fishing__article-content h2 {
        font-size: 1.6em;
    }

    .page-resources-fun88-slots-fishing__article-content h3 {
        font-size: 1.3em;
    }

    .page-resources-fun88-slots-fishing__cta-box {
        padding: 20px;
    }

    .page-resources-fun88-slots-fishing__cta-box p {
        font-size: 1em;
    }
}