/* style/blog-pagcor-license-trust.css */

/* Custom Colors */
:root {
    --color-primary: #F2C14E;
    --color-secondary: #FFD36B;
    --color-button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    --color-card-bg: #111111;
    --color-background: #0A0A0A;
    --color-text-main: #FFF6D6;
    --color-border: #3A2A12;
    --color-glow: #FFD36B;
}

.page-blog-pagcor-license-trust {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--color-text-main); /* Light text on dark background */
    background-color: var(--color-background); /* Overall dark background */
}

.page-blog-pagcor-license-trust__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; /* Image on top, text below */
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.page-blog-pagcor-license-trust__hero-image-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
}

.page-blog-pagcor-license-trust__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.page-blog-pagcor-license-trust__hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}