/* style/blog-betvisa88-promotions-beginner-guide.css */

:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg-color: #11271B;
    --background-color: #08160F;
    --text-main-color: #F2FFF6;
    --text-secondary-color: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
}

.page-blog-betvisa88-promotions-beginner-guide {
    font-family: Arial, sans-serif;
    color: var(--text-main-color); /* Default text color for the page */
    background-color: var(--background-color); /* Matches body bg if --background-color is used for body */
}

.page-blog-betvisa88-promotions-beginner-guide__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, body handles header-offset */
}

.page-blog-betvisa88-promotions-beginner-guide__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    min-height: 200px; /* Ensure minimum size */
}

.page-blog-betvisa88-promotions-beginner-guide__hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background for readability */
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 10;
    color: var(--text-main-color);
}

.page-blog-betvisa88-promotions-beginner-guide__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--gold-color);
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-betvisa88-promotions-beginner-guide__intro-text {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--text-secondary-color);
    margin-bottom: 30px;
    line-height: 1.6;
}

.page-blog-betvisa88-promotions-beginner-guide__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-betvisa88-promotions-beginner-guide__btn-primary,
.page-blog-betvisa88-promotions-beginner-guide__btn-secondary {
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
}

.page-blog-betvisa88-promotions-beginner-guide__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: 2px solid var(--glow-color);
    box-shadow: 0 0 15px var(--glow-color);
}

.page-blog-betvisa88-promotions-beginner-guide__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 25px var(--glow-color);
}

.page-blog-betvisa88-promotions-beginner-guide__btn-secondary {
    background: transparent;
    color: var(--glow-color);
    border: 2px solid var(--glow-color);
}

.page-blog-betvisa88-promotions-beginner-guide__btn-secondary:hover {
    background: var(--glow-color);
    color: var(--card-bg-color);
    transform: translateY(-3px);
}

.page-blog-betvisa88-promotions-beginner-guide__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    color: var(--text-main-color);
    background-color: var(--background-color);
    line-height: 1.7;
}

.page-blog-betvisa88-promotions-beginner-guide__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    color: var(--gold-color);
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.4);
}

.page-blog-betvisa88-promotions-beginner-guide__sub-title {
    font-size: clamp(1.4rem, 2.8vw, 1.8rem);
    color: var(--glow-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-betvisa88-promotions-beginner-guide p {
    margin-bottom: 15px;
    color: var(--text-main-color);
}

.page-blog-betvisa88-promotions-beginner-guide__list,
.page-blog-betvisa88-promotions-beginner-guide__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--text-main-color);
}

.page-blog-betvisa88-promotions-beginner-guide__ordered-list {
    list-style-type: decimal;
}

.page-blog-betvisa88-promotions-beginner-guide__nested-list {
    list-style-type: circle;
    margin-left: 20px;
    margin-top: 10px;
    color: var(--text-secondary-color);
}

.page-blog-betvisa88-promotions-beginner-guide__list-item {
    margin-bottom: 8px;
}

.page-blog-betvisa88-promotions-beginner-guide__text-link {
    color: var(--glow-color);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-blog-betvisa88-promotions-beginner-guide__text-link:hover {
    color: var(--gold-color);
}

.page-blog-betvisa88-promotions-beginner-guide__image-full-width {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
    border-radius: 10px;
    object-fit: cover;
    min-height: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.page-blog-betvisa88-promotions-beginner-guide__button-inline {
    margin-top: 20px;
    display: inline-block;
}

.page-blog-betvisa88-promotions-beginner-guide__card-grid,
.page-blog-betvisa88-promotions-beginner-guide__game-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-blog-betvisa88-promotions-beginner-guide__card,
.page-blog-betvisa88-promotions-beginner-guide__game-card {
    background-color: var(--card-bg-color);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border-color);
    color: var(--text-main-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-betvisa88-promotions-beginner-guide__card:hover,
.page-blog-betvisa88-promotions-beginner-guide__game-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-blog-betvisa88-promotions-beginner-guide__card-image,
.page-blog-betvisa88-promotions-beginner-guide__game-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-height: 200px;
}

.page-blog-betvisa88-promotions-beginner-guide__card-title,
.page-blog-betvisa88-promotions-beginner-guide__game-card-title {
    font-size: 1.5rem;
    color: var(--gold-color);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-betvisa88-promotions-beginner-guide__card-title a,
.page-blog-betvisa88-promotions-beginner-guide__game-card-title a {
    color: var(--gold-color);
    text-decoration: none;
}

.page-blog-betvisa88-promotions-beginner-guide__card-title a:hover,
.page-blog-betvisa88-promotions-beginner-guide__game-card-title a:hover {
    text-decoration: underline;
}

.page-blog-betvisa88-promotions-beginner-guide__card p,
.page-blog-betvisa88-promotions-beginner-guide__game-card p {
    font-size: 0.95rem;
    color: var(--text-secondary-color);
    flex-grow: 1;
    margin-bottom: 20px;
}

.page-blog-betvisa88-promotions-beginner-guide__faq-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-blog-betvisa88-promotions-beginner-guide__faq-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: var(--text-main-color);
}

.page-blog-betvisa88-promotions-beginner-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--glow-color);
    user-select: none;
    list-style: none;
}

