.page-blog-how-to-safely-use-bet89-link {
    font-family: Arial, sans-serif;
    color: #1F2D3D;
    background-color: #F4F7FB;
    line-height: 1.6;
    padding-bottom: 20px; /* Small bottom padding for consistency */
}

.page-blog-how-to-safely-use-bet89-link__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px; /* Small top padding, relying on body for header offset */
    padding-bottom: 40px;
    background-color: #2F6BFF;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-blog-how-to-safely-use-bet89-link__hero-image-wrapper {
    width: 100%;
    max-width: 1920px;
    height: auto;
}

.page-blog-how-to-safely-use-bet89-link__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-how-to-safely-use-bet89-link__hero-content {
    max-width: 900px;
    padding: 20px;
    z-index: 1;
    margin-top: 20px;
}

.page-blog-how-to-safely-use-bet89-link__main-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.page-blog-how-to-safely-use-bet89-link__description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #E0EFFF; /* Lighter text for contrast */
}

.page-blog-how-to-safely-use-bet89-link__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-safely-use-bet89-link__cta-button:hover {
    background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
    transform: translateY(-2px);
}

.page-blog-how-to-safely-use-bet89-link__content-section {
    padding: 40px 20px;
    background-color: #F4F7FB;
}

.page-blog-how-to-safely-use-bet89-link__container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-safely-use-bet89-link__section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #1F2D3D;
    margin-top: 35px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.page-blog-how-to-safely-use-bet89-link__section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #2F6BFF;
    border-radius: 2px;
}

.page-blog-how-to-safely-use-bet89-link__paragraph {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #1F2D3D;
}

.page-blog-how-to-safely-use-bet89-link__list,
.page-blog-how-to-safely-use-bet89-link__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #1F2D3D;
}

.page-blog-how-to-safely-use-bet89-link__ordered-list {
    list-style-type: decimal;
}

.page-blog-how-to-safely-use-bet89-link__list-item {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.page-blog-how-to-safely-use-bet89-link__content-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    display: block;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-safely-use-bet89-link__secondary-cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #6FA3FF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 20px;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-blog-how-to-safely-use-bet89-link__secondary-cta-button:hover {
    background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
    transform: translateY(-1px);
}

.page-blog-how-to-safely-use-bet89-link__back-to-blog-button {
    display: inline-block;
    background-color: #D6E2FF;
    color: #2F6BFF;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 30px;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.page-blog-how-to-safely-use-bet89-link__back-to-blog-button:hover {
    background-color: #A5C4FF;
    color: #1F2D3D;
    transform: translateY(-1px);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-blog-how-to-safely-use-bet89-link__hero-section {
        padding-bottom: 30px;
    }

    .page-blog-how-to-safely-use-bet89-link__hero-content {
        padding: 15px;
        margin-top: 15px;
    }

    .page-blog-how-to-safely-use-bet89-link__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .page-blog-how-to-safely-use-bet89-link__description {
        font-size: 1rem;
    }

    .page-blog-how-to-safely-use-bet89-link__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .page-blog-how-to-safely-use-bet89-link__content-section {
        padding: 30px 15px;
    }

    .page-blog-how-to-safely-use-bet89-link__container {
        padding: 20px;
    }

    .page-blog-how-to-safely-use-bet89-link__section-title {
        font-size: 1.6rem;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .page-blog-how-to-safely-use-bet89-link__paragraph,
    .page-blog-how-to-safely-use-bet89-link__list-item {
        font-size: 0.95rem;
    }

    .page-blog-how-to-safely-use-bet89-link__list,
    .page-blog-how-to-safely-use-bet89-link__ordered-list {
        margin-left: 20px;
    }

    .page-blog-how-to-safely-use-bet89-link__content-image {
        max-width: 100%;
        height: auto;
        margin: 20px 0;
    }
}

@media (max-width: 480px) {
    .page-blog-how-to-safely-use-bet89-link__main-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

    .page-blog-how-to-safely-use-bet89-link__section-title {
        font-size: 1.4rem;
    }

    .page-blog-how-to-safely-use-bet89-link__cta-button,
    .page-blog-how-to-safely-use-bet89-link__secondary-cta-button,
    .page-blog-how-to-safely-use-bet89-link__back-to-blog-button {
        width: 100%;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
}