/* style/promotions-registration-bonus-claim-process.css */

/* Base styles for the page content */
.page-promotions-registration-bonus-claim-process {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Light text for dark body background #0a0a0a */
    background-color: transparent; /* Inherit from body, which is #0a0a0a */
}

/* Container for consistent content width */
.page-promotions-registration-bonus-claim-process__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Section styling */
.page-promotions-registration-bonus-claim-process__section-title {
    font-size: 2.5em;
    color: #ffffff; /* Light text for dark background */
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}

.page-promotions-registration-bonus-claim-process__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0; /* Slightly off-white for paragraphs */
}

/* Specific section backgrounds based on contrast rules */
.page-promotions-registration-bonus-claim-process__dark-bg {
    background-color: #017439; /* Brand primary color */
    padding: 60px 0;
    color: #ffffff;
}