.maliks-muwataa-random-lesson {
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    margin: 20px 0;
}

.lessons-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.lesson-box {
    flex: 1 1 calc(25% - 15px);
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
    min-width: 220px;
    max-width: 300px;
    transition: box-shadow 0.3s ease;
}

.lesson-box:hover {
    box-shadow: 0 0 10px #007700;
}

.lesson-box h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #006600;
}

#maliks-search-input {
    border: 1px solid #ccc;
    border-radius: 4px;
}

#maliks-load-more {
    background-color: #007700;
    color: #fff;
    border: none;
    border-radius: 4px;
}

#maliks-load-more:hover {
    background-color: #004400;
}

.maliks-muwataa-widget h4 {
    margin-top: 0;
    color: #004400;
}

.maliks-muwataa-widget p {
    margin: 5px 0 0 0;
}

.lesson-box {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
