.eh-container-2d5e6d46 {
    width: 100%;
}
.eh-list-2d5e6d46 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.eh-card-2d5e6d46 {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    overflow: hidden;
    display: grid;
    grid-template-columns: 15% 1fr;
    align-items: center;
    min-height: 60px;
    border: 1px solid #f1f5f9;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.eh-card-2d5e6d46:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.eh-image-wrapper-2d5e6d46 {
    position: relative;
    width: 100%;
    height: 100%;
    align-self: stretch;
    min-height: 60px;
    background: #f8fafc;
}
.eh-image-2d5e6d46 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eh-content-2d5e6d46 {
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}
.eh-meta-group-2d5e6d46 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-grow: 1;
}
.eh-date-2d5e6d46 {
    font-size: 0.72rem;
    color: #0284c7;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.eh-title-2d5e6d46 {
    font-size: 1rem;
    margin: 0;
    color: #1e293b;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .eh-card-2d5e6d46 {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .eh-content-2d5e6d46 {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
    }
    .eh-image-wrapper-2d5e6d46 {
        padding-top: 30%;
        height: auto;
        min-height: auto;
    }
}
