/* style/blog-how-to-choose-best-fly88-slot.css */

:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --text-main: #F2FFF6;
    --text-secondary: #A7D9B8;
    --bg-card: #11271B;
    --bg-main: #08160F;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-how-to-choose-best-fly88-slot {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main); /* Default text color for the page */
    background-color: var(--bg-main);
}

.page-blog-how-to-choose-best-fly88-slot__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-how-to-choose-best-fly88-slot__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding as body handles --header-offset */
    padding-bottom: 60px;
    background-color: var(--bg-main);
    overflow: hidden;
}

.page-blog-how-to-choose-best-fly88-slot__hero-image-wrapper {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 40px;
}

.page-blog-how-to-choose-best-fly88-slot__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(87, 227, 141, 0.4);
}

.page-blog-how-to-choose-best-fly88-slot__hero-content {
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
}

.page-blog-how-to-choose-best-fly88-slot__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--text-main);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-blog-how-to-choose-best-fly88-slot__intro-text {
    font-size: 1.15rem;
    color: var(--text-secondary);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-choose-best-fly88-slot__section {
    padding: 80px 0;
    background-color: var(--bg-main);
}

.page-blog-how-to-choose-best-fly88-slot__section:nth-of-type(even) {
    background-color: var(--deep-green-color);
}

.page-blog-how-to-choose-best-fly88-slot__section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--text-main);
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

.page-blog-how-to-choose-best-fly88-slot__section-description {
    font-size: 1.1rem;
    color: var(--text-secondary);
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.page-blog-how-to-choose-best-fly88-slot__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-how-to-choose-best-fly88-slot__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-how-to-choose-best-fly88-slot__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-how-to-choose-best-fly88-slot__btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    margin-left: 20px;
}

