.page-blog-beginner-guide-safe-betting-strategy {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: #000000; /* Body background from shared.css */
}

.page-blog-beginner-guide-safe-betting-strategy__hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, relying on body for header offset */
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-blog-beginner-guide-safe-betting-strategy__hero-image-container {
    width: 100%;
    max-height: 675px;
    overflow: hidden;
}

.page-blog-beginner-guide-safe-betting-strategy__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-beginner-guide-safe-betting-strategy__hero-content {
    max-width: 900px;
    margin: 20px auto 0;
    padding: 0 20px;
}

.page-blog-beginner-guide-safe-betting-strategy__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-beginner-guide-safe-betting-strategy__lead-paragraph {
    font-size: 1.15rem;
    color: #f0f0f0;
    margin-bottom: 30px;
}

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

.page-blog-beginner-guide-safe-betting-strategy__cta-buttons--bottom {
    margin-top: 50px;
    margin-bottom: 20px;
}

.page-blog-beginner-guide-safe-betting-strategy__btn-primary,
.page-blog-beginner-guide-safe-betting-strategy__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
}

.page-blog-beginner-guide-safe-betting-strategy__btn-primary {
    background-color: #26A9E0;
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-blog-beginner-guide-safe-betting-strategy__btn-primary:hover {
    background-color: #1e87b7;
    border-color: #1e87b7;
}

.page-blog-beginner-guide-safe-betting-strategy__btn-secondary {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-blog-beginner-guide-safe-betting-strategy__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-blog-beginner-guide-safe-betting-strategy__content-area {
    padding: 60px 0;
}

.page-blog-beginner-guide-safe-betting-strategy__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-beginner-guide-safe-betting-strategy__section-title {
    font-size: 2.2rem;
    color: #26A9E0;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.page-blog-beginner-guide-safe-betting-strategy__content-area p,
.page-blog-beginner-guide-safe-betting-strategy__content-area ul li {
    font-size: 1.05rem;
    margin-bottom: 15px;
    color: #f0f0f0;
}

.page-blog-beginner-guide-safe-betting-strategy__content-area strong {
    color: #ffffff;
}

.page-blog-beginner-guide-safe-betting-strategy__content-area a {
    color: #26A9E0;
    text-decoration: none;
}

.page-blog-beginner-guide-safe-betting-strategy__content-area a:hover {
    text-decoration: underline;
}

.page-blog-beginner-guide-safe-betting-strategy__highlight {
    color: #EA7C07;
    font-weight: bold;
}

.page-blog-beginner-guide-safe-betting-strategy__image-block {
    margin: 40px 0;
    text-align: center;
}

.page-blog-beginner-guide-safe-betting-strategy__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
}

.page-blog-beginner-guide-safe-betting-strategy__image-caption {
    font-style: italic;
    font-size: 0.9rem;
    color: #cccccc;
    margin-top: 10px;
}

.page-blog-beginner-guide-safe-betting-strategy__faq-section {
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter background for FAQ */
}

.page-blog-beginner-guide-safe-betting-strategy__faq-list {
    margin-top: 40px;
}

.page-blog-beginner-guide-safe-betting-strategy__faq-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #ffffff;
}

.page-blog-beginner-guide-safe-betting-strategy__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    color: #ffffff;
}

.page-blog-beginner-guide-safe-betting-strategy__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-beginner-guide-safe-betting-strategy__faq-qtext {
    flex-grow: 1;
    color: #ffffff;
}

.page-blog-beginner-guide-safe-betting-strategy__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: #26A9E0;
}

.page-blog-beginner-guide-safe-betting-strategy__faq-item[open] .page-blog-beginner-guide-safe-betting-strategy__faq-toggle {
    content: '−';
}

.page-blog-beginner-guide-safe-betting-strategy__faq-answer {
    padding: 0 20px 20px;
    font-size: 1rem;
    color: #cccccc;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .page-blog-beginner-guide-safe-betting-strategy__hero-section {
        padding-top: 10px !important; /* Ensure small padding */
        padding-bottom: 30px;
    }

    .page-blog-beginner-guide-safe-betting-strategy__main-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-blog-beginner-guide-safe-betting-strategy__lead-paragraph {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .page-blog-beginner-guide-safe-betting-strategy__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-blog-beginner-guide-safe-betting-strategy__btn-primary,
    .page-blog-beginner-guide-safe-betting-strategy__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 0.95rem;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-beginner-guide-safe-betting-strategy__content-area,
    .page-blog-beginner-guide-safe-betting-strategy__faq-section {
        padding: 40px 0;
    }

    .page-blog-beginner-guide-safe-betting-strategy__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-blog-beginner-guide-safe-betting-strategy__section-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .page-blog-beginner-guide-safe-betting-strategy__content-area p,
    .page-blog-beginner-guide-safe-betting-strategy__content-area ul li {
        font-size: 0.95rem;
    }

    .page-blog-beginner-guide-safe-betting-strategy__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-beginner-guide-safe-betting-strategy__image-block {
        margin: 30px 0;
    }

    .page-blog-beginner-guide-safe-betting-strategy__faq-question {
        font-size: 1rem;
        padding: 15px;
    }

    .page-blog-beginner-guide-safe-betting-strategy__faq-answer {
        padding: 0 15px 15px;
        font-size: 0.9rem;
    }
}