/* style/resources-latest-betting-tech.css */
.page-resources-latest-betting-tech {
    font-family: 'Arial', sans-serif;
    color: #ffffff; /* Default text color for dark body background */
    line-height: 1.6;
    background-color: transparent; /* inherited from body */
}

.page-resources-latest-betting-tech__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-resources-latest-betting-tech__section {
    padding: 60px 0;
    text-align: center;
}

.page-resources-latest-betting-tech__dark-bg {
    background-color: #1a1a2e; /* Matches body background */
    color: #ffffff;
}