.ft-eb5b4093-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    font-family: inherit;
}

.ft-eb5b4093-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaeaea;
    position: relative;
}

.ft-eb5b4093-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #333;
}

/* Featured Section */
.ft-eb5b4093-featured-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.ft-eb5b4093-featured-card:hover {
    transform: translateY(-5px);
}

.ft-eb5b4093-featured-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.ft-eb5b4093-featured-content {
    padding: 25px;
}

.ft-eb5b4093-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ft-eb5b4093-post-title {
    font-size: 22px;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.ft-eb5b4093-post-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ft-eb5b4093-excerpt p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ft-eb5b4093-readmore {
    display: inline-block;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.ft-eb5b4093-readmore:hover {
    border-color: #333;
}

/* Trending Section */
.ft-eb5b4093-trending-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ft-eb5b4093-trending-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.ft-eb5b4093-trending-img {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
}

.ft-eb5b4093-trending-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ft-eb5b4093-trending-info {
    flex-grow: 1;
}

.ft-eb5b4093-trending-info .ft-eb5b4093-post-title {
    font-size: 16px;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.ft-eb5b4093-trending-info .ft-eb5b4093-meta {
    margin-bottom: 0;
    font-size: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .ft-eb5b4093-wrapper {
        grid-template-columns: 1fr;
    }
}
