/* style/blog-pagcor-licensed-casinos-safety-trust.css */

/* Root variables for colors based on the provided scheme */
:root {
    --pagcor-primary-color: #F2C14E;
    --pagcor-secondary-color: #FFD36B;
    --pagcor-button-gradient-start: #FFD86A;
    --pagcor-button-gradient-end: #DDA11D;
    --pagcor-card-bg: #111111;
    --pagcor-background-color: #0A0A0A; /* This matches the provided body background from shared.css */
    --pagcor-text-main: #FFF6D6;
    --pagcor-border-color: #3A2A12;
    --pagcor-glow-color: #FFD36B;
    --pagcor-dark-text: #333333; /* For light backgrounds */
    --pagcor-light-text: #ffffff; /* For dark backgrounds */
}

/* General page styles, ensuring text contrast against the dark body background */
.page-blog-pagcor-licensed-casinos-safety-trust {
    color: var(--pagcor-text-main); /* Main text color for the page */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Hero Section */
.page-blog-pagcor-licensed-casinos-safety-trust__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
    background-color: var(--pagcor-background-color);
    overflow: hidden;
}

.page-blog-pagcor-licensed-casinos-safety-trust__hero-image-wrapper {
    width: 100%;
    max-height: 700px; /* Limit height for hero image */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}