/* style/resources-cockfighting-67-live-stream-analysis.css */

:root {
    --primary-color: #1A202C;
    --secondary-color: #FFD700;
    --text-light: #ffffff;
    --text-dark: #333333;
    --border-color: #e0e0e0;
    --spacing-unit: 20px;
}

.page-resources-cockfighting-67-live-stream-analysis {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--primary-color); /* Assuming body background is primary-color from shared.css */
}

.page-resources-cockfighting-67-live-stream-analysis__dark-bg {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-resources-cockfighting-67-live-stream-analysis__light-bg {
    background-color: var(--text-light);
    color: var(--text-dark);
}

.page-resources-cockfighting-67-live-stream-analysis__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: calc(var(--header-offset, 120px) + 60px) var(--spacing-unit) 60px;
    min-height: 600px;
    background-color: var(--primary-color);
    color: var(--text-light);
    overflow: hidden;
}

.page-resources-cockfighting-67-live-stream-analysis__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-bottom: var(--spacing-unit);
}

.page-resources-cockfighting-67-live-stream-analysis__hero-title {
    font-size: 3.2em;
    margin-bottom: var(--spacing-unit);
    color: var(--secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-cockfighting-67-live-stream-analysis__hero-description {
    font-size: 1.3em;
    margin-bottom: calc(var(--spacing-unit) * 1.5);
    color: var(--text-light);
}

.page-resources-cockfighting-67-live-stream-analysis__cta-buttons {
    display: flex;
    gap: var(--spacing-unit);
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-cockfighting-67-live-stream-analysis__cta-buttons--centered {
    margin-top: calc(var(--spacing-unit) * 2);
    margin-bottom: calc(var(--spacing-unit) * 2);
}

.page-resources-cockfighting-67-live-stream-analysis__btn-primary,
.page-resources-cockfighting-67-live-stream-analysis__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-resources-cockfighting-67-live-stream-analysis__btn-primary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
}

.page-resources-cockfighting-67-live-stream-analysis__btn-primary:hover {
    background-color: darken(var(--secondary-color), 10%);
    color: var(--text-light);
}

.page-resources-cockfighting-67-live-stream-analysis__btn-secondary {
    background-color: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.page-resources-cockfighting-67-live-stream-analysis__btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.page-resources-cockfighting-67-live-stream-analysis__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.page-resources-cockfighting-67-live-stream-analysis__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.page-resources-cockfighting-67-live-stream-analysis__section {
    padding: 80px var(--spacing-unit);
    text-align: center;
}

.page-resources-cockfighting-67-live-stream-analysis__section-title {
    font-size: 2.5em;
    margin-bottom: calc(var(--spacing-unit) * 2);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.page-resources-cockfighting-67-live-stream-analysis__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
}

.page-resources-cockfighting-67-live-stream-analysis__dark-bg .page-resources-cockfighting-67-live-stream-analysis__section-title {
    color: var(--secondary-color);
}

.page-resources-cockfighting-67-live-stream-analysis__light-bg .page-resources-cockfighting-67-live-stream-analysis__section-title {
    color: var(--primary-color);
}

.page-resources-cockfighting-67-live-stream-analysis__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: var(--spacing-unit);
    padding-right: var(--spacing-unit);
}

.page-resources-cockfighting-67-live-stream-analysis__text-block {
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-size: 1.1em;
    text-align: left;
}

.page-resources-cockfighting-67-live-stream-analysis__text-block p {
    margin-bottom: var(--spacing-unit);
}

.page-resources-cockfighting-67-live-stream-analysis__text-block strong {
    color: var(--secondary-color);
}

.page-resources-cockfighting-67-live-stream-analysis__video-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    overflow: hidden;
}

.page-resources-cockfighting-67-live-stream-analysis__video {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

.page-resources-cockfighting-67-live-stream-analysis__video-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 215, 0, 0.9);
    color: var(--primary-color);
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
    z-index: 10;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-cockfighting-67-live-stream-analysis__video-overlay-button:hover {
    background-color: var(--text-light);
}

.page-resources-cockfighting-67-live-stream-analysis__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-unit);
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.page-resources-cockfighting-67-live-stream-analysis__grid--two-columns {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.page-resources-cockfighting-67-live-stream-analysis__grid-item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: var(--spacing-unit);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--text-light);
}

.page-resources-cockfighting-67-live-stream-analysis__grid-item .page-resources-cockfighting-67-live-stream-analysis__image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: var(--spacing-unit);
}

.page-resources-cockfighting-67-live-stream-analysis__item-title {
    font-size: 1.5em;
    color: var(--secondary-color);
    margin-bottom: var(--spacing-unit);
}

