/* style/resources-cockfighting-betting-tips.css */
.page-resources-cockfighting-betting-tips {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #FFFFFF; /* Default body background */
}

.page-resources-cockfighting-betting-tips__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
    color: #FFFFFF;
    background-color: #017439;
    overflow: hidden;
}

.page-resources-cockfighting-betting-tips__hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin-bottom: 30px;
}

.page-resources-cockfighting-betting-tips__hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.page-resources-cockfighting-betting-tips__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-resources-cockfighting-betting-tips__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-resources-cockfighting-betting-tips__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2; /* Subtle overlay */
}

.page-resources-cockfighting-betting-tips__section {
    padding: 60px 20px;
}

.page-resources-cockfighting-betting-tips__dark-bg {
    background-color: #017439;
    color: #FFFFFF;
}

.page-resources-cockfighting-betting-tips__light-bg {
    background-color: #FFFFFF;
    color: #333333;
}

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

.page-resources-cockfighting-betting-tips__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    color: inherit;
}

.page-resources-cockfighting-betting-tips__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-cockfighting-betting-tips__text-block a {
    color: #017439;
    text-decoration: underline;
}

.page-resources-cockfighting-betting-tips__dark-bg .page-resources-cockfighting-betting-tips__text-block a {
    color: #FFFFFF;
}

.page-resources-cockfighting-betting-tips__content-image {
    display: block;
    margin: 40px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    min-height: 200px;
}

.page-resources-cockfighting-betting-tips__list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.page-resources-cockfighting-betting-tips__list-item {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    color: #333333;
}

.page-resources-cockfighting-betting-tips__dark-bg .page-resources-cockfighting-betting-tips__list-item {
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

.page-resources-cockfighting-betting-tips__list-item-title {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
    color: inherit;
}

.page-resources-cockfighting-betting-tips__list-item-text {
    font-size: 1em;
    color: inherit;
}

.page-resources-cockfighting-betting-tips__grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-cockfighting-betting-tips__card {
    background-color: #FFFFFF;
    color: #333333;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
}

.page-resources-cockfighting-betting-tips__dark-bg .page-resources-cockfighting-betting-tips__card {
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-resources-cockfighting-betting-tips__card-title {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: inherit;
}

.page-resources-cockfighting-betting-tips__card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
    min-height: 200px;
}

.page-resources-cockfighting-betting-tips__card-text {
    font-size: 1em;
    color: inherit;
    text-align: justify;
}

.page-resources-cockfighting-betting-tips__faq-list {
    margin-top: 40px;
}

.page-resources-cockfighting-betting-tips__faq-item {
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-resources-cockfighting-betting-tips__dark-bg .page-resources-cockfighting-betting-tips__faq-item {
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-resources-cockfighting-betting-tips__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    background-color: #f9f9f9;
    color: #333333;
    transition: background-color 0.3s ease;
}

.page-resources-cockfighting-betting-tips__dark-bg .page-resources-cockfighting-betting-tips__faq-question {
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}

.page-resources-cockfighting-betting-tips__faq-question:hover {
    background-color: #eaeaea;
}

.page-resources-cockfighting-betting-tips__dark-bg .page-resources-cockfighting-betting-tips__faq-question:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.page-resources-cockfighting-betting-tips__faq-qtext {
    pointer-events: none; /* Allow clicking anywhere on summary */
}

.page-resources-cockfighting-betting-tips__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    pointer-events: none; /* Allow clicking anywhere on summary */
}

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

.page-resources-cockfighting-betting-tips__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: #555555;
}

.page-resources-cockfighting-betting-tips__dark-bg .page-resources-cockfighting-betting-tips__faq-answer {
    color: #e0e0e0;
}

.page-resources-cockfighting-betting-tips__cta-section {
    text-align: center;
    padding: 80px 20px;
}

.page-resources-cockfighting-betting-tips__cta-content {
    max-width: 800px;
}

.page-resources-cockfighting-betting-tips__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap; /* Allow wrapping on small screens */
}

.page-resources-cockfighting-betting-tips__btn-primary,
.page-resources-cockfighting-betting-tips__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-cockfighting-betting-tips__btn-primary {
    background-color: #C30808; /* Custom color for register/login */
    color: #FFFF00; /* Custom font color for register/login */
    border: 2px solid #C30808;
}

.page-resources-cockfighting-betting-tips__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
}

.page-resources-cockfighting-betting-tips__btn-secondary {
    background-color: #FFFFFF;
    color: #017439;
    border: 2px solid #017439;
}

.page-resources-cockfighting-betting-tips__btn-secondary:hover {
    background-color: #f0f0f0;
    color: #005a2e;
    border-color: #005a2e;
}

.page-resources-cockfighting-betting-tips__highlight {
    font-weight: bold;
    color: inherit; /* Inherit color to maintain contrast */
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-cockfighting-betting-tips__hero-title {
        font-size: 2.5em;
    }
    .page-resources-cockfighting-betting-tips__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-resources-cockfighting-betting-tips {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-resources-cockfighting-betting-tips__hero-section {
        padding: 40px 15px;
        padding-top: var(--header-offset, 120px) !important; /* Mobile specific header offset */
    }
}