.aah-hero-wrapper-f1b0f452 {
    background-color: #ffffff;
    padding: 60px 0;
    width: 100%;
}

.aah-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 0 20px;
}

.aah-hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aah-hero-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.aah-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.aah-tag {
    background-color: #f1f5f9;
    color: #475569;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
}

.aah-article-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 800;
    color: #111111;
    margin: 0;
}

.aah-article-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

.aah-meta-area {
    display: flex;
    gap: 24px;
    font-size: 14px;
    color: #64748b;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
    margin-top: 10px;
}

.aah-meta-item strong {
    color: #0f172a;
}

.aah-featured-image-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.aah-featured-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) {
    .aah-hero-container {
        flex-direction: column;
        text-align: center;
    }
    .aah-tags-list {
        justify-content: center;
    }
    .aah-meta-area {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }
    .aah-article-title {
        font-size: 32px;
    }
}
