.operators { padding: 32px 0; }
.operators .operators-meta { margin-bottom: 20px; }
.operators .operators-filters { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.operators .operators-search { width: 100%; padding: 10px 16px; font-size: 14px; background: #ffffff; border: 1px solid #E8E6E1; border-radius: 4px; color: #2D3436; outline: none; transition: border-color 0.2s; }
.operators .operators-search:focus { border-color: #C9A84C; }
.operators .operators-search::placeholder { color: #aaa; }
.operators .operators-filter-row { display: flex; flex-wrap: wrap; gap: 6px; }
.operators .operators-filter-btn { display: inline-block; padding: 6px 16px; font-size: 12px; font-weight: 600; color: #4a5568; background: #ffffff; border: 1px solid #E8E6E1; border-radius: 2px; cursor: pointer; transition: all 0.2s; user-select: none; text-transform: uppercase; letter-spacing: 0.5px; }
.operators .operators-filter-btn:hover { border-color: #C9A84C; color: #1B2A4A; }
.operators .operators-filter-btn.active { background: #1B2A4A; border-color: #1B2A4A; color: #ffffff; }
.operators .operator-entry { background: #ffffff; border: 1px solid #E8E6E1; border-radius: 6px; margin-bottom: 12px; padding: 16px; transition: border-color 0.3s, box-shadow 0.3s; }
.operators .operator-entry:hover { border-color: #C9A84C; box-shadow: 0 4px 16px rgba(27, 42, 74, 0.06); }
.operators .operator-entry.top-3 { border-left: 3px solid #C9A84C; }
.operators .row-main { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; }
.operators .row-rank { font-size: 18px; font-weight: 700; color: #C9A84C; text-align: center; }
.operators .row-body { display: grid; grid-template-columns: 1fr; gap: 12px; }
.operators .row-brand { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; min-width: 0; }
.operators .row-logo { width: 100px; height: 50px; border-radius: 6px; object-fit: contain; background: #ffffff; border: 1px solid #E8E6E1; padding: 6px 10px; flex-shrink: 0; }
.operators .row-name { font-size: 16px; font-weight: 600; color: #1B2A4A; }
.operators .row-stars { display: flex; gap: 2px; }
.operators .row-star { width: 14px; height: 14px; }
.operators .row-star-filled { fill: #C9A84C; }
.operators .row-star-empty { fill: #E8E6E1; }
.operators .row-rating-score { font-size: 12px; font-weight: 600; color: #C9A84C; }
.operators .row-bonus { padding: 12px; background: #F8F7F4; border-radius: 4px; text-align: center; }
.operators .row-bonus-title { font-size: 11px; font-weight: 600; color: #C9A84C; text-transform: uppercase; letter-spacing: 1px; }
.operators .row-bonus-value { font-size: 22px; font-weight: 700; color: #1B2A4A; line-height: 1.2; }
.operators .row-bonus-sub { font-size: 13px; color: #4a5568; }
.operators .row-action { display: flex; flex-direction: column; gap: 8px; align-items: center; }
.operators .row-cta { display: inline-block; width: 100%; padding: 12px 24px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; text-align: center; color: #ffffff; background: #1B2A4A; border-radius: 4px; transition: background 0.2s; }
.operators .row-cta:hover { background: #C9A84C; color: #ffffff; }
.operators .row-review { font-size: 12px; font-weight: 600; color: #1B2A4A; text-transform: uppercase; letter-spacing: 0.5px; transition: color 0.2s; }
.operators .row-review:hover { color: #C9A84C; }
.operators .row-tcs { font-size: 11px; color: #8a8a8a; line-height: 1.5; margin-top: 10px; padding-top: 10px; border-top: 1px solid #E8E6E1; }
.operators .operators-modified { font-size: 12px; color: #8a8a8a; margin-top: 16px; text-align: center; }
.operators .no-results { text-align: center; padding: 40px 20px; color: #8a8a8a; font-size: 16px; }
@media (min-width: 768px) {
  .operators .operators-search { width: 260px; }
  .operators .operators-filters { flex-wrap: nowrap; }
  .operators .row-main { grid-template-columns: 40px 1fr; }
  .operators .row-body { grid-template-columns: 1fr 1fr auto; align-items: center; }
  .operators .row-bonus { text-align: center; }
  .operators .row-logo { width: 110px; height: 55px; padding: 8px 12px; }
  .operators .row-action { flex-direction: row; gap: 12px; }
  .operators .row-cta { width: auto; min-width: 140px; }
}
@media (min-width: 1024px) {
  .operators .operator-entry { padding: 20px 24px; }
  .operators .row-main { grid-template-columns: 48px 1fr; gap: 16px; }
  .operators .row-logo { width: 120px; height: 60px; padding: 8px 14px; }
  .operators .row-rank { font-size: 22px; }
  .operators .row-bonus-value { font-size: 26px; }
}
