.page-game-reviews-tt88-fishing-god {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-game-reviews-tt88-fishing-god__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-reviews-tt88-fishing-god__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004080 100%);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-reviews-tt88-fishing-god__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,water,deep_sea]');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.page-game-reviews-tt88-fishing-god__hero-section .page-game-reviews-tt88-fishing-god__container {
    position: relative;
    z-index: 1;
}

.page-game-reviews-tt88-fishing-god__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFCC00;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-tt88-fishing-god__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-game-reviews-tt88-fishing-god__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    margin: 0 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-tt88-fishing-god__cta-button--primary {
    background-color: #FFCC00;
    color: #003366;
    border: 2px solid #FFCC00;
}

.page-game-reviews-tt88-fishing-god__cta-button--primary:hover {
    background-color: #e6b800;
    color: #002244;
    transform: translateY(-3px);
}

.page-game-reviews-tt88-fishing-god__cta-button--secondary {
    background-color: transparent;
    color: #FFCC00;
    border: 2px solid #FFCC00;
}

.page-game-reviews-tt88-fishing-god__cta-button--secondary:hover {
    background-color: #FFCC00;
    color: #003366;
    transform: translateY(-3px);
}

.page-game-reviews-tt88-fishing-god__content-section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-tt88-fishing-god__section--intro,
.page-game-reviews-tt88-fishing-god__section--download,
.page-game-reviews-tt88-fishing-god__section--conclusion {
    background-color: #f8f8f8;
}

.page-game-reviews-tt88-fishing-god__section-title {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-game-reviews-tt88-fishing-god__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFCC00;
    border-radius: 2px;
}

.page-game-reviews-tt88-fishing-god__sub-section-title {
    font-size: 1.8em;
    color: #004080;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFCC00;
    padding-left: 15px;
}

.page-game-reviews-tt88-fishing-god p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-game-reviews-tt88-fishing-god ul,
.page-game-reviews-tt88-fishing-god ol {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #444;
}

.page-game-reviews-tt88-fishing-god ol {
    list-style-type: decimal;
}

.page-game-reviews-tt88-fishing-god li {
    margin-bottom: 10px;
}

.page-game-reviews-tt88-fishing-god__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-tt88-fishing-god__image--large {
    max-width: 90%;
}

.page-game-reviews-tt88-fishing-god__image--medium {
    max-width: 75%;
}

.page-game-reviews-tt88-fishing-god__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-game-reviews-tt88-fishing-god__feature-item {
    background-color: #e6f0f5; /* Light blue background */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-game-reviews-tt88-fishing-god__feature-item:hover {
    transform: translateY(-5px);
}

.page-game-reviews-tt88-fishing-god__feature-title {
    font-size: 1.5em;
    color: #003366;
    margin-bottom: 15px;
}

.page-game-reviews-tt88-fishing-god__feature-item p {
    color: #333;
    font-size: 1em;
}

.page-game-reviews-tt88-fishing-god__fish-table {
    overflow-x: auto;
    margin: 30px 0;
}

.page-game-reviews-tt88-fishing-god__fish-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.page-game-reviews-tt88-fishing-god__fish-table th,
.page-game-reviews-tt88-fishing-god__fish-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    font-size: 1em;
}

.page-game-reviews-tt88-fishing-god__fish-table th {
    background-color: #003366;
    color: #ffffff;
    font-weight: bold;
}

.page-game-reviews-tt88-fishing-god__fish-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.page-game-reviews-tt88-fishing-god__fish-table tr:hover {
    background-color: #e0e0e0;
}

.page-game-reviews-tt88-fishing-god__text-link {
    color: #004080;
    text-decoration: underline;
    font-weight: bold;
}

.page-game-reviews-tt88-fishing-god__text-link:hover {
    color: #FFCC00;
}

.page-game-reviews-tt88-fishing-god__cta-group {
    text-align: center;
    margin-top: 50px;
}

.page-game-reviews-tt88-fishing-god__faq-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-game-reviews-tt88-fishing-god__faq-question {
    font-size: 1.3em;
    color: #003366;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-game-reviews-tt88-fishing-god__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
    color: #FFCC00;
    transition: transform 0.3s ease;
}

.page-game-reviews-tt88-fishing-god__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-game-reviews-tt88-fishing-god__faq-answer {
    font-size: 1.05em;
    color: #555;
    display: none;
    margin-top: 10px;
}

.page-game-reviews-tt88-fishing-god__faq-answer.active {
    display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-reviews-tt88-fishing-god__hero-title {
        font-size: 2.8em;
    }
    .page-game-reviews-tt88-fishing-god__hero-subtitle {
        font-size: 1.3em;
    }
    .page-game-reviews-tt88-fishing-god__section-title {
        font-size: 2em;
    }
    .page-game-reviews-tt88-fishing-god__sub-section-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-game-reviews-tt88-fishing-god__hero-section {
        padding: 80px 0;
    }
    .page-game-reviews-tt88-fishing-god__hero-title {
        font-size: 2.2em;
    }
    .page-game-reviews-tt88-fishing-god__hero-subtitle {
        font-size: 1.1em;
    }
    .page-game-reviews-tt88-fishing-god__cta-button {
        padding: 12px 25px;
        font-size: 1em;
        margin: 10px 5px;
    }
    .page-game-reviews-tt88-fishing-god__content-section {
        padding: 40px 0;
    }
    .page-game-reviews-tt88-fishing-god__section-title {
        font-size: 1.8em;
    }
    .page-game-reviews-tt88-fishing-god__sub-section-title {
        font-size: 1.4em;
    }
    .page-game-reviews-tt88-fishing-god p,
    .page-game-reviews-tt88-fishing-god ul,
    .page-game-reviews-tt88-fishing-god ol {
        font-size: 1em;
    }
    .page-game-reviews-tt88-fishing-god__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-game-reviews-tt88-fishing-god__image--large {
        max-width: 100%;
    }
    .page-game-reviews-tt88-fishing-god__image--medium {
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-tt88-fishing-god__hero-section {
        padding: 60px 0;
    }
    .page-game-reviews-tt88-fishing-god__hero-title {
        font-size: 1.8em;
    }
    .page-game-reviews-tt88-fishing-god__hero-subtitle {
        font-size: 0.9em;
    }
    .page-game-reviews-tt88-fishing-god__cta-button {
        display: block;
        width: fit-content;
        margin: 15px auto;
    }
    .page-game-reviews-tt88-fishing-god__section-title {
        font-size: 1.5em;
    }
    .page-game-reviews-tt88-fishing-god__sub-section-title {
        font-size: 1.2em;
    }
    .page-game-reviews-tt88-fishing-god__faq-question {
        font-size: 1.1em;
    }
}