.page-blog-your-guide-to-safe-secure-betting-af777 {
    background-color: #000000;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: 10px; /* Small top padding for the first section */
}

.page-blog-your-guide-to-safe-secure-betting-af777__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-your-guide-to-safe-secure-betting-af777__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
    background-color: #0d0d0d;
}

.page-blog-your-guide-to-safe-secure-betting-af777__hero-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.page-blog-your-guide-to-safe-secure-betting-af777__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-your-guide-to-safe-secure-betting-af777__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-your-guide-to-safe-secure-betting-af777__main-title {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    color: #FCBC45;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.page-blog-your-guide-to-safe-secure-betting-af777__description {
    font-size: 1.1rem;
    color: #e5e5e5;
    margin-bottom: 30px;
}

.page-blog-your-guide-to-safe-secure-betting-af777__hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-your-guide-to-safe-secure-betting-af777__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1rem;
    white-space: nowrap;
}

.page-blog-your-guide-to-safe-secure-betting-af777__button--register {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #FFFFFF;
}

.page-blog-your-guide-to-safe-secure-betting-af777__button--register:hover {
    background-color: #FCBC45;
    color: #FFFFFF;
    border-color: #FCBC45;
}

.page-blog-your-guide-to-safe-secure-betting-af777__button--learn-more {
    background-color: transparent;
    color: #FCBC45;
    border: 2px solid #FCBC45;
}

.page-blog-your-guide-to-safe-secure-betting-af777__button--learn-more:hover {
    background-color: #FCBC45;
    color: #000000;
}

.page-blog-your-guide-to-safe-secure-betting-af777__content-section,
.page-blog-your-guide-to-safe-secure-betting-af777__features-section,
.page-blog-your-guide-to-safe-secure-betting-af777__tips-section,
.page-blog-your-guide-to-safe-secure-betting-af777__cta-section,
.page-blog-your-guide-to-safe-secure-betting-af777__faq-section {
    padding: 40px 0;
}

.page-blog-your-guide-to-safe-secure-betting-af777__section-title {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: #FCBC45;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-blog-your-guide-to-safe-secure-betting-af777__text-block {
    font-size: 1rem;
    color: #e5e5e5;
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-your-guide-to-safe-secure-betting-af777__content-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
}

.page-blog-your-guide-to-safe-secure-betting-af777__feature-list,
.page-blog-your-guide-to-safe-secure-betting-af777__tip-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-your-guide-to-safe-secure-betting-af777__feature-item,
.page-blog-your-guide-to-safe-secure-betting-af777__tip-item {
    background-color: #1a1a1a;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-left: 4px solid #FCBC45;
}

.page-blog-your-guide-to-safe-secure-betting-af777__feature-heading,
.page-blog-your-guide-to-safe-secure-betting-af777__tip-heading {
    font-size: 1.3rem;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-your-guide-to-safe-secure-betting-af777__feature-text,
.page-blog-your-guide-to-safe-secure-betting-af777__tip-text {
    font-size: 0.95rem;
    color: #e5e5e5;
}

.page-blog-your-guide-to-safe-secure-betting-af777__cta-section {
    background-color: #1a1a1a;
    text-align: center;
    padding: 50px 20px;
}

.page-blog-your-guide-to-safe-secure-betting-af777__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-blog-your-guide-to-safe-secure-betting-af777__button--download {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-blog-your-guide-to-safe-secure-betting-af777__button--download:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.page-blog-your-guide-to-safe-secure-betting-af777__faq-item {
    margin-bottom: 15px;
}

.page-blog-your-guide-to-safe-secure-betting-af777__faq-details {
    background-color: #1a1a1a;
    border-radius: 8px;
    padding: 15px 20px;
    border: 1px solid #333333;
    color: #e5e5e5;
}

.page-blog-your-guide-to-safe-secure-betting-af777__faq-details[open] {
    background-color: #0d0d0d;
}

.page-blog-your-guide-to-safe-secure-betting-af777__faq-question {
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    display: block;
    color: #FCBC45;
}

.page-blog-your-guide-to-safe-secure-betting-af777__faq-question::marker {
    color: #FFFFFF; /* Adjust marker color */
}

.page-blog-your-guide-to-safe-secure-betting-af777__faq-answer {
    padding-top: 10px;
    font-size: 0.95rem;
    color: #e5e5e5;
    border-top: 1px solid #333333;
    margin-top: 10px;
}

.page-blog-your-guide-to-safe-secure-betting-af777__faq-answer p {
    margin-bottom: 0;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .page-blog-your-guide-to-safe-secure-betting-af777__main-title {
        font-size: clamp(1.6rem, 6vw, 2.5rem);
    }

    .page-blog-your-guide-to-safe-secure-betting-af777__description {
        font-size: 1rem;
    }

    .page-blog-your-guide-to-safe-secure-betting-af777__hero-buttons,
    .page-blog-your-guide-to-safe-secure-betting-af777__cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .page-blog-your-guide-to-safe-secure-betting-af777__button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .page-blog-your-guide-to-safe-secure-betting-af777__feature-list,
    .page-blog-your-guide-to-safe-secure-betting-af777__tip-list {
        grid-template-columns: 1fr;
    }

    .page-blog-your-guide-to-safe-secure-betting-af777__content-section,
    .page-blog-your-guide-to-safe-secure-betting-af777__features-section,
    .page-blog-your-guide-to-safe-secure-betting-af777__tips-section,
    .page-blog-your-guide-to-safe-secure-betting-af777__cta-section,
    .page-blog-your-guide-to-safe-secure-betting-af777__faq-section {
        padding: 30px 0;
    }

    .page-blog-your-guide-to-safe-secure-betting-af777__content-image {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-blog-your-guide-to-safe-secure-betting-af777__main-title {
        font-size: clamp(1.4rem, 8vw, 2.2rem);
    }

    .page-blog-your-guide-to-safe-secure-betting-af777__section-title {
        font-size: clamp(1.3rem, 5vw, 2rem);
    }

    .page-blog-your-guide-to-safe-secure-betting-af777__button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}