.lgwp-next-read {
    margin: 40px 0;
    padding: 24px;
    background: #f8faff;
    border-radius: 12px;
    border: 1px solid #e0e7ff;
}

.lgwp-next-read h3 {
    margin-top: 0;
    font-size: 1.1rem;
    color: #1e293b;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lgwp-next-read h3::before {
    content: "🧠";
}

.lgwp-next-read__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.lgwp-next-read__item {
    display: block;
    background: white;
    padding: 16px;
    border-radius: 8px;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.lgwp-next-read__item:hover {
    border-color: #6366f1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99,102,241,0.1);
}

.lgwp-next-read__title {
    font-weight: 600;
    color: #4338ca;
    line-height: 1.4;
}

@media (max-width: 600px) {
    .lgwp-next-read__grid {
        grid-template-columns: 1fr;
    }
}
