.page-blog-fishing-games-tips-god88 {
    background-color: var(--bg-background);
    color: var(--text-main);
    padding: 10px 0 40px 0; /* Small top padding, then standard padding */
}

.page-blog-fishing-games-tips-god88__container {
    max-width: 960px; /* Standard content width for readability */
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-fishing-games-tips-god88__hero-section {
    background-color: var(--card-bg);
    padding-bottom: 40px;
    margin-bottom: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-fishing-games-tips-god88__hero-image-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-fishing-games-tips-god88__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 200px; /* Minimum size requirement */
}

.page-blog-fishing-games-tips-god88__hero-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.page-blog-fishing-games-tips-god88__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--text-custom-color-1776249996415); /* #000000 */
    margin-bottom: 20px;
}

.page-blog-fishing-games-tips-god88__description {
    font-size: 1.125rem; /* 18px */
    line-height: 1.6;
    color: var(--text-main);
    margin-bottom: 30px;
}

.page-blog-fishing-games-tips-god88__cta-button {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(47, 107, 255, 0.3);
}

.page-blog-fishing-games-tips-god88__cta-button:hover {
    background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
}

.page-blog-fishing-games-tips-god88__section-title {
    font-weight: 700;
    font-size: 1.875rem; /* 30px */
    line-height: 1.3;
    color: var(--text-custom-color-1776249996415); /* #000000 */
    margin-top: 40px;
    margin-bottom: 25px;
}

.page-blog-fishing-games-tips-god88__text {
    font-size: 1rem; /* 16px */
    line-height: 1.7;
    color: var(--text-main);
    margin-bottom: 20px;
}

.page-blog-fishing-games-tips-god88__image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.page-blog-fishing-games-tips-god88__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
    object-fit: cover;
}

.page-blog-fishing-games-tips-god88__list {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    color: var(--text-main);
}

.page-blog-fishing-games-tips-god88__list-item {
    margin-bottom: 10px;
    line-height: 1.6;
}

.page-blog-fishing-games-tips-god88__cta-wrapper {
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.page-blog-fishing-games-tips-god88__cta-secondary-button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    background-color: var(--auxiliary-color); /* #6FA3FF */
    color: var(--text-custom-color-1776249996415); /* #000000 for contrast */
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 1px solid var(--border-color);
}

.page-blog-fishing-games-tips-god88__cta-secondary-button:hover {
    background-color: #558EEA; /* Slightly darker auxiliary */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-fishing-games-tips-god88__container {
        padding: 0 15px;
    }

    .page-blog-fishing-games-tips-god88__main-title {
        font-size: 1.8rem; /* Adjusted for mobile */
    }

    .page-blog-fishing-games-tips-god88__description {
        font-size: 1rem;
    }

    .page-blog-fishing-games-tips-god88__section-title {
        font-size: 1.5rem;
    }

    .page-blog-fishing-games-tips-god88__cta-button,
    .page-blog-fishing-games-tips-god88__cta-secondary-button {
        width: 100%;
        max-width: 300px;
    }

    /* Mobile image overflow prevention */
    .page-blog-fishing-games-tips-god88__hero-image,
    .page-blog-fishing-games-tips-god88__content-image {
        max-width: 100%;
        height: auto;
    }
}