/* General page styles */
.page-blog-gioi-thieu-hu88 {
    font-family: 'Arial', sans-serif;
    color: #FFF3E6; /* Text Main */
    background-color: #0D0E12; /* Background */
    line-height: 1.6;
    padding-top: 10px; /* Small top padding for main content, assuming body handles --header-offset */
}

.page-blog-gioi-thieu-hu88__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-blog-gioi-thieu-hu88__section {
    padding: 60px 0;
}

.page-blog-gioi-thieu-hu88__section-title {
    font-size: 36px;
    font-weight: 700;
    color: #FF8C1A; /* Main color for titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-blog-gioi-thieu-hu88__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #FFA53A 0%, #D96800 100%);
    border-radius: 2px;
}

.page-blog-gioi-thieu-hu88__section-description {
    font-size: 18px;
    text-align: center;
    max-width: 800px;
    margin: -20px auto 40px auto;
    color: #FFF3E6;
}

.page-blog-gioi-thieu-hu83__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.page-blog-gioi-thieu-hu88__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-blog-gioi-thieu-hu88__text-block {
    flex: 1;
    font-size: 17px;
}

.page-blog-gioi-thieu-hu88__text-block p {
    margin-bottom: 15px;
}

.page-blog-gioi-thieu-hu88__image-block {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-gioi-thieu-hu88__image-block img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border: 1px solid #A84F0C; /* Border color */
}

/* Buttons */
.page-blog-gioi-thieu-hu88__btn-primary,
.page-blog-gioi-thieu-hu88__btn-secondary,
.page-blog-gioi-thieu-hu88__btn-link {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 100%; /* Button responsive */
    box-sizing: border-box; /* Button responsive */
    white-space: normal; /* Button responsive */
    word-wrap: break-word; /* Button responsive */
}

.page-blog-gioi-thieu-hu88__btn-primary {
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
    color: #ffffff;
    border: 2px solid transparent;
}