/* style/resources-rules-2024-da-ga-67.css */

.page-resources-rules-2024-da-ga-67 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-rules-2024-da-ga-67__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-rules-2024-da-ga-67__hero-section {
    background: linear-gradient(135deg, #B22222 0%, #FFD700 100%); /* Main to Auxiliary */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-rules-2024-da-ga-67__main-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #fff; /* White text on gradient for high contrast */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-rules-2024-da-ga-67__subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-rules-2024-da-ga-67__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Auxiliary color for CTA */
    color: #B22222; /* Main color for text on CTA */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-rules-2024-da-ga-67__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-2px);
}

.page-resources-rules-2024-da-ga-67__section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.page-resources-rules-2024-da-ga-67__section:nth-of-type(even) {
    background-color: #f2f2f2; /* Light grey for alternating sections */
}

.page-resources-rules-2024-da-ga-67__section-title {
    font-size: 2.5em;
    color: #B22222; /* Main color for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-rules-2024-da-ga-67__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Auxiliary color for underline */
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-rules-2024-da-ga-67__sub-section-title {
    font-size: 1.8em;
    color: #B22222; /* Main color for sub-section titles */
    margin-top: 30px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700; /* Auxiliary color for accent */
    padding-left: 15px;
}

.page-resources-rules-2024-da-ga-67__sub-sub-section-title {
    font-size: 1.4em;
    color: #B22222; /* Main color for sub-sub-section titles */
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}

.page-resources-rules-2024-da-ga-67 p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-resources-rules-2024-da-ga-67 ul,
.page-resources-rules-2024-da-ga-67 ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.page-resources-rules-2024-da-ga-67 li {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #555;
}

.page-resources-rules-2024-da-ga-67 li::marker {
    color: #B22222; /* Main color for list markers */
}

.page-resources-rules-2024-da-ga-67__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-resources-rules-2024-da-ga-67__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-rules-2024-da-ga-67__button-group {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-resources-rules-2024-da-ga-67__button-group .page-resources-rules-2024-da-ga-67__cta-button {
    margin: 0 10px;
}

.page-resources-rules-2024-da-ga-67__cta-button--primary {
    background-color: #B22222; /* Main color for primary CTA */
    color: #fff;
}

.page-resources-rules-2024-da-ga-67__cta-button--primary:hover {
    background-color: #991e1e; /* Darker main color on hover */
}

.page-resources-rules-2024-da-ga-67__cta-button--secondary {
    background-color: #FFD700; /* Auxiliary color for secondary CTA */
    color: #B22222;
}

.page-resources-rules-2024-da-ga-67__cta-button--secondary:hover {
    background-color: #e6c200;
}

.page-resources-rules-2024-da-ga-67__faq-item {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    transition: box-shadow 0.3s ease;
}

.page-resources-rules-2024-da-ga-67__faq-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-rules-2024-da-ga-67__faq-question {
    font-size: 1.3em;
    color: #B22222; /* Main color for FAQ questions */
    margin-bottom: 10px;
}

.page-resources-rules-2024-da-ga-67__faq-answer {
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-rules-2024-da-ga-67__main-title {
        font-size: 2.5em;
    }

    .page-resources-rules-2024-da-ga-67__subtitle {
        font-size: 1.2em;
    }

    .page-resources-rules-2024-da-ga-67__section-title {
        font-size: 2em;
    }

    .page-resources-rules-2024-da-ga-67__sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-rules-2024-da-ga-67__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-rules-2024-da-ga-67__button-group .page-resources-rules-2024-da-ga-67__cta-button {
        margin: 10px 0;
        display: block;
    }
}

@media (max-width: 480px) {
    .page-resources-rules-2024-da-ga-67__main-title {
        font-size: 2em;
    }

    .page-resources-rules-2024-da-ga-67__subtitle {
        font-size: 1em;
    }

    .page-resources-rules-2024-da-ga-67__section-title {
        font-size: 1.8em;
    }

    .page-resources-rules-2024-da-ga-67__sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-rules-2024-da-ga-67 p,
    .page-resources-rules-2024-da-ga-67 li,
    .page-resources-rules-2024-da-ga-67__faq-question,
    .page-resources-rules-2024-da-ga-67__faq-answer {
        font-size: 0.95em;
    }

    .page-resources-rules-2024-da-ga-67__hero-section {
        padding: 60px 0;
    }

    .page-resources-rules-2024-da-ga-67__section {
        padding: 40px 0;
    }
}