.page-resources-cockfighting-67-live-stream-analysis__card {
    background-color: var(--text-light);
    color: var(--text-dark);
    padding: var(--spacing-unit) calc(var(--spacing-unit) * 1.5);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}

.page-resources-cockfighting-67-live-stream-analysis__card-title {
    font-size: 1.4em;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.page-resources-cockfighting-67-live-stream-analysis__card p {
    font-size: 1em;
    margin-bottom: var(--spacing-unit);
}

.page-resources-cockfighting-67-live-stream-analysis__image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.page-resources-cockfighting-67-live-stream-analysis__image--centered {
    margin: 40px auto;
}

.page-resources-cockfighting-67-live-stream-analysis__faq-list {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.page-resources-cockfighting-67-live-stream-analysis__faq-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.page-resources-cockfighting-67-live-stream-analysis__faq-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-cockfighting-67-live-stream-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-unit);
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--text-light);
}

.page-resources-cockfighting-67-live-stream-analysis__faq-title {
    margin: 0;
    color: var(--secondary-color);
}

.page-resources-cockfighting-67-live-stream-analysis__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: var(--secondary-color);
}

.page-resources-cockfighting-67-live-stream-analysis__faq-item.active .page-resources-cockfighting-67-live-stream-analysis__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-cockfighting-67-live-stream-analysis__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 var(--spacing-unit);
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--text-light);
}

.page-resources-cockfighting-67-live-stream-analysis__faq-item.active .page-resources-cockfighting-67-live-stream-analysis__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to contain content */
    padding: 15px var(--spacing-unit) 20px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-resources-cockfighting-67-live-stream-analysis__hero-title {
        font-size: 2.8em;
    }
    .page-resources-cockfighting-67-live-stream-analysis__hero-description {
        font-size: 1.1em;
    }
    .page-resources-cockfighting-67-live-stream-analysis__section-title {
        font-size: 2em;
    }
    .page-resources-cockfighting-67-live-stream-analysis__grid--two-columns {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-cockfighting-67-live-stream-analysis {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-resources-cockfighting-67-live-stream-analysis__hero-section {
        padding-top: var(--header-offset, 120px) !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-resources-cockfighting-67-live-stream-analysis__hero-title {
        font-size: 2.2em;
    }
    .page-resources-cockfighting-67-live-stream-analysis__hero-description {
        font-size: 1em;
    }
    .page-resources-cockfighting-67-live-stream-analysis__cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .page-resources-cockfighting-67-live-stream-analysis__btn-primary,
    .page-resources-cockfighting-67-live-stream-analysis__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-resources-cockfighting-67-live-stream-analysis__section {
        padding: 40px 15px;
    }
    .page-resources-cockfighting-67-live-stream-analysis__section-title {
        font-size: 1.8em;
        margin-bottom: var(--spacing-unit);
    }
    .page-resources-cockfighting-67-live-stream-analysis__text-block {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-resources-cockfighting-67-live-stream-analysis__video-wrapper,
    .page-resources-cockfighting-67-live-stream-analysis__grid,
    .page-resources-cockfighting-67-live-stream-analysis__grid--two-columns,
    .page-resources-cockfighting-67-live-stream-analysis__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
    .page-resources-cockfighting-67-live-stream-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-resources-cockfighting-67-live-stream-analysis video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-resources-cockfighting-67-live-stream-analysis__video-overlay-button {
        font-size: 1em;
        padding: 10px 20px;
    }
    .page-resources-cockfighting-67-live-stream-analysis__grid-item {
        padding: 15px;
    }
    .page-resources-cockfighting-67-live-stream-analysis__grid-item .page-resources-cockfighting-67-live-stream-analysis__image {
        height: 200px;
    }
    .page-resources-cockfighting-67-live-stream-analysis__card {
        padding: 15px;
    }
    .page-resources-cockfighting-67-live-stream-analysis__faq-question {
        font-size: 1.1em;
        padding: 15px;
    }
    .page-resources-cockfighting-67-live-stream-analysis__faq-answer {
        padding: 10px 15px 15px;
    }
    .page-resources-cockfighting-67-live-stream-analysis__faq-item.active .page-resources-cockfighting-67-live-stream-analysis__faq-answer {
        padding: 15px 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-cockfighting-67-live-stream-analysis__hero-title {
        font-size: 1.8em;
    }
    .page-resources-cockfighting-67-live-stream-analysis__section-title {
        font-size: 1.5em;
    }
    .page-resources-cockfighting-67-live-stream-analysis__grid {
        grid-template-columns: 1fr;
    }
    .page-resources-cockfighting-67-live-stream-analysis__grid--two-columns {
        grid-template-columns: 1fr;
    }
}