.page-resources-777win-casino-latest-news {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default dark text color for light body background */
    background-color: var(--secondary-color, #FFFFFF); /* Body background is white */
}

/* Header offset for fixed header */
.page-resources-777win-casino-latest-news__hero-section {
    padding-top: var(--header-offset, 120px);
}

.page-resources-777win-casino-latest-news__section {
    padding: 60px 20px;
    background-color: var(--secondary-color, #FFFFFF);
    color: #333333;
}

.page-resources-777win-casino-latest-news__section:nth-of-type(even) {
    background-color: #f9f9f9; /* Slightly different background for alternating sections */
}

.page-resources-777win-casino-latest-news__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-777win-casino-latest-news__section-title {
    font-size: 36px;
    color: var(--primary-color, #26A9E0);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-resources-777win-casino-latest-news__text-block {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: justify;
    color: #333333;
}

/* Hero Section */
.page-resources-777win-casino-latest-news__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 60px;
    background: linear-gradient(135deg, #26A9E0, #a0d8f7);
    color: #ffffff;
}

.page-resources-777win-casino-latest-news__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.page-resources-777win-casino-latest-news__hero-image {
    width: 100%;
    margin-bottom: 30px;
}

.page-resources-777win-casino-latest-news__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-777win-casino-latest-news__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}