.lp-ef862287-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    width: 100%;
}

.lp-ef862287-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.lp-ef862287-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.lp-ef862287-image-wrapper {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lp-ef862287-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lp-ef862287-date {
    font-size: 0.8rem;
    color: #888888;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lp-ef862287-title {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.lp-ef862287-title a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.lp-ef862287-excerpt {
    font-size: 0.9rem;
    color: #666666;
    line-height: 1.6;
}
