.pagination-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

.pg-btn {
    min-width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.pg-btn.active {
    background: #ff7a2f;
    color: white;
}
