.fpg-a9d083db-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    width: 100%;
}

.fpg-a9d083db-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fpg-a9d083db-card {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #1e293b;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fpg-a9d083db-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.fpg-a9d083db-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(15, 23, 42, 0.6) 0%, transparent 100%);
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
}

.fpg-a9d083db-large {
    min-height: 480px;
}

.fpg-a9d083db-small {
    min-height: 228px;
    flex: 1;
}

.fpg-a9d083db-link {
    position: absolute;
    inset: 0;
    z-index: 3;
    text-decoration: none;
}

.fpg-a9d083db-content {
    position: relative;
    z-index: 2;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fpg-a9d083db-category {
    display: inline-block;
    width: fit-content;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
}

.fpg-a9d083db-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}

.fpg-a9d083db-large .fpg-a9d083db-title {
    font-size: 28px;
}

.fpg-a9d083db-small .fpg-a9d083db-title {
    font-size: 18px;
}

.fpg-a9d083db-title a {
    color: inherit;
    text-decoration: none;
}

.fpg-a9d083db-title a:hover {
    text-decoration: underline;
}

.fpg-a9d083db-excerpt {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.fpg-a9d083db-date {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

/* Responsive */
@media (max-width: 1024px) {
    .fpg-a9d083db-large {
        min-height: 380px;
    }
    .fpg-a9d083db-small {
        min-height: 178px;
    }
    .fpg-a9d083db-large .fpg-a9d083db-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .fpg-a9d083db-wrapper {
        grid-template-columns: 1fr;
    }
    .fpg-a9d083db-large {
        min-height: 300px;
    }
    .fpg-a9d083db-small {
        min-height: 220px;
    }
}
