.page-blog-huong-dan-doc-keo-bong-da {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #FFF6D6; /* Text Main */
    background: #0A0A0A; /* Background */
    padding-bottom: 40px;
}

.page-blog-huong-dan-doc-keo-bong-da__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-huong-dan-doc-keo-bong-da__hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, body handles header offset */
    margin-bottom: 40px;
}

.page-blog-huong-dan-doc-keo-bong-da__hero-image {
    width: 100%;
    height: 600px; /* Adjust height as needed */
    overflow: hidden;
    position: relative;
}

.page-blog-huong-dan-doc-keo-bong-da__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Desktop default, will change for mobile */
    display: block;
}

.page-blog-huong-dan-doc-keo-bong-da__hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    max-width: 800px;
    width: 100%;
    padding: 20px;
    background: rgba(17, 17, 17, 0.7); /* Card BG with opacity */
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #3A2A12; /* Border */
}

.page-blog-huong-dan-doc-keo-bong-da__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #FFD36B; /* Glow */
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
    font-weight: 700;
}