        .yp-variations-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 15px;
        }
        .yp-variations-table th,
        .yp-variations-table td {
            border: 1px solid #e5e5e5;
            padding: 10px;
            text-align: center;
        }
        .yp-variations-table thead {
            background: #09459B;
            color: #fff;
        }
        .yp-btn-bulk-add {
            padding: 10px 16px;
            margin-top: 12px;
            background: #09459B;
            color: #fff;
            border-radius: 6px;
            border: none;
            cursor: pointer;
}

/* استایل‌های صفحه تست */
.wrap h1 {
    color: #09459B;
    margin-bottom: 30px;
}

.notice {
    margin: 10px 0;
    padding: 10px 15px;
    border-right: 4px solid;
}

.notice-success {
    border-right-color: #46b450;
    background: #f7fff7;
}

.notice-error {
    border-right-color: #dc3232;
    background: #fff5f5;
}

.notice-warning {
    border-right-color: #ffb900;
    background: #fff9e6;
}

.notice-info {
    border-right-color: #00a0d2;
    background: #f0f8ff;
}