.ip-review-cards-container {
    max-width: 800px;
}

.ip-review-cards-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ip-review-cards-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.ip-review-cards-sort {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ip-review-cards-sort label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.ip-review-cards-sort select {
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
}

.ip-review-cards-empty {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.ip-review-cards-pagination {
    margin-top: 24px;
    text-align: center;
}

.ip-review-cards-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.2s;
}

.ip-review-cards-pagination .page-numbers:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.ip-review-cards-pagination .page-numbers.current {
    background: var(--ip-accent, #3b82f6);
    color: #fff;
}
