/* style/resources-how-to-watch-and-bet-on-thomo-cockfighting.css */

:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --register-login-btn-color: #C30808;
    --register-login-font-color: #FFFF00;
    --light-text-color: #ffffff;
    --dark-text-color: #333333;
    --border-color: #e0e0e0;
    --dark-bg-1: #0d0d0d; /* Assuming from shared.css */
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--light-text-color); /* Default text color for dark body background */
    background-color: var(--dark-bg-1); /* This should be from shared.css */
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__dark-bg {
    background-color: var(--primary-color);
    color: var(--light-text-color);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__light-bg {
    background-color: var(--secondary-color);
    color: var(--dark-text-color);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    padding-top: calc(var(--header-offset, 120px) + 80px); /* Ensure content is below header */
    min-height: 600px;
    overflow: hidden;
    background-color: var(--primary-color);
    color: var(--light-text-color);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__hero-content {
    max-width: 900px;
    z-index: 2;
    margin-bottom: 30px;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--register-login-font-color); /* Using yellow for highlight */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__btn-primary,
.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%; /* Ensure button responsiveness */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__btn-primary {
    background-color: var(--register-login-btn-color);
    color: var(--register-login-font-color);
    border: 2px solid var(--register-login-btn-color);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__btn-primary:hover {
    background-color: #a30707;
    border-color: #a30707;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__btn-secondary {
    background-color: transparent;
    color: var(--light-text-color);
    border: 2px solid var(--light-text-color);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__btn-secondary:hover {
    background-color: var(--light-text-color);
    color: var(--primary-color);
    border-color: var(--light-text-color);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(1, 116, 57, 0.7), rgba(1, 116, 57, 0.9)); /* Overlay for text readability */
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* Place behind overlay */
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: var(--secondary-color);
    color: var(--dark-text-color);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-50px);
    position: relative;
    z-index: 3;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__text-block {
    margin-bottom: 40px;
    font-size: 1.1em;
    line-height: 1.8;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__text-block p {
    margin-bottom: 1em;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__text-block strong {
    color: var(--primary-color);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__benefits-list,
.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__strategy-list,
.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__advantages-list {
    list-style: none;
    padding-left: 0;
    margin: 30px 0;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__benefits-item,
.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__strategy-item,
.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__advantages-item {
    background-color: #f9f9f9;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-left: 5px solid var(--primary-color);
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-size: 1.05em;
    color: var(--dark-text-color);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__strategy-list {
    counter-reset: item;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__strategy-item {
    position: relative;
    padding-left: 40px;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__strategy-item::before {
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 10px;
    top: 15px;
    font-weight: bold;
    color: var(--primary-color);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 40px 0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__video-caption {
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    color: var(--dark-text-color);
    font-size: 0.95em;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__faq-list {
    margin-top: 40px;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__faq-item {
    background-color: #f9f9f9;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--dark-text-color);
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: bold;
    cursor: pointer;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-bottom: 1px solid var(--border-color);
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__faq-question::-webkit-details-marker {
    display: none;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__faq-question:hover {
    background-color: #e6ffe6; /* Lighter green hover */
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__faq-qtext {
    flex-grow: 1;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__faq-answer {
    padding: 20px 25px;
    font-size: 1em;
    line-height: 1.7;
    color: var(--dark-text-color);
    background-color: #ffffff;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__faq-answer p {
    margin-bottom: 1em;
}

.page-resources-how-to-watch-and-bet-on-thomo-cockfighting__cta-final {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__main-title {
        font-size: 2.8em;
    }
    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__section-title {
        font-size: 2em;
    }
    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__content-area {
        padding: 40px 15px;
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__hero-section {
        padding-top: var(--header-offset, 120px) !important; /* Mobile specific header offset */
        padding-bottom: 40px;
        min-height: 500px;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__main-title {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__hero-buttons,
    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__cta-buttons,
    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__cta-final {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__btn-primary,
    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__btn-secondary {
        padding: 12px 20px;
        font-size: 1em;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__content-area {
        padding: 30px 15px;
        transform: translateY(-30px);
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__text-block {
        font-size: 1em;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden !important;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__faq-answer {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__main-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-watch-and-bet-on-thomo-cockfighting__section-title {
        font-size: 1.6em;
    }
}