.gr-card-dark {
    background-color: #262626;
    border-radius: 16px;
    padding: 28px 24px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gr-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gr-profile {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    object-fit: cover;
}

.gr-author-info {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.gr-author-name {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

.gr-source {
    color: #9a9a9a;
    font-size: 13px;
}

.gr-stars {
    color: #f2b632;
    font-size: 18px;
    letter-spacing: 2px;
}

.gr-stars {
    display: flex;
    gap: 2px;
}

.gr-star {
    width: 18px;
    height: 18px;
}

.gr-text {
    color: #e5e5e5;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}