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

/* Base styles for the page content wrapper */
.page-cockfighting-rules-and-betting {
    color: #ffffff; /* Default text color for dark body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: transparent; /* Body bg is handled by shared.css, this ensures transparency */
}

/* Fixed header offset - apply to the first content section */
.page-cockfighting-rules-and-betting__hero-section {
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
    position: relative;
    overflow: hidden;
    background-color: #017439; /* Brand color for hero background */
    padding-bottom: 80px; /* Added padding-bottom for symmetry */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-cockfighting-rules-and-betting__hero-title {
    font-size: 3.2em;
    color: #FFFF00; /* As per "Đăng ký và Đăng nhập font" for emphasis on main title */
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting-rules-and-betting__hero-description {
    font-size: 1.3em;
    color: #ffffff;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-cockfighting-rules-and-betting__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-cockfighting-rules-and-betting__btn-primary,
.page-cockfighting-rules-and-betting__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;
    box-sizing: border-box; /* Crucial for responsive buttons */
    max-width: 100%; /* Ensure buttons don't exceed container width */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break long words */
}

.page-cockfighting-rules-and-betting__btn-primary {
    background-color: #C30808; /* Custom color for "Đăng ký" and "Đăng nhập" */
    color: #FFFF00; /* Custom font color for "Đăng ký và Đăng nhập font" */
    border: 2px solid #C30808;
}

.page-cockfighting-rules-and-betting__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
    color: #ffffff;
}

.page-cockfighting-rules-and-betting__btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-cockfighting-rules-and-betting__btn-secondary:hover {
    background-color: #ffffff;
    color: #017439;
}

.page-cockfighting-rules-and-betting__content-section {
    padding: 60px 0;
    background-color: #ffffff; /* Explicitly white background for content area */
    color: #333333; /* Dark text for light background */
}

.page-cockfighting-rules-and-betting__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-cockfighting-rules-and-betting__section-title {
    font-size: 2.2em;
    color: #017439; /* Brand color for section titles */
    margin-bottom: 30px;
    text-align: center;
}

h1.page-cockfighting-rules-and-betting__section-title, h2.page-cockfighting-rules-and-betting__section-title, h3.page-cockfighting-rules-and-betting__section-title {
    color: #017439;
}

.page-cockfighting-rules-and-betting__paragraph {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.7;
    color: #333333; /* Dark text for light background */
}

.page-cockfighting-rules-and-betting__main-image,
.page-cockfighting-rules-and-betting__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    filter: none; /* Ensure no filter is used */
}

/* Lists */
.page-cockfighting-rules-and-betting__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #333333; /* Dark text for light background */
}

.page-cockfighting-rules-and-betting__numbered-list {
    list-style: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #333333; /* Dark text for light background */
}

.page-cockfighting-rules-and-betting__list-item,
.page-cockfighting-rules-and-betting__sub-list-item {
    margin-bottom: 10px;
    color: #333333; /* Dark text for light background */
}

.page-cockfighting-rules-and-betting__sub-list {
    list-style: circle;
    margin-left: 20px;
    margin-top: 10px;
    color: #333333; /* Dark text for light background */
}

/* Cards */
.page-cockfighting-rules-and-betting__card {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    color: #333333; /* Dark text for light background */
}

.page-cockfighting-rules-and-betting__card-title {
    font-size: 1.6em;
    color: #017439; /* Brand color for card titles */
    margin-bottom: 15px;
    border-bottom: 2px solid #017439;
    padding-bottom: 10px;
}

/* Text links */
.page-cockfighting-rules-and-betting__text-link {
    color: #017439; /* Brand color for links */
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-cockfighting-rules-and-betting__text-link:hover {
    color: #004d2a; /* Darker shade of brand color on hover */
}

/* FAQ Section */
.page-cockfighting-rules-and-betting__faq-list {
    margin-top: 40px;
}

.page-cockfighting-rules-and-betting__faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #f9f9f9;
    color: #333333;
}

.page-cockfighting-rules-and-betting__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    color: #017439;
    transition: background-color 0.3s ease;
}

.page-cockfighting-rules-and-betting__faq-question:hover {
    background-color: #f0f0f0;
}

.page-cockfighting-rules-and-betting__faq-question h3 {
    margin: 0;
    color: #017439;
}

.page-cockfighting-rules-and-betting__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: #017439;
    transition: transform 0.3s ease;
}

.page-cockfighting-rules-and-betting__faq-item.active .page-cockfighting-rules-and-betting__faq-toggle {
    transform: rotate(45deg); /* Plus sign becomes a cross */
    content: '−'; /* Change to minus sign */
}

.page-cockfighting-rules-and-betting__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px; /* Initial padding 0 */
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #f9f9f9;
}

.page-cockfighting-rules-and-betting__faq-item.active .page-cockfighting-rules-and-betting__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 25px; /* Padding when active */
}

.page-cockfighting-rules-and-betting__faq-answer p {
    margin: 0;
    color: #333333;
}

/* Footer CTA buttons */
.page-cockfighting-rules-and-betting__cta-buttons--bottom {
    margin-top: 60px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-cockfighting-rules-and-betting__hero-title {
        font-size: 2.8em;
    }
    .page-cockfighting-rules-and-betting__hero-description {
        font-size: 1.2em;
    }
    .page-cockfighting-rules-and-betting__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-cockfighting-rules-and-betting__hero-section {
        padding: 60px 0;
        min-height: 400px;
    }
    .page-cockfighting-rules-and-betting__hero-title {
        font-size: 2.2em;
        line-height: 1.3;
    }
    .page-cockfighting-rules-and-betting__hero-description {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .page-cockfighting-rules-and-betting__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-cockfighting-rules-and-betting__btn-primary,
    .page-cockfighting-rules-and-betting__btn-secondary {
        width: 100% !important; /* Force full width on mobile */
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-cockfighting-rules-and-betting__content-section {
        padding: 40px 0;
    }
    .page-cockfighting-rules-and-betting__section-title {
        font-size: 1.8em;
        margin-bottom: 25px;
    }
    .page-cockfighting-rules-and-betting__paragraph,
    .page-cockfighting-rules-and-betting__list-item,
    .page-cockfighting-rules-and-betting__sub-list-item {
        font-size: 1em;
    }
    .page-cockfighting-rules-and-betting__card {
        padding: 20px;
    }
    .page-cockfighting-rules-and-betting__card-title {
        font-size: 1.4em;
    }
    .page-cockfighting-rules-and-betting__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }
    .page-cockfighting-rules-and-betting__faq-answer {
        padding: 0 20px;
    }
    .page-cockfighting-rules-and-betting__faq-item.active .page-cockfighting-rules-and-betting__faq-answer {
        padding: 15px 20px;
    }

    /* Mobile image responsiveness */
    .page-cockfighting-rules-and-betting img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Ensure content containers are also responsive */
    .page-cockfighting-rules-and-betting__container,
    .page-cockfighting-rules-and-betting__section,
    .page-cockfighting-rules-and-betting__card,
    .page-cockfighting-rules-and-betting__faq-list,
    .page-cockfighting-rules-and-betting__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px; /* Add padding to prevent content from touching edges */
        padding-right: 15px;
    }
    /* Override for specific containers that already have padding within the container class */
    .page-cockfighting-rules-and-betting__hero-section .page-cockfighting-rules-and-betting__container,
    .page-cockfighting-rules-and-betting__content-section .page-cockfighting-rules-and-betting__container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 480px) {
    .page-cockfighting-rules-and-betting__hero-title {
        font-size: 1.8em;
    }
    .page-cockfighting-rules-and-betting__section-title {
        font-size: 1.6em;
    }
}