/* style/resources-v888-cockfighting-advantages-tips.css */

/* --- Base Styles --- */
.page-resources-v888-cockfighting-advantages-tips {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-v888-cockfighting-advantages-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.page-resources-v888-cockfighting-advantages-tips__dark-bg {
    background-color: #26A9E0; /* Brand primary color for dark sections */
    color: #ffffff;
}

.page-resources-v888-cockfighting-advantages-tips__light-bg {
    background-color: #ffffff; /* Auxiliary color for light sections */
    color: #333333; /* Dark text for light background */
}

.page-resources-v888-cockfighting-advantages-tips__section-title {
    font-size: 2.5em;
    color: #26A9E0; /* Brand color for titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-v888-cockfighting-advantages-tips__section-title--white {
    color: #ffffff;
}

.page-resources-v888-cockfighting-advantages-tips p {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.7;
}

.page-resources-v888-cockfighting-advantages-tips a {
    color: #26A9E0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-v888-cockfighting-advantages-tips a:hover {
    color: #EA7C07; /* Login color for hover for better contrast */
}

/* --- Buttons --- */
.page-resources-v888-cockfighting-advantages-tips__btn-primary,
.page-resources-v888-cockfighting-advantages-tips__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
}

.page-resources-v888-cockfighting-advantages-tips__btn-primary {
    background-color: #26A9E0; /* Brand primary color */
    color: #ffffff;
    border: 2px solid #26A9E0;
}