/* style/news-cockfighting-industry-analysis.css */

.page-news-cockfighting-industry-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #FFFFFF; /* Default body background */
}

.page-news-cockfighting-industry-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-news-cockfighting-industry-analysis__hero-section {
    position: relative;
    width: 100%;
    padding: 100px 20px 60px; /* Adjusted padding-top for header offset */
    padding-top: var(--header-offset, 120px);
    text-align: center;
    background: linear-gradient(135deg, #26A9E0, #1a8ccb);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    box-sizing: border-box;
}

.page-news-cockfighting-industry-analysis__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
}

.page-news-cockfighting-industry-analysis__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f8ff;
}

.page-news-cockfighting-industry-analysis__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-news-cockfighting-industry-analysis__btn-primary,
.page-news-cockfighting-industry-analysis__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-news-cockfighting-industry-analysis__btn-primary {
    background-color: #EA7C07; /* Login color for primary action */
    color: #ffffff;
    border: 2px solid #EA7C07;
}

.page-news-cockfighting-industry-analysis__btn-primary:hover {
    background-color: #d16b00;
    border-color: #d16b00;
    transform: translateY(-2px);
}

.page-news-cockfighting-industry-analysis__btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-news-cockfighting-industry-analysis__btn-secondary:hover {
    background-color: #ffffff;
    color: #26A9E0;
    transform: translateY(-2px);
}

.page-news-cockfighting-industry-analysis__content-area {
    padding: 60px 20px;
}

.page-news-cockfighting-industry-analysis__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.page-news-cockfighting-industry-analysis__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333333;
    text-align: justify;
}

.page-news-cockfighting-industry-analysis__highlight {
    font-weight: bold;
    color: #26A9E0;
}

.page-news-cockfighting-industry-analysis__text-link {
    color: #EA7C07;
    text-decoration: none;
    font-weight: bold;
}

.page-news-cockfighting-industry-analysis__text-link:hover {
    text-decoration: underline;
}

.page-news-cockfighting-industry-analysis__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-news-cockfighting-industry-analysis__image--centered {
    margin-left: auto;
    margin-right: auto;
}

.page-news-cockfighting-industry-analysis__image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.page-news-cockfighting-industry-analysis__image-grid .page-news-cockfighting-industry-analysis__image {
    margin: 0;
}

.page-news-cockfighting-industry-analysis__list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #333333;
}

.page-news-cockfighting-industry-analysis__list-item {
    margin-bottom: 10px;
}

.page-news-cockfighting-industry-analysis__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #000000;
}

.page-news-cockfighting-industry-analysis__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    cursor: pointer;
}

.page-news-cockfighting-industry-analysis__cta-buttons--bottom {
    margin-top: 50px;
    margin-bottom: 20px;
}

.page-news-cockfighting-industry-analysis__faq-section {
    background-color: #f8f8f8;
    padding: 60px 20px;
}

.page-news-cockfighting-industry-analysis__faq-list {
    max-width: 800px;
    margin: 40px auto 0;
}

.page-news-cockfighting-industry-analysis__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-news-cockfighting-industry-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
}

.page-news-cockfighting-industry-analysis__faq-question:hover {
    background-color: #e5e5e5;
}

.page-news-cockfighting-industry-analysis__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #26A9E0;
}

.page-news-cockfighting-industry-analysis__faq-item.active .page-news-cockfighting-industry-analysis__faq-toggle {
    transform: rotate(45deg); /* Change + to X or - */
    content: '−'; /* Visually change to minus sign */
}

.page-news-cockfighting-industry-analysis__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #555555;
    font-size: 1.05em;
}

.page-news-cockfighting-industry-analysis__faq-item.active .page-news-cockfighting-industry-analysis__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to accommodate content */
    padding: 15px 25px;
}

.page-news-cockfighting-industry-analysis__faq-answer p {
    margin: 0 0 10px 0;
    padding: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-news-cockfighting-industry-analysis__hero-title {
        font-size: 2.8em;
    }

    .page-news-cockfighting-industry-analysis__hero-description {
        font-size: 1.2em;
    }

    .page-news-cockfighting-industry-analysis__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-news-cockfighting-industry-analysis {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-news-cockfighting-industry-analysis__hero-section {
        padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
        min-height: 300px;
    }

    .page-news-cockfighting-industry-analysis__hero-title {
        font-size: 2.2em;
    }

    .page-news-cockfighting-industry-analysis__hero-description {
        font-size: 1em;
    }

    .page-news-cockfighting-industry-analysis__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-news-cockfighting-industry-analysis__btn-primary,
    .page-news-cockfighting-industry-analysis__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-news-cockfighting-industry-analysis__content-area,
    .page-news-cockfighting-industry-analysis__faq-section {
        padding: 40px 15px;
    }

    .page-news-cockfighting-industry-analysis__section-title {
        font-size: 1.8em;
        margin-bottom: 25px;
    }

    .page-news-cockfighting-industry-analysis__paragraph,
    .page-news-cockfighting-industry-analysis__list-item,
    .page-news-cockfighting-industry-analysis__faq-answer p {
        font-size: 1em;
    }

    .page-news-cockfighting-industry-analysis__image,
    .page-news-cockfighting-industry-analysis__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-news-cockfighting-industry-analysis__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding-bottom: 56.25% !important; /* Maintain aspect ratio */
    }

    .page-news-cockfighting-industry-analysis__image-grid {
        grid-template-columns: 1fr;
    }

    .page-news-cockfighting-industry-analysis__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }

    .page-news-cockfighting-industry-analysis__faq-answer {
        padding: 0 20px;
    }
    
    /* Ensure all content containers are constrained */
    .page-news-cockfighting-industry-analysis__container,
    .page-news-cockfighting-industry-analysis__cta-buttons,
    .page-news-cockfighting-industry-analysis__video-wrapper,
    .page-news-cockfighting-industry-analysis__image-grid,
    .page-news-cockfighting-industry-analysis__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-news-cockfighting-industry-analysis__hero-section .page-news-cockfighting-industry-analysis__container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .page-news-cockfighting-industry-analysis__hero-title {
        font-size: 1.8em;
    }

    .page-news-cockfighting-industry-analysis__section-title {
        font-size: 1.6em;
    }
}