.page-blog-f8bet5-fishing-game-tips {
    background-color: #F5F7FA; /* Background */
    color: #333333; /* Text Main */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-f8bet5-fishing-game-tips__container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-f8bet5-fishing-game-tips__hero-section {
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    background-color: #100224; /* Dark background for hero section */
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 40px;
}

.page-blog-f8bet5-fishing-game-tips__hero-image-wrapper {
    margin-bottom: 20px;
}

.page-blog-f8bet5-fishing-game-tips__hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    object-fit: cover;
}

.page-blog-f8bet5-fishing-game-tips__main-title {
    /* No fixed large font-size, use clamp if necessary for responsiveness */
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #FF5A4F; /* Accent color for title */
    padding: 0 15px;
}

@media (max-width: 849px) {
    .page-blog-f8bet5-fishing-game-tips__main-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem); /* Example clamp for responsiveness */
    }
}

.page-blog-f8bet5-fishing-game-tips__intro-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.page-blog-f8bet5-fishing-game-tips__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Button color */
    color: #FFFFFF;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
    min-height: 44px; /* Touch target */
    line-height: 1.5; /* Ensure text fits */
}

.page-blog-f8bet5-fishing-game-tips__cta-button:hover {
    opacity: 0.9;
}

.page-blog-f8bet5-fishing-game-tips__content-section {
    padding: 40px 0;
}

.page-blog-f8bet5-fishing-game-tips__section-title {
    font-size: 2em;
    color: #E53935; /* Primary color */
    margin-bottom: 25px;
    text-align: center;
    padding: 0 15px;
}

.page-blog-f8bet5-fishing-game-tips__sub-title {
    font-size: 1.4em;
    color: #E53935; /* Primary color */
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-blog-f8bet5-fishing-game-tips__paragraph {
    margin-bottom: 15px;
    padding: 0 15px;
    color: #333333; /* Text Main */
}

.page-blog-f8bet5-fishing-game-tips__image-text-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    background-color: #FFFFFF; /* Card BG */
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #E0E0E0; /* Border color */
    padding: 20px;
}

.page-blog-f8bet5-fishing-game-tips__content-image {
    width: 100%; /* Default for mobile */
    max-width: 400px; /* Example max-width for image in block */
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px; /* Min image size */
    min-height: 200px; /* Min image size */
}

.page-blog-f8bet5-fishing-game-tips__text-content {
    flex: 1;
    padding-left: 0; /* Default for mobile */
}

@media (min-width: 768px) {
    .page-blog-f8bet5-fishing-game-tips__image-text-block {
        flex-wrap: nowrap;
    }
    .page-blog-f8bet5-fishing-game-tips__content-image {
        margin-right: 30px;
        margin-bottom: 0;
    }
    .page-blog-f8bet5-fishing-game-tips__text-content {
        padding-left: 20px;
    }
}

.page-blog-f8bet5-fishing-game-tips__list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-blog-f8bet5-fishing-game-tips__list-item {
    background-color: #FFFFFF; /* Card BG */
    border-left: 5px solid #FF5A4F; /* Secondary color for accent */
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #E0E0E0; /* Border color */
}

.page-blog-f8bet5-fishing-game-tips__list-item .page-blog-f8bet5-fishing-game-tips__sub-title {
    margin-top: 0;
    padding: 0;
}
.page-blog-f8bet5-fishing-game-tips__list-item .page-blog-f8bet5-fishing-game-tips__paragraph {
    padding: 0;
}

.page-blog-f8bet5-fishing-game-tips__callout-box {
    background-color: #E53935; /* Primary color */
    color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.page-blog-f8bet5-fishing-game-tips__callout-title {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.page-blog-f8bet5-fishing-game-tips__callout-box .page-blog-f8bet5-fishing-game-tips__paragraph {
    color: #FFFFFF;
    padding: 0;
}


.page-blog-f8bet5-fishing-game-tips__button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-blog-f8bet5-fishing-game-tips__secondary-button {
    display: inline-block;
    background-color: #FF5A4F; /* Secondary color */
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    min-width: 150px;
    text-align: center;
    min-height: 44px; /* Touch target */
    line-height: 1.5; /* Ensure text fits */
}

.page-blog-f8bet5-fishing-game-tips__secondary-button:hover {
    background-color: #E53935; /* Primary color on hover */
}

.page-blog-f8bet5-fishing-game-tips__main-cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Button color */
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 30px;
    transition: background 0.3s ease;
    min-height: 44px; /* Touch target */
    line-height: 1.5; /* Ensure text fits */
}

.page-blog-f8bet5-fishing-game-tips__main-cta-button:hover {
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-f8bet5-fishing-game-tips__container {
        padding: 10px;
    }
    .page-blog-f8bet5-fishing-game-tips__hero-section {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .page-blog-f8bet5-fishing-game-tips__main-title {
        font-size: 1.8em;
    }
    .page-blog-f8bet5-fishing-game-tips__intro-text {
        font-size: 1em;
    }
    .page-blog-f8bet5-fishing-game-tips__section-title {
        font-size: 1.6em;
    }
    .page-blog-f8bet5-fishing-game-tips__sub-title {
        font-size: 1.2em;
    }
    .page-blog-f8bet5-fishing-game-tips__paragraph {
        font-size: 0.95em;
    }
    .page-blog-f8bet5-fishing-game-tips__content-image {
        max-width: 100%; /* Ensure images don't overflow */
        height: auto;
        min-width: 200px;
        min-height: 200px;
    }
    .page-blog-f8bet5-fishing-game-tips__image-text-block {
        flex-direction: column;
    }
    .page-blog-f8bet5-fishing-game-tips__content-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .page-blog-f8bet5-fishing-game-tips__text-content {
        padding-left: 0;
    }
    .page-blog-f8bet5-fishing-game-tips__main-cta-button {
        width: calc(100% - 30px); /* Full width with padding */
        max-width: 300px; /* Max width for button */
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .page-blog-f8bet5-fishing-game-tips__button-group {
        flex-direction: column;
        align-items: center;
    }
    .page-blog-f8bet5-fishing-game-tips__secondary-button {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 549px) {
    .page-blog-f8bet5-fishing-game-tips__main-title {
        font-size: 1.5em;
    }
    .page-blog-f8bet5-fishing-game-tips__section-title {
        font-size: 1.4em;
    }
    .page-blog-f8bet5-fishing-game-tips__cta-button,
    .page-blog-f8bet5-fishing-game-tips__secondary-button,
    .page-blog-f8bet5-fishing-game-tips__main-cta-button {
        font-size: 0.9em;
        padding: 10px 15px;
    }
}

/* Ensure all content images meet min size */
.page-blog-f8bet5-fishing-game-tips img:not(.page-blog-f8bet5-fishing-game-tips__hero-image) {
    min-width: 200px;
    min-height: 200px;
}