.gtlab-news-section {
    font-family: "Inter", sans-serif;
    min-height: 100vh;
    width: 100%;
}

.gtlab-news-section-featured-post {
    position: relative;
    margin-bottom: 64px;
}

.gtlab-featured-container {
    position: relative;
    border-radius: 4px;
    min-height: 570px;
}

.gtlab-content-column {
    width: 49%;
    margin-left: auto;
    background-color: #ff9310;
    padding: 5px 48px 32px 163px;
}

.gtlab-content-title {
    color: white;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    padding-top: 20px;
    height: 300px;
}

.gtlab-content-text {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.95;
    margin-right: 0;
    height: 80px;
}

.gtlab-learn-more {
    align-items: center;
    cursor: pointer;
    align-self: flex-end;
    text-decoration: none;
}

.gtlab-learn-more span {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 16px;
}

.gtlab-learn-more-arrow {
    align-items: center;
}

.gtlab-image-column {
    position: absolute;
    top: 48px;
    left: 0;
    bottom: 0;
    width: 60%;
    z-index: 10;
}

.gtlab-news-header {
    color: #303880;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 60px;
    margin: 0 auto;
}

.gtlab-featured-image {
    display: block;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
    margin-bottom: 87px;
}

.gtlab-date-overlay {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #ff9310;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.gtlab-date-month {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
}

.gtlab-date-day {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.gtlab-news-section-normal-post {
    background-color: white;
    border-radius: 4px;
}

.gtlab-news-card-image-container {
    position: relative;
}

.gtlab-news-card-image {
    width: 100%;
    height: 248px;
    object-fit: cover;
}

.gtlab-news-card-date {
    position: absolute;
    top: -20px;
    left: 16px;
    background-color: #ff9310;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.gtlab-news-card-date-month {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
}

.gtlab-news-card-date-day {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.gtlab-news-card-content {
    padding: 24px;
}

.gtlab-news-card-title {
    font-size: 24px;
    font-weight: 600;
    color: #0e144b;
    line-height: 1.4;
    margin-bottom: 12px;
    height: 200px;
}

.gtlab-news-card-excerpt {
    font-size: 18px;
    font-weight: 400;
    color: #0e144b;
    opacity: 0.8;
    text-align: center;
    line-height: 1.6;
    height: 60px;
}

.gtlab-news-card-accent {
    height: 2px;
    background-color: #ff9310;
    width: 66.67%;
    margin: 0 auto;
}

/* Responsive adjustments for featured post */
@media (max-width: 1023px) {
    .gtlab-content-column {
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }

    .gtlab-content-title {
        margin: 0 0 24px 0;
        padding-top: 0;
        height: 300px;
    }

    .gtlab-content-text {
        margin: 0 0 32px 0;
        height: 80px;
    }

    .gtlab-image-column {
        position: relative;
        top: 0;
        width: 100%;
        height: 256px;
        margin-bottom: 24px;
    }

    .gtlab-featured-image {
        height: 100%;
        width: 100%;
        margin-bottom: 0;
    }

    .gtlab-featured-container {
        min-height: auto;
    }

    .gtlab-news-header {
        font-size: 48px;
        margin-bottom: 16px;
    }
}