/* Adverships Affiliate — admin styles */

.adverships-wrap { max-width: 1100px; }

.adverships-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 16px 0;
}
.adverships-card h2 { margin-top: 0; }
.adverships-card--ok { border-left: 4px solid #1f8a5b; }
.adverships-card--muted { background: #f6f7f7; }

.adverships-steps { margin: 8px 0 16px 18px; }
.adverships-steps li { margin-bottom: 6px; }
.adverships-bullets { list-style: disc; margin: 8px 0 8px 20px; }
.adverships-bullets li { margin-bottom: 4px; }

.adverships-kpis {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin: 16px 0;
}
.adverships-kpi {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
}
.adverships-kpi__value { font-size: 26px; font-weight: 700; line-height: 1.1; color: #1d2327; }
.adverships-kpi__label { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: #646970; margin-top: 6px; }

.adverships-table { margin-top: 8px; }
.adverships-table th { font-weight: 600; }

.adverships-muted { color: #646970; font-size: 12px; }

.adverships-pill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(120,120,135,.12);
    color: #3c434a;
}
.adverships-pill--commission { background: rgba(31,138,91,.12); color: #0f5132; }
.adverships-pill--cpc        { background: rgba(122,63,181,.12); color: #5a2ca0; }
.adverships-pill--hybrid     { background: rgba(245,172,196,.20); color: #9d174d; }
.adverships-pill--mixed      { background: rgba(120,120,135,.14); color: #3c434a; }
