/* style/blog-huong-dan-ca-cuoc-the-thao-58vin.css */
.page-blog-huong-dan-ca-cuoc-the-thao-58vin {
    font-family: Arial, sans-serif;
    color: #333333;
    background-color: #F5F7FA;
    line-height: 1.6;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-section {
    padding-top: 10px; /* Fixed small top padding for non-homepage */
    padding-bottom: 60px;
    background-color: #ffffff;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 15px;
    flex-wrap: wrap;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-content {
    flex: 1;
    min-width: 300px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__main-title {
    font-size: 2.8em;
    font-weight: 700;
    color: #E53935;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-description {
    font-size: 1.1em;
    color: #333333;
    margin-bottom: 30px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__btn-primary,
.page-blog-huong-dan-ca-cuoc-the-thao-58vin__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__btn-secondary {
    background-color: #ffffff;
    color: #E53935;
    border: 2px solid #E53935;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__btn-secondary:hover {
    background-color: #E53935;
    color: #ffffff;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-image {
    flex: 1;
    min-width: 400px;
    text-align: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: block;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background-color: #F5F7FA;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__section-title {
    font-size: 2em;
    color: #E53935;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__intro-section p {
    font-size: 1.05em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__intro-section p a {
    color: #E53935;
    text-decoration: none;
    font-weight: 600;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__intro-section p a:hover {
    text-decoration: underline;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__guide-step {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-title {
    font-size: 1.6em;
    color: #E53935;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-content:nth-child(even) {
    flex-direction: row-reverse;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-image {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-content p {
    flex: 2;
    min-width: 300px;
    text-align: justify;
    font-size: 1.0em;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-content p a {
    color: #E53935;
    text-decoration: none;
    font-weight: 600;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-content p a:hover {
    text-decoration: underline;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__cta-buttons-inline {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__tips-section ul,
.page-blog-huong-dan-ca-cuoc-the-thao-58vin__why-choose-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__tips-list li,
.page-blog-huong-dan-ca-cuoc-the-thao-58vin__benefits-list li {
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    font-size: 1.0em;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__tips-list li::before,
.page-blog-huong-dan-ca-cuoc-the-thao-58vin__benefits-list li::before {
    content: '✅';
    margin-right: 10px;
    font-size: 1.2em;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__tip-highlight,
.page-blog-huong-dan-ca-cuoc-the-thao-58vin__benefit-highlight {
    color: #E53935;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__section-image {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto 0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__bet-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__bet-type-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid #E0E0E0;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__card-title {
    font-size: 1.4em;
    color: #E53935;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__bet-type-card p {
    font-size: 0.95em;
    color: #555555;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__why-choose-section .page-blog-huong-dan-ca-cuoc-the-thao-58vin__cta-buttons {
    margin-top: 40px;
    justify-content: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__faq-list {
    margin-top: 30px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__faq-item {
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.1em;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    list-style: none;
    outline: none;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__faq-qtext {
    flex-grow: 1;
    color: #E53935;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #E53935;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: #555555;
    text-align: justify;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__cta-final {
    text-align: center;
    padding-bottom: 60px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__cta-final p {
    font-size: 1.1em;
    margin-bottom: 30px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__cta-final p a {
    color: #E53935;
    text-decoration: none;
    font-weight: 600;
}

.page-blog-huong-dan-ca-cuoc-the-thao-58vin__cta-final p a:hover {
    text-decoration: underline;
}

/* General image responsiveness */
.page-blog-huong-dan-ca-cuoc-the-thao-58vin img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__main-title {
        font-size: 2.5em;
    }
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-image {
        min-width: unset;
    }
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-image {
        max-width: 100%;
    }
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__bet-types-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-container {
        flex-direction: column;
        padding: 15px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-content,
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-image {
        min-width: unset;
        width: 100%;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__main-title {
        font-size: 2em;
        text-align: center;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__hero-description {
        font-size: 1em;
        text-align: center;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__btn-primary,
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__btn-secondary,
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin a[class*="button"],
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__cta-buttons,
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__button-group,
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
        flex-direction: column;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__content-area {
        padding: 20px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__guide-step {
        padding: 20px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-title {
        font-size: 1.4em;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-content {
        flex-direction: column;
        gap: 20px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__step-content p {
        min-width: unset;
        width: 100%;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__cta-buttons-inline {
        flex-direction: column;
        gap: 10px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__tips-list li,
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__benefits-list li {
        padding: 12px 15px;
        font-size: 0.95em;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__section-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__bet-types-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__bet-type-card {
        padding: 20px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__card-title {
        font-size: 1.2em;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__faq-item summary {
        padding: 15px 20px;
        font-size: 1em;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__faq-answer {
        padding: 0 20px 15px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-58vin__cta-final p {
        font-size: 1em;
    }

    /* Ensure all images are responsive */
    .page-blog-huong-dan-ca-cuoc-the-thao-58vin img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}