.page-blog-betvisa88-promotions-beginner-guide__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-betvisa88-promotions-beginner-guide__faq-qtext {
    flex-grow: 1;
    text-align: left;
}

.page-blog-betvisa88-promotions-beginner-guide__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: var(--gold-color);
}

.page-blog-betvisa88-promotions-beginner-guide__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    color: var(--text-secondary-color);
}

.page-blog-betvisa88-promotions-beginner-guide__faq-answer p {
    margin-bottom: 0;
}

.page-blog-betvisa88-promotions-beginner-guide__cta-buttons--bottom {
    margin-top: 50px;
    margin-bottom: 20px;
}

/* Dark background styles for specific sections/cards */
.page-blog-betvisa88-promotions-beginner-guide__dark-bg {
    background-color: var(--card-bg-color);
    color: var(--text-main-color);
}

.page-blog-betvisa88-promotions-beginner-guide__light-bg {
    background-color: var(--background-color);
    color: var(--text-main-color);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-betvisa88-promotions-beginner-guide__hero-content {
        max-width: 700px;
    }
    .page-blog-betvisa88-promotions-beginner-guide__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-blog-betvisa88-promotions-beginner-guide__intro-text {
        font-size: clamp(0.9rem, 1.8vw, 1.1rem);
    }
}

@media (max-width: 768px) {
    .page-blog-betvisa88-promotions-beginner-guide__hero-content {
        max-width: 90%;
        padding: 15px;
    }
    .page-blog-betvisa88-promotions-beginner-guide__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
    .page-blog-betvisa88-promotions-beginner-guide__intro-text {
        font-size: clamp(0.85rem, 2.5vw, 1rem);
    }
    .page-blog-betvisa88-promotions-beginner-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-betvisa88-promotions-beginner-guide__btn-primary,
    .page-blog-betvisa88-promotions-beginner-guide__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 20px;
        font-size: 1rem;
    }
    .page-blog-betvisa88-promotions-beginner-guide__content-area {
        padding: 30px 15px;
    }
    .page-blog-betvisa88-promotions-beginner-guide__section-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .page-blog-betvisa88-promotions-beginner-guide__sub-title {
        font-size: clamp(1.2rem, 4vw, 1.5rem);
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .page-blog-betvisa88-promotions-beginner-guide p,
    .page-blog-betvisa88-promotions-beginner-guide li {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-betvisa88-promotions-beginner-guide__image-full-width,
    .page-blog-betvisa88-promotions-beginner-guide__card-image,
    .page-blog-betvisa88-promotions-beginner-guide__game-card-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        min-height: 200px;
    }
    .page-blog-betvisa88-promotions-beginner-guide__card-grid,
    .page-blog-betvisa88-promotions-beginner-guide__game-category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-betvisa88-promotions-beginner-guide__card,
    .page-blog-betvisa88-promotions-beginner-guide__game-card {
        padding: 20px;
    }
    .page-blog-betvisa88-promotions-beginner-guide__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
    }
    .page-blog-betvisa88-promotions-beginner-guide__faq-answer {
        padding: 0 20px 15px;
    }
    .page-blog-betvisa88-promotions-beginner-guide__hero-section {
        padding-top: 10px !important;
    }
    .page-blog-betvisa88-promotions-beginner-guide__video-section,
    .page-blog-betvisa88-promotions-beginner-guide__video-container,
    .page-blog-betvisa88-promotions-beginner-guide__video-wrapper,
    .page-blog-betvisa88-promotions-beginner-guide__section,
    .page-blog-betvisa88-promotions-beginner-guide__card,
    .page-blog-betvisa88-promotions-beginner-guide__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden;
    }
    .page-blog-betvisa88-promotions-beginner-guide__cta-buttons {
        flex-wrap: wrap !important;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .page-blog-betvisa88-promotions-beginner-guide__main-title {
        font-size: clamp(1.5rem, 8vw, 2rem);
    }
    .page-blog-betvisa88-promotions-beginner-guide__intro-text {
        font-size: clamp(0.8rem, 3vw, 0.9rem);
    }
    .page-blog-betvisa88-promotions-beginner-guide__hero-content {
        padding: 10px;
    }
    .page-blog-betvisa88-promotions-beginner-guide__btn-primary,
    .page-blog-betvisa88-promotions-beginner-guide__btn-secondary {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
}