.highlight-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    /* เว้นระยะห่างระหว่าง flex items */
    background-color: #0F0D0D;
    padding: 50px 24px;
    color: white;
    font-family: 'Segoe UI', sans-serif;
    max-width: 1298px;
    margin: 0 auto;
}



.highlight-image-container {
    flex: 1 1 450px;
    position: relative;
    max-width: 600px;
}

.highlight-image-container img {
    width: 100%;
    border-radius: 15px;
}


.highlight-content {
    flex: 1 1 400px;
    padding: 5px 0 0 5px;
    max-width: 600px;
    margin-left: 60px;
    margin-top: -65px;
}


.highlight-title {
    font-size: 48px;
    margin-bottom: 10px;
    border-bottom: 0.5px solid #b32d2d;
    pointer-events: none
}

.highlight-title strong {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 4rem;
    width: 1298px;
    height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
    box-sizing: border-box;
}

.highlight-title em {
    color: #6186ff;
    font-style: italic;
    font-weight: 700;
    font-size: 4rem;
    width: 1298px;
    height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
    box-sizing: border-box;    
}

.highlight-description {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.highlight-tags {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.highlight-tags span {
    background-color: #1b1b1b;
    padding: 6px 14px;
    border-radius: 20px;
}