.cr-grid-68cc7692 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
}

.cr-card-68cc7692 {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cr-card-68cc7692:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.cr-header-68cc7692 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.cr-photo-68cc7692 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e7eb;
}

.cr-meta-68cc7692 {
    display: flex;
    flex-direction: column;
}

.cr-name-68cc7692 {
    font-weight: 600;
    font-size: 16px;
}

.cr-stars-68cc7692 {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 1px;
}

.cr-title-68cc7692 {
    font-size: 16px;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.cr-text-68cc7692 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
