/* style/cockfighting-betting-rules-tips.css */

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

.page-cockfighting-betting-rules-tips {
    font-family: 'Arial', sans-serif;
    color: var(--r98-text-main); /* Default text color for the page */
    background-color: var(--r98-background); /* Page background from custom colors */
}

.page-cockfighting-betting-rules-tips__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles header offset */
    overflow: hidden;
}

.page-cockfighting-betting-rules-tips__hero-image-wrapper {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    position: relative;
}

.page-cockfighting-betting-rules-tips__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.page-cockfighting-betting-rules-tips__hero-content {
    text-align: center;
    padding: 40px 20px;
    max-width: 900px;
    z-index: 1;
    margin-top: 20px;
    background: var(--r98-card-bg); /* Use card background for content block */
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--r98-border);
}

.page-cockfighting-betting-rules-tips__main-title {
    font-weight: 700;
    line-height: 1.2;
    color: var(--r98-gold); /* Use gold for main title */
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.5);
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive H1 font size */
}

.page-cockfighting-betting-rules-tips__intro-text {
    font-size: 1.1em;
    line-height: 1.6;
    color: var(--r98-text-main);
    margin-bottom: 30px;
}

.page-cockfighting-betting-rules-tips__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

.page-cockfighting-betting-rules-tips__btn-primary {
    background: var(--r98-button-gradient);
    color: #ffffff; /* Button text always white for contrast */
    border: none;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-cockfighting-betting-rules-tips__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-cockfighting-betting-rules-tips__btn-secondary {
    background: var(--r98-card-bg);
    color: var(--r98-glow); /* Use glow for secondary button text */
    border: 2px solid var(--r98-glow);
    box-shadow: 0 2px 10px rgba(87, 227, 141, 0.2);
    margin-left: 20px;
}

.page-cockfighting-betting-rules-tips__btn-secondary:hover {
    background: var(--r98-glow);
    color: var(--r98-card-bg);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(87, 227, 141, 0.4);
}

.page-cockfighting-betting-rules-tips__content-area {
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    background: var(--r98-card-bg); /* Use card background for content areas */
    color: var(--r98-text-main);
    border: 1px solid var(--r98-border);
}

.page-cockfighting-betting-rules-tips__dark-section {
    background: var(--r98-deep-green);
    color: var(--r98-text-main);
    border: 1px solid var(--r98-divider);
}

.page-cockfighting-betting-rules-tips__container {
    max-width: 1000px;
    margin: 0 auto;
}

.page-cockfighting-betting-rules-tips__section-title {
    font-size: 2.2em;
    font-weight: 700;
    color: var(--r98-gold);
    margin-bottom: 30px;
    text-align: center;
    text-shadow: 0 0 5px rgba(242, 193, 78, 0.3);
}

.page-cockfighting-betting-rules-tips__sub-title {
    font-size: 1.8em;
    font-weight: 600;
    color: var(--r98-glow);
    margin-top: 30px;
    margin-bottom: 20px;
    border-left: 5px solid var(--r98-color-primary);
    padding-left: 15px;
}

.page-cockfighting-betting-rules-tips p {
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 15px;
    color: var(--r98-text-secondary);
}

.page-cockfighting-betting-rules-tips__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--r98-text-secondary);
}

.page-cockfighting-betting-rules-tips__list li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.page-cockfighting-betting-rules-tips__article-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    min-width: 200px; /* Ensure min size */
    min-height: 200px; /* Ensure min size */
    object-fit: cover;
}

/* FAQ Section */
.page-cockfighting-betting-rules-tips__faq-section {
    background-color: var(--r98-card-bg);
    padding: 60px 20px;
    margin: 40px auto;
    border-radius: 10px;
    border: 1px solid var(--r98-border);
    max-width: 1200px;
}

.page-cockfighting-betting-rules-tips__faq-list {
    margin-top: 30px;
}

.page-cockfighting-betting-rules-tips__faq-item {
    background-color: var(--r98-deep-green);
    border: 1px solid var(--r98-divider);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--r98-text-main);
}

.page-cockfighting-betting-rules-tips__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    cursor: pointer;
    color: var(--r98-gold);
    background-color: var(--r98-deep-green);
    transition: background-color 0.3s ease;
}

.page-cockfighting-betting-rules-tips__faq-question::-webkit-details-marker {
    display: none;
}

.page-cockfighting-betting-rules-tips__faq-question::marker {
    display: none;
}

.page-cockfighting-betting-rules-tips__faq-question:hover {
    background-color: var(--r98-divider);
}

.page-cockfighting-betting-rules-tips__faq-qtext {
    flex-grow: 1;
}

.page-cockfighting-betting-rules-tips__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-cockfighting-betting-rules-tips__faq-item[open] .page-cockfighting-betting-rules-tips__faq-toggle {
    transform: rotate(45deg);
}

.page-cockfighting-betting-rules-tips__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    line-height: 1.6;
    color: var(--r98-text-secondary);
}

/* CTA Section */
.page-cockfighting-betting-rules-tips__cta-section {
    background-color: var(--r98-deep-green);
    padding: 80px 20px;
    text-align: center;
    margin: 40px auto;
    border-radius: 10px;
    border: 1px solid var(--r98-border);
    max-width: 1200px;
}

.page-cockfighting-betting-rules-tips__cta-text {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 40px;
    color: var(--r98-text-main);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-cockfighting-betting-rules-tips__hero-content {
        padding: 30px 15px;
    }
    .page-cockfighting-betting-rules-tips__main-title {
        font-size: 2.8em;
    }
    .page-cockfighting-betting-rules-tips__section-title {
        font-size: 2em;
    }
    .page-cockfighting-betting-rules-tips__sub-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-cockfighting-betting-rules-tips {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-cockfighting-betting-rules-tips__hero-section {
        padding: 40px 15px;
        padding-top: 10px !important;
    }

    .page-cockfighting-betting-rules-tips__hero-image {
        min-width: 200px !important;
        min-height: 200px !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-cockfighting-betting-rules-tips__hero-content {
        padding: 20px 10px;
        margin-top: 15px;
    }

    .page-cockfighting-betting-rules-tips__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
    }

    .page-cockfighting-betting-rules-tips__intro-text {
        font-size: 1em;
    }

    .page-cockfighting-betting-rules-tips__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 20px;
        font-size: 1em;
        margin-left: 0 !important;
        margin-top: 15px;
    }

    .page-cockfighting-betting-rules-tips__btn-secondary {
        margin-top: 15px;
    }

    .page-cockfighting-betting-rules-tips__content-area,
    .page-cockfighting-betting-rules-tips__faq-section,
    .page-cockfighting-betting-rules-tips__cta-section {
        padding: 30px 15px;
        margin: 20px auto;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-cockfighting-betting-rules-tips__container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-cockfighting-betting-rules-tips__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .page-cockfighting-betting-rules-tips__sub-title {
        font-size: 1.4em;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .page-cockfighting-betting-rules-tips p,
    .page-cockfighting-betting-rules-tips__list li {
        font-size: 0.95em;
    }

    .page-cockfighting-betting-rules-tips__article-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-width: 200px !important;
        min-height: 200px !important;
    }

    .page-cockfighting-betting-rules-tips__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-cockfighting-betting-rules-tips__faq-answer {
        padding: 0 20px 15px;
    }

    .page-cockfighting-betting-rules-tips__cta-text {
        font-size: 1.05em;
        margin-bottom: 30px;
    }
}