/* style/blog-maximizing-benefits-with-fly88-promotional-codes.css */

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

.page-blog-maximizing-benefits-with-fly88-promotional-codes {
    background-color: var(--fly88-background);
    color: var(--fly88-text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: var(--fly88-deep-green);
    overflow: hidden;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 600px; /* Limit height for hero image */
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__hero-content {
    max-width: 1200px;
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    color: var(--fly88-text-main);
    background-color: rgba(0, 0, 0, 0.4); /* Slightly dark overlay for text readability */
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--fly88-gold-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__description {
    font-size: 1.1rem;
    color: var(--fly88-text-secondary);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-primary,
.page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-secondary,
.page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-primary {
    background: var(--fly88-button-gradient);
    color: var(--fly88-text-main);
    border: 2px solid var(--fly88-primary-color);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--fly88-primary-color), 0.4);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-secondary {
    background: transparent;
    color: var(--fly88-gold-color);
    border: 2px solid var(--fly88-gold-color);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-secondary:hover {
    background: rgba(var(--fly88-gold-color), 0.1);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--fly88-gold-color), 0.2);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-inline {
    background: var(--fly88-primary-color);
    color: var(--fly88-text-main);
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 15px;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-inline:hover {
    background: var(--fly88-secondary-color);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: var(--fly88-background);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__section-wrapper {
    margin-bottom: 60px;
    padding: 30px;
    background-color: var(--fly88-card-bg);
    border-radius: 10px;
    border: 1px solid var(--fly88-border-color);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__section-title {
    font-size: 2.2rem;
    color: var(--fly88-gold-color);
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--fly88-gold-color);
    border-radius: 2px;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__text-block {
    font-size: 1.05rem;
    color: var(--fly88-text-main);
    margin-bottom: 20px;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__text-block strong {
    color: var(--fly88-gold-color);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__ordered-list,
.page-blog-maximizing-benefits-with-fly88-promotional-codes__unordered-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__list-item {
    background-color: var(--fly88-deep-green);
    border: 1px solid var(--fly88-border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    color: var(--fly88-text-main);
    font-size: 1.05rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__list-item strong {
    color: var(--fly88-gold-color);
    font-size: 1.15rem;
    display: block;
    margin-bottom: 10px;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__list-item p {
    color: var(--fly88-text-secondary);
    margin-top: 10px;
    margin-bottom: 0;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__image-full-width {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__cta-buttons--bottom {
    margin-top: 50px;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-section {
    background-color: var(--fly88-deep-green);
    padding: 60px 20px;
    color: var(--fly88-text-main);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-item {
    background-color: var(--fly88-card-bg);
    border: 1px solid var(--fly88-border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.15rem;
    color: var(--fly88-gold-color);
    background-color: var(--fly88-deep-green);
    border-bottom: 1px solid var(--fly88-border-color);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-qtext {
    flex-grow: 1;
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
    color: var(--fly88-text-main);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-item[open] .page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-answer {
    padding: 20px;
    font-size: 1rem;
    color: var(--fly88-text-secondary);
    background-color: var(--fly88-card-bg);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__main-title {
        font-size: clamp(2rem, 4vw, 3rem);
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__section-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .page-blog-maximizing-benefits-with-fly88-promotional-codes {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__hero-content {
        padding: 30px 15px;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__description {
        font-size: 1rem;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-primary,
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-secondary,
    .page-blog-maximizing-benefits-with-fly88-promotional-codes a[class*="button"],
    .page-blog-maximizing-benefits-with-fly88-promotional-codes a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__cta-buttons,
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__button-group,
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    .page-blog-maximizing-benefits-with-fly88-promotional-codes__content-area,
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-section {
        padding: 40px 15px;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__section-wrapper {
        padding: 20px;
        margin-bottom: 40px;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__section-title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__list-item,
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-item summary {
        font-size: 1rem;
        padding: 15px;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__list-item strong {
        font-size: 1.05rem;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__faq-answer {
        font-size: 0.95rem;
        padding: 15px;
    }
    /* Mobile image responsiveness */
    .page-blog-maximizing-benefits-with-fly88-promotional-codes img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__section,
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__card,
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__hero-section {
        padding-top: 10px !important;
    }
}

@media (max-width: 480px) {
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__main-title {
        font-size: clamp(1.5rem, 7vw, 2.2rem);
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__section-title {
        font-size: 1.4rem;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-primary,
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__btn-secondary {
        padding: 12px 20px;
        font-size: 1rem;
    }
    .page-blog-maximizing-benefits-with-fly88-promotional-codes__hero-image {
        max-height: 400px;
    }
}