.page-cookies-policy {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--color-text-main, #FFF6D6); /* Default text color */
    background-color: var(--color-background, #0A0A0A); /* Default background color */
}

/* Hero Section */
.page-cookies-policy__hero-section {
    display: flex;
    flex-direction: column; /* Image above content */
    align-items: center;
    text-align: center;
    padding: 10px 0 40px; /* Small padding-top, not var(--header-offset) */
    background-color: var(--color-background, #0A0A0A);
}

.page-cookies-policy__hero-image-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px;
    overflow: hidden;
}