.page-blog-5699-fishing-slot-games-guide {
    background-color: #08160F;
    color: #F2FFF6;
    font-family: Arial, sans-serif;
}

.page-blog-5699-fishing-slot-games-guide__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 0 40px 0; /* Small top padding, larger bottom for spacing */
    max-width: 100%;
    overflow-x: hidden;
}

.page-blog-5699-fishing-slot-games-guide__hero-image-wrapper {
    width: 100%;
    max-width: 1200px; /* Constrain max width for image */
    margin-bottom: 30px;
}

.page-blog-5699-fishing-slot-games-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.page-blog-5699-fishing-slot-games-guide__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-5699-fishing-slot-games-guide__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #F2FFF6;
    margin-bottom: 20px;
    /* No fixed font-size, rely on clamp if absolutely needed, but prefer weight/line-height/color */
}

.page-blog-5699-fishing-slot-games-guide__intro-text {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #A7D9B8;
    margin-bottom: 30px;
}

.page-blog-5699-fishing-slot-games-guide__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-5699-fishing-slot-games-guide__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
}

.page-blog-5699-fishing-slot-games-guide__cta-button--primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #F2FFF6;
    border: none;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-5699-fishing-slot-games-guide__cta-button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-5699-fishing-slot-games-guide__cta-button--secondary {
    background-color: transparent;
    color: #F2FFF6;
    border: 2px solid #2E7A4E;
}

.page-blog-5699-fishing-slot-games-guide__cta-button--secondary:hover {
    background-color: #0A4B2C;
    border-color: #13994A;
}

.page-blog-5699-fishing-slot-games-guide__section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.page-blog-5699-fishing-slot-games-guide__section--introduction {
    background-color: #11271B;
    border-radius: 12px;
    margin-top: 40px;
    padding: 40px;
}

.page-blog-5699-fishing-slot-games-guide__section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #F2FFF6;
    margin-bottom: 25px;
    line-height: 1.3;
}

.page-blog-5699-fishing-slot-games-guide__section-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #A7D9B8;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-blog-5699-fishing-slot-games-guide__content-grid {
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
    margin-top: 40px;
}

.page-blog-5699-fishing-slot-games-guide__content-grid--reverse {
    flex-direction: row-reverse;
}

.page-blog-5699-fishing-slot-games-guide__image-container {
    flex: 1;
    min-width: 300px;
}

.page-blog-5699-fishing-slot-games-guide__content-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
}

.page-blog-5699-fishing-slot-games-guide__text-content {
    flex: 1;
    min-width: 300px;
}

.page-blog-5699-fishing-slot-games-guide__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-blog-5699-fishing-slot-games-guide__list-item {
    background-color: #11271B;
    border-left: 4px solid #13994A;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 1rem;
    color: #F2FFF6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-5699-fishing-slot-games-guide__list-item strong {
    color: #57E38D;
}

.page-blog-5699-fishing-slot-games-guide__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-5699-fishing-slot-games-guide__feature-card {
    background-color: #11271B;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-5699-fishing-slot-games-guide__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

.page-blog-5699-fishing-slot-games-guide__feature-icon {
    width: 100%; /* Make icon images fill container */
    height: auto;
    max-width: 300px; /* Max width for feature icons, matches HTML width */
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-blog-5699-fishing-slot-games-guide__feature-title {
    font-size: 1.4rem;
    color: #F2FFF6;
    margin-bottom: 15px;
}

.page-blog-5699-fishing-slot-games-guide__feature-description {
    font-size: 0.95rem;
    color: #A7D9B8;
    line-height: 1.6;
}

.page-blog-5699-fishing-slot-games-guide__section--cta-register {
    background: linear-gradient(135deg, #0A4B2C, #11A84E);
    border-radius: 12px;
    margin-top: 60px;
    padding: 50px 20px;
}

.page-blog-5699-fishing-slot-games-guide__section--faq {
    padding-bottom: 80px;
}

.page-blog-5699-fishing-slot-games-guide__faq-list {
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-5699-fishing-slot-games-guide__faq-item {
    background-color: #11271B;
    border: 1px solid #2E7A4E;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: left;
    overflow: hidden;
}

.page-blog-5699-fishing-slot-games-guide__faq-question {
    font-size: 1.15rem;
    font-weight: bold;
    color: #F2FFF6;
    padding: 18px 25px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-blog-5699-fishing-slot-games-guide__faq-question::after {
    content: '+';
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.page-blog-5699-fishing-slot-games-guide__faq-item.active .page-blog-5699-fishing-slot-games-guide__faq-question::after {
    transform: rotate(45deg);
}

.page-blog-5699-fishing-slot-games-guide__faq-question:hover {
    background-color: #0A4B2C;
}

.page-blog-5699-fishing-slot-games-guide__faq-answer {
    padding: 0 25px 18px 25px;
    font-size: 1rem;
    color: #A7D9B8;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-blog-5699-fishing-slot-games-guide__faq-item.active .page-blog-5699-fishing-slot-games-guide__faq-answer {
    max-height: 200px; /* Adjust based on expected content */
    padding: 0 25px 18px 25px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-5699-fishing-slot-games-guide__section-title {
        font-size: 2.2rem;
    }
    .page-blog-5699-fishing-slot-games-guide__intro-text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .page-blog-5699-fishing-slot-games-guide__hero-section {
        padding-top: 10px;
    }
    .page-blog-5699-fishing-slot-games-guide__main-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem); /* Using clamp for H1 */
    }
    .page-blog-5699-fishing-slot-games-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-5699-fishing-slot-games-guide__cta-button {
        width: 100%;
        max-width: 300px;
    }
    .page-blog-5699-fishing-slot-games-guide__section {
        padding: 40px 15px;
    }
    .page-blog-5699-fishing-slot-games-guide__section-title {
        font-size: 1.8rem;
    }
    .page-blog-5699-fishing-slot-games-guide__content-grid {
        flex-direction: column;
        gap: 30px;
    }
    .page-blog-5699-fishing-slot-games-guide__content-grid--reverse {
        flex-direction: column;
    }
    .page-blog-5699-fishing-slot-games-guide__content-grid--reverse .page-blog-5699-fishing-slot-games-guide__image-container {
        order: -1; /* Image always on top in mobile for reversed grid */
    }
    .page-blog-5699-fishing-slot-games-guide__content-image, 
    .page-blog-5699-fishing-slot-games-guide__feature-icon {
        max-width: 100%;
        height: auto;
    }
    /* Ensure all images inside .page-blog-5699-fishing-slot-games-guide are responsive */
    .page-blog-5699-fishing-slot-games-guide img {
        max-width: 100%;
        height: auto;
    }
    .page-blog-5699-fishing-slot-games-guide__feature-card {
        padding: 20px;
    }
    .page-blog-5699-fishing-slot-games-guide__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }
    .page-blog-5699-fishing-slot-games-guide__faq-answer {
        padding: 0 20px 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-blog-5699-fishing-slot-games-guide__main-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }
    .page-blog-5699-fishing-slot-games-guide__intro-text {
        font-size: 0.9rem;
    }
    .page-blog-5699-fishing-slot-games-guide__section-title {
        font-size: 1.5rem;
    }
    .page-blog-5699-fishing-slot-games-guide__cta-button {
        font-size: 0.9rem;
        padding: 12px 20px;
    }
}