.page-blog-top-cac-tran-da-ga-truc-tiep-hay-nhat {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Dark text for light body background */
    line-height: 1.6;
    background-color: #f8f8f8; /* Light background for the page content */
}

.page-blog-top-cac-tran-da-ga-truc-tiep-hay-nhat__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-blog-top-cac-tran-da-ga-truc-tiep-hay-nhat__hero-section {
    position: relative;
    width: 100%;
    padding-top: 10px; /* Small top padding, body has main padding */
    background-color: #ffffff;
    overflow: hidden;
}

.page-blog-top-cac-tran-da-ga-truc-tiep-hay-nhat__hero-image-wrapper {
    width: 100%;
    overflow: hidden;
}

.page-blog-top-cac-tran-da-ga-truc-tiep-hay-nhat__hero-image {
    width: 100%;
    height: 675px; /* Default height for desktop, will be adjusted by object-fit */
    object-fit: cover;
    display: block;
}