/* ART-GSM — чипсы + бейдж качества + совместимые модели v20260512b */

/* ── Chips bar ─────────────────────────────────────────────────── */
.agspec__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0;
}

.agspec__chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 10px;
    background: rgba(54, 94, 220, 0.10);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #365edc;
    white-space: nowrap;
}

/* ── Quality badge colors ──────────────────────────────────────── */
.agspec__chip--original  { background: rgba(34, 139, 69, 0.12);  color: #1a7a3a; }
.agspec__chip--premium   { background: rgba(124, 58, 237, 0.12); color: #6d28d9; }
.agspec__chip--standart  { background: rgba(54, 94, 220, 0.10);  color: #365edc; }
.agspec__chip--servisnyy { background: rgba(234, 88, 12, 0.12);  color: #c2410c; }
.agspec__chip--snyatyy   { background: rgba(100, 116, 139, 0.12);color: #475569; }

/* ── Compatible models bar ─────────────────────────────────────── */
.agspec__models {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 0;
    margin-top: 4px;
    margin-bottom: 10px;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
}

.agspec__models-label {
    color: #888;
    font-weight: 500;
    margin-right: 6px;
    white-space: nowrap;
}

.agspec__models-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
    align-items: center;
}

.agspec__model-link {
    color: #365edc;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}
.agspec__model-link::after { content: ','; color: #ccc; margin-left: 1px; }
.agspec__models-list a:last-of-type::after,
.agspec__models-list a.last-before-toggle::after { content: ''; }

.agspec__model-link:hover { text-decoration: underline; }

.agspec__models-toggle {
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 11px;
    font-family: inherit;
    padding: 0 2px;
    white-space: nowrap;
}
.agspec__models-toggle:hover { color: #365edc; }

@media (max-width: 480px) {
    .agspec__chip { font-size: 12px; padding: 3px 9px; }
    .agspec__models { font-size: 11px; }
}