.page-blog-how-to-choose-best-fly88-slot__btn-secondary:hover {
    background-color: rgba(17, 168, 78, 0.1);
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.page-blog-how-to-choose-best-fly88-slot__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-blog-how-to-choose-best-fly88-slot__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-blog-how-to-choose-best-fly88-slot__feature-card {
    background-color: var(--bg-card);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-blog-how-to-choose-best-fly88-slot__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-best-fly88-slot__feature-icon {
    width: 250px; /* Minimum 200px */
    height: 180px; /* Minimum 200px */
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-blog-how-to-choose-best-fly88-slot__feature-title {
    font-size: 1.5rem;
    color: var(--text-main);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-choose-best-fly88-slot__feature-text {
    font-size: 1rem;
    color: var(--text-secondary);
    flex-grow: 1;
}

.page-blog-how-to-choose-best-fly88-slot__content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-blog-how-to-choose-best-fly88-slot__content-card {
    background-color: #ffffff; /* Light background for contrast */
    color: #333333; /* Dark text for contrast */
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-blog-how-to-choose-best-fly88-slot__content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-how-to-choose-best-fly88-slot__card-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.page-blog-how-to-choose-best-fly88-slot__card-text {
    font-size: 1rem;
    line-height: 1.7;
}

.page-blog-how-to-choose-best-fly88-slot__game-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-blog-how-to-choose-best-fly88-slot__game-type-card {
    background-color: var(--bg-card);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-blog-how-to-choose-best-fly88-slot__game-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-best-fly88-slot__game-type-image {
    width: 250px; /* Minimum 200px */
    height: 180px; /* Minimum 200px */
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-blog-how-to-choose-best-fly88-slot__game-type-title {
    font-size: 1.5rem;
    color: var(--text-main);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-choose-best-fly88-slot__game-type-text {
    font-size: 1rem;
    color: var(--text-secondary);
    flex-grow: 1;
}

.page-blog-how-to-choose-best-fly88-slot__strategy-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-blog-how-to-choose-best-fly88-slot__strategy-card {
    background-color: #ffffff; /* Light background for contrast */
    color: #333333; /* Dark text for contrast */
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-blog-how-to-choose-best-fly88-slot__strategy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-how-to-choose-best-fly88-slot__tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-blog-how-to-choose-best-fly88-slot__tip-item {
    background-color: var(--bg-card);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-blog-how-to-choose-best-fly88-slot__tip-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 15px;
}

.page-blog-how-to-choose-best-fly88-slot__tip-text {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.page-blog-how-to-choose-best-fly88-slot__info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-blog-how-to-choose-best-fly88-slot__info-card {
    background-color: var(--bg-card);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-blog-how-to-choose-best-fly88-slot__faq-list {
    margin-top: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-choose-best-fly88-slot__faq-item {
    background-color: var(--bg-card);
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-best-fly88-slot__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-main);
    cursor: pointer;
    list-style: none; /* For details/summary */
}

.page-blog-how-to-choose-best-fly88-slot__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-choose-best-fly88-slot__faq-qtext {
    flex-grow: 1;
}

.page-blog-how-to-choose-best-fly88-slot__faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-left: 15px;
}

.page-blog-how-to-choose-best-fly88-slot__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-how-to-choose-best-fly88-slot__hero-section {
        padding-bottom: 40px;
    }
    .page-blog-how-to-choose-best-fly88-slot__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-blog-how-to-choose-best-fly88-slot__intro-text {
        font-size: 1.05rem;
    }
    .page-blog-how-to-choose-best-fly88-slot__section {
        padding: 60px 0;
    }
    .page-blog-how-to-choose-best-fly88-slot__section-title {
        font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    }
    .page-blog-how-to-choose-best-fly88-slot__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-choose-best-fly88-slot {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-how-to-choose-best-fly88-slot__container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .page-blog-how-to-choose-best-fly88-slot__hero-section {
        padding-bottom: 30px;
        padding-top: 10px !important;
    }
    .page-blog-how-to-choose-best-fly88-slot__hero-image-wrapper {
        max-height: 300px;
        margin-bottom: 30px;
    }
    .page-blog-how-to-choose-best-fly88-slot__hero-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-how-to-choose-best-fly88-slot__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }
    .page-blog-how-to-choose-best-fly88-slot__intro-text {
        font-size: 1rem;
    }
    .page-blog-how-to-choose-best-fly88-slot__section {
        padding: 40px 0;
    }
    .page-blog-how-to-choose-best-fly88-slot__section-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: 20px;
    }
    .page-blog-how-to-choose-best-fly88-slot__section-description {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }
    .page-blog-how-to-choose-best-fly88-slot__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-how-to-choose-best-fly88-slot__cta-button {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .page-blog-how-to-choose-best-fly88-slot__features-grid,
    .page-blog-how-to-choose-best-fly88-slot__content-grid,
    .page-blog-how-to-choose-best-fly88-slot__game-types-grid,
    .page-blog-how-to-choose-best-fly88-slot__strategy-cards-grid,
    .page-blog-how-to-choose-best-fly88-slot__tips-grid,
    .page-blog-how-to-choose-best-fly88-slot__info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    .page-blog-how-to-choose-best-fly88-slot__feature-card,
    .page-blog-how-to-choose-best-fly88-slot__content-card,
    .page-blog-how-to-choose-best-fly88-slot__game-type-card,
    .page-blog-how-to-choose-best-fly88-slot__strategy-card,
    .page-blog-how-to-choose-best-fly88-slot__tip-item,
    .page-blog-how-to-choose-best-fly88-slot__info-card {
        padding: 20px;
    }
    .page-blog-how-to-choose-best-fly88-slot__feature-icon,
    .page-blog-how-to-choose-best-fly88-slot__game-type-image {
        width: 200px !important;
        height: auto !important;
        max-width: 100% !important;
    }
    .page-blog-how-to-choose-best-fly88-slot__feature-title,
    .page-blog-how-to-choose-best-fly88-slot__card-title,
    .page-blog-how-to-choose-best-fly88-slot__game-type-title,
    .page-blog-how-to-choose-best-fly88-slot__tip-title {
        font-size: 1.2rem;
    }
    .page-blog-how-to-choose-best-fly88-slot__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }
    .page-blog-how-to-choose-best-fly88-slot__faq-answer {
        padding: 0 20px 15px 20px;
    }
    .page-blog-how-to-choose-best-fly88-slot img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-how-to-choose-best-fly88-slot video,
    .page-blog-how-to-choose-best-fly88-slot__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-how-to-choose-best-fly88-slot__video-section,
    .page-blog-how-to-choose-best-fly88-slot__video-container,
    .page-blog-how-to-choose-best-fly88-slot__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
}