/* style/resources-how-to-choose-live-blade-cockfighting-platform.css */
:root {
    --primary-color: #26A9E0;
    --secondary-color: #FFFFFF;
    --text-dark: #333333;
    --text-light: #ffffff;
    --button-login-bg: #EA7C07;
    --border-color: #e0e0e0;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-dark); /* Default text color for light body background */
    background-color: var(--secondary-color);
}

/* Fixed Header Offset */
.page-resources-how-to-choose-live-blade-cockfighting-platform__hero-section {
    padding-top: var(--header-offset, 120px); /* Apply header offset */
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__hero-section {
    background-color: var(--primary-color);
    color: var(--text-light);
    text-align: center;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--text-light);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-light);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__btn-primary,
.page-resources-how-to-choose-live-blade-cockfighting-platform__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__btn-primary {
    background-color: var(--button-login-bg);
    color: var(--text-light);
    border: 2px solid var(--button-login-bg);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__btn-primary:hover {
    background-color: #d16b06; /* Darken #EA7C07 */
    border-color: #d16b06;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__btn-secondary {
    background-color: transparent;
    color: var(--text-light);
    border: 2px solid var(--text-light);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__btn-secondary:hover {
    background-color: var(--text-light);
    color: var(--primary-color);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__content-area {
    padding: 60px 20px;
    background-color: var(--secondary-color);
    color: var(--text-dark);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__section-title {
    font-size: 2em;
    color: var(--primary-color);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: var(--button-login-bg);
    border-radius: 2px;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__sub-title {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 15px;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform p {
    margin-bottom: 15px;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform a {
    color: var(--primary-color);
    text-decoration: none;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform a:hover {
    text-decoration: underline;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__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-resources-how-to-choose-live-blade-cockfighting-platform__list {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__list li {
    margin-bottom: 10px;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__button-inline {
    margin-top: 20px;
    margin-bottom: 40px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--primary-color);
    color: var(--text-light);
    border: 2px solid var(--primary-color);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__button-inline:hover {
    background-color: #2087bb; /* Darken #26A9E0 */
    border-color: #2087bb;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__faq-container {
    margin-top: 40px;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__faq-item {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: var(--secondary-color);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transition: background-color 0.3s ease;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__faq-question:hover {
    background-color: #f9f9f9;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: var(--button-login-bg);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__faq-item.active .page-resources-how-to-choose-live-blade-cockfighting-platform__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--text-dark);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__faq-item.active .page-resources-how-to-choose-live-blade-cockfighting-platform__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 25px;
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__cta-bottom {
    text-align: center;
    margin-top: 60px;
    padding: 40px 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__cta-bottom .page-resources-how-to-choose-live-blade-cockfighting-platform__section-title {
    color: var(--text-dark);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__cta-bottom .page-resources-how-to-choose-live-blade-cockfighting-platform__section-title::after {
    background-color: var(--primary-color);
}

.page-resources-how-to-choose-live-blade-cockfighting-platform__cta-bottom p {
    font-size: 1.1em;
    margin-bottom: 30px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .page-resources-how-to-choose-live-blade-cockfighting-platform__hero-title {
        font-size: 2.2em;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__section-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__sub-title {
        font-size: 1.3em;
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-choose-live-blade-cockfighting-platform__hero-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__hero-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__hero-description {
        font-size: 1em;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__btn-primary,
    .page-resources-how-to-choose-live-blade-cockfighting-platform__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__content-area {
        padding: 40px 15px;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__section-title {
        font-size: 1.5em;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__sub-title {
        font-size: 1.2em;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform p,
    .page-resources-how-to-choose-live-blade-cockfighting-platform li {
        font-size: 0.95em;
    }

    /* Mobile image responsiveness */
    .page-resources-how-to-choose-live-blade-cockfighting-platform img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__section,
    .page-resources-how-to-choose-live-blade-cockfighting-platform__card,
    .page-resources-how-to-choose-live-blade-cockfighting-platform__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__faq-question {
        padding: 15px 20px;
        font-size: 1em;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__faq-answer {
        padding: 0 20px;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__faq-item.active .page-resources-how-to-choose-live-blade-cockfighting-platform__faq-answer {
        padding: 15px 20px;
    }

    /* Mobile video responsiveness (if any, although none are currently added) */
    .page-resources-how-to-choose-live-blade-cockfighting-platform video,
    .page-resources-how-to-choose-live-blade-cockfighting-platform__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__video-section,
    .page-resources-how-to-choose-live-blade-cockfighting-platform__video-container,
    .page-resources-how-to-choose-live-blade-cockfighting-platform__video-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-resources-how-to-choose-live-blade-cockfighting-platform__video-section {
        padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
    }
}