.elementor-34049 .elementor-element.elementor-element-12cdfeb{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-5b9688a *//* Grid layout */
.wdm-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Review card */
.wdm-review-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Header */
.wdm-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.wdm-review-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wdm-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.wdm-review-name {
    font-weight: 600;
    color: #222;
}

.wdm-review-stars i {
    color: #f5c518; /* gold stars */
    margin-left: 2px;
}

.wdm-review-date {
    font-size: 0.85em;
    color: #888;
}

/* Body */
.wdm-review-title {
    font-size: 1.1em;
    margin-bottom: 6px;
    display: block;
}

.wdm-review-desc {
    font-size: 0.95em;
    line-height: 1.6;
    color: #333;
}

/* Pagination */
.wdm-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
}

.wdm-pagination a,
.wdm-pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.wdm-pagination .current {
    background: #222;
    color: #fff;
    border-color: #222;
}
.wdm-review-course {
    margin-top: 10px;
    font-size: 0.9em;
    color: #555;
}

.wdm-review-course a {
    color: #0073e6;
    text-decoration: none;
    font-weight: 600;
}

.wdm-review-course a:hover {
    text-decoration: underline;
}/* End custom CSS */