#content-rating-check.content-page {
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}

.rating-check-root {
  padding-bottom: 2rem;
}

.rating-check-title {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  font-weight: 600;
}

.rating-check-toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
@media (max-width: 560px) {
  .rating-check-toolbar {
    flex-wrap: wrap;
  }
}

.rating-check-btn-add {
  flex: 0 0 auto;
  width: auto;
  max-width: 11rem;
  min-height: 36px;
  box-sizing: border-box;
  padding: 6px 12px;
  font-size: 0.875rem;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

/* Тёмные селекты как в заливе (нативные, без tasks.js) */
#content-rating-check .rating-check-toolbar .tasks-pour-select,
#content-rating-check .rating-check-dialog .tasks-pour-select,
#content-rating-check .rc-ah-toolbar .tasks-pour-select {
  min-height: 36px;
  padding: 6px 30px 6px 12px;
  font-size: 0.875rem;
  font-family: inherit;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.12));
  border-radius: var(--radius-sm, 6px);
  background-color: var(--bg, #1a1d24);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%238888a0' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: var(--text, #e8e8ec);
  appearance: none;
  cursor: pointer;
  max-width: 220px;
  min-width: 7.5rem;
  width: auto;
  box-sizing: border-box;
}
#content-rating-check .rating-check-toolbar .tasks-pour-select:hover,
#content-rating-check .rating-check-dialog .tasks-pour-select:hover,
#content-rating-check .rc-ah-toolbar .tasks-pour-select:hover {
  border-color: var(--border-hover, rgba(255, 255, 255, 0.2));
}
#content-rating-check .rating-check-toolbar .tasks-pour-select:focus,
#content-rating-check .rating-check-dialog .tasks-pour-select:focus,
#content-rating-check .rc-ah-toolbar .tasks-pour-select:focus {
  outline: none;
  border-color: rgba(100, 180, 255, 0.55);
  box-shadow: 0 0 0 2px rgba(100, 180, 255, 0.15);
}
#content-rating-check .rating-check-dialog .tasks-pour-select.rating-check-input {
  max-width: 100%;
  width: 100%;
}

.rating-check-filter-dd {
  flex: 0 0 auto;
}

#rating-check-apps-table.rating-check-main-table th,
#rating-check-apps-table.rating-check-main-table td {
  text-align: center;
  vertical-align: middle;
}

#rating-check-apps-table.rating-check-main-table--fluid {
  width: 100%;
  table-layout: auto;
}

#rating-check-apps-table .rating-check-name-row {
  justify-content: center;
}

.rating-check-appname-link {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rating-check-appname-link:hover {
  color: #fff;
}

.rating-check-title-store {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 auto;
}
.rating-check-title-store .rating-check-appname-link {
  flex: 0 1 auto;
}

.rating-check-source-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.rating-check-src-ico {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  flex-shrink: 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rating-check-src-ico--ah {
  background-image: url("/static/img/rating-source-appsheroes.png");
}
.rating-check-src-ico--zm {
  background-image: url("/static/img/rating-source-zm.png");
}

.rating-check-modal-geo-stack {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 0.35rem;
}
.rating-check-modal-geo-stack > .rating-check-label {
  margin-bottom: 0;
}

/* Наборы гео в модалке: как выбор гео / игр — кнопка + абсолютная панель */
#rating-check-m-geo-group-wrap .rating-check-geo-group-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 0.65rem;
}

#rating-check-m-geo-group-wrap .cell-creo-panel.geo-picker-panel.geo-picker-panel--pour-modal.rating-check-geo-group-dd {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(100% + 4px) !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  z-index: 6;
  max-height: min(260px, 45vh);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

#rating-check-m-geo-group-wrap .rating-check-geo-group-dd .geo-picker-panel-scroll {
  max-height: min(220px, 38vh);
}

.rating-check-geo-group-dd .rating-check-geo-group-edit-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 2px 0;
}
.rating-check-geo-group-dd .filter-check-label {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
}
.rating-check-geo-group-edit-ico {
  flex-shrink: 0;
}

.rating-check-dialog-footer--geo-row3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  align-items: stretch;
  margin-top: 0.75rem;
}
#rating-check-geo-group-dlg .rating-check-dialog-footer--geo-row3 .rating-check-gg-footer-btn {
  min-height: 40px;
  box-sizing: border-box;
  font-size: 0.875rem;
}

@keyframes rating-check-spin {
  to {
    transform: rotate(360deg);
  }
}
.rating-check-refresh-spinning {
  pointer-events: none;
  opacity: 0.88;
}
.rating-check-refresh-spinning svg {
  animation: rating-check-spin 0.75s linear infinite;
}

#rating-check-apps-table thead th .rating-check-col-resizer {
  z-index: 5;
}

.rating-check-store--warn {
  color: #fde68a;
  background: rgba(217, 119, 6, 0.35);
}

.rating-check-geo-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 0.5rem;
}
.rating-check-geo-toolbar .rating-check-input {
  max-width: 100%;
  width: 100%;
}
.rating-check-geo-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.rating-check-name-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.rating-check-name-block {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  flex: 1 1 auto;
}

.rating-check-app-store-ico {
  flex: 0 0 auto;
  opacity: 0.9;
}

.rating-check-cell-app {
  min-width: 0;
}

.rating-check-icowrap {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-check-ico {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.12);
  transform-origin: center center;
}

.rating-check-ico--ph {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  transform: none;
}

.rating-check-appname {
  font-weight: 500;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 auto;
}

.rating-check-store {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.2em 0.5em;
  border-radius: 6px;
}

.rating-check-store--ok {
  color: #a5d6a7;
  background: rgba(56, 142, 60, 0.25);
}

.rating-check-store--block {
  color: #fecaca;
  background: rgba(185, 28, 28, 0.35);
}

.rating-check-cell-status {
  vertical-align: top;
}

.rating-check-store-block-when {
  display: block;
  font-size: 11px;
  line-height: 1.25;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.48);
}

.rating-check-store--na {
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
}

.rating-check-cell-games {
  font-size: 0.86rem;
  line-height: 1.35;
  max-width: 220px;
}

.rating-check-lead {
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.rating-check-code {
  font-size: 0.9em;
  padding: 0.1em 0.35em;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
}

.rating-check-layout {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
}

.rating-check-col-main {
  flex: 1 1 0;
  min-width: 0;
}

.rating-check-divider {
  width: 1px;
  flex: 0 0 1px;
  min-height: 200px;
  background: rgba(255, 255, 255, 0.12);
  margin: 0 0.35rem;
}

.rating-check-col-side {
  flex: 0 1 14rem;
  min-width: 10rem;
  max-width: 17rem;
  padding-top: 0;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .rating-check-divider {
    display: none;
  }

  .rating-check-col-side {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1.5rem;
    padding-top: 1rem;
    flex: 1 1 100%;
  }
}

.rating-check-filter-label {
  font-size: 0.88rem;
  font-weight: 500;
  opacity: 0.9;
  white-space: nowrap;
}

.rating-check-select {
  max-width: 220px;
}

.rating-check-form-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.rating-check-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  align-items: flex-end;
}

.rating-check-form-field {
  flex: 1 1 160px;
  min-width: 0;
}

.rating-check-form-field--wide {
  flex: 2 1 220px;
}

.rating-check-form-actions {
  margin-top: 0.75rem;
}

.rating-check-card {
  margin-bottom: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.rating-check-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.45rem;
  opacity: 0.92;
}

.rating-check-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: inherit;
  font: inherit;
}

.rating-check-input:focus {
  outline: none;
  border-color: rgba(100, 180, 255, 0.55);
  box-shadow: 0 0 0 2px rgba(100, 180, 255, 0.15);
}

.rating-check-quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.6rem;
  margin-top: 0.5rem;
}

.rating-check-quick-label {
  font-size: 0.8rem;
  opacity: 0.75;
  margin-right: 0.15rem;
}

.rating-check-filter {
  margin-bottom: 0.65rem;
}

.rating-check-geo-scroll {
  max-height: 220px;
  overflow: auto;
  padding: 0.35rem 0.15rem 0.15rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.25rem 0.75rem;
  align-content: start;
}

.rating-check-geo-scroll--form {
  max-height: 200px;
}

.rating-check-geo-scroll--dialog {
  max-height: 180px;
  margin-top: 0.35rem;
}

.rating-check-geo-item {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.88rem;
  line-height: 1.35;
  cursor: pointer;
  padding: 0.15rem 0;
}

.rating-check-geo-item input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.rating-check-geo-item span {
  opacity: 0.88;
}

.rating-check-form-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.rating-check-busy {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0.25rem 0 0.5rem;
}

.rating-check-msg {
  margin: 0 0 1rem;
  font-size: 0.9rem;
}

.rating-check-msg--err {
  color: #ff8a80;
}

/* Боковая таблица: одна строка в ячейке (nowrap), без вертикального скролла — таблица целиком по высоте */
.rating-check-col-side .rating-check-side-table-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  max-height: none;
  overflow: visible;
}

#content-rating-check .rating-check-col-side .rating-check-side-table-wrap.admin-table-wrap {
  overflow: visible;
}

#content-rating-check .rating-check-col-side .rating-check-side-table {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  font-size: 0.78rem;
}

#content-rating-check .rating-check-side-table th,
#content-rating-check .rating-check-side-table td {
  text-align: center;
  vertical-align: middle;
  padding: 0.25rem 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#content-rating-check .rating-check-side-table th:first-child,
#content-rating-check .rating-check-side-table .rating-check-side-td-geo {
  width: 62%;
  text-align: left;
}

#content-rating-check .rating-check-side-table th:last-child,
#content-rating-check .rating-check-side-table .rating-check-side-td-rating {
  width: 38%;
  font-variant-numeric: tabular-nums;
}

#content-rating-check .rating-check-side-table .rating-check-side-td-rating .rating-check-rv {
  display: inline;
}

.rating-check-rv {
  display: inline-block;
}
.rating-check-rv--hi {
  color: #a5d6a7;
  font-weight: 600;
}
.rating-check-rv--mid {
  color: #ffcc80;
  font-weight: 600;
}
.rating-check-rv--lo {
  color: #e57373;
  font-weight: 600;
}
.rating-check-rv--na,
.rating-check-rv--miss {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

#rating-check-apps-table .rating-check-th-actions,
#rating-check-apps-table .rating-check-td-actions {
  width: 1%;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}

.rating-check-actions {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  justify-content: flex-end;
}

.rating-check-row--selected {
  background: rgba(100, 180, 255, 0.12) !important;
  outline: 1px solid rgba(100, 180, 255, 0.25);
}

/* Вся строка с прилой: статус «Блок» (витрина) */
.rating-check-tr.rating-check-row--blocked {
  background: rgba(220, 72, 72, 0.22) !important;
}

.rating-check-tr.rating-check-row--blocked.rating-check-row--selected {
  background: rgba(220, 72, 72, 0.32) !important;
  outline: 1px solid rgba(255, 140, 140, 0.35);
}

.rating-check-rating-na {
  opacity: 0.55;
}

/* Диалог правки */
.rating-check-dialog {
  max-width: min(520px, 96vw);
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: #1a1d24;
  color: inherit;
  padding: 0;
  overflow: visible;
}

.rating-check-dialog::backdrop {
  background: rgba(0, 0, 0, 0.55);
}

.rating-check-dialog-form {
  padding: 1.1rem 1.25rem 1.2rem;
  overflow: visible;
}

.rating-check-dialog-h {
  margin: 0 0 0.9rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.rating-check-games-wrap {
  max-height: 200px;
  overflow: auto;
  margin-bottom: 0.5rem;
  padding: 0.35rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.rating-check-game-cb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  cursor: pointer;
  margin: 0;
}

.rating-check-game-cb input {
  flex-shrink: 0;
  margin: 0;
}

.rating-check-add-game {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.rating-check-add-game .rating-check-input {
  flex: 1 1 160px;
  min-width: 0;
  margin: 0;
}

.rating-check-dialog .geo-picker-mount {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* Игры в модалке: кнопка как у гео, панель внутри dialog */
.rating-check-game-picker {
  position: relative;
  width: 100%;
  margin-bottom: 0.65rem;
}

/* Панель выбора игр: в слое диалога, не position:fixed (см. style.css .cell-creo-panel-fixed) */
.rating-check-game-picker .cell-creo-panel.geo-picker-panel {
  position: absolute !important;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 5;
  max-height: min(260px, 45vh);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.rating-check-game-panel .filter-check-label {
  padding: 7px 12px;
  min-height: 36px;
  font-size: 0.86rem;
}

.rating-check-game-add-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 9px 12px;
  border: none;
  border-top: 1px solid var(--border, rgba(255, 255, 255, 0.1));
  background: rgba(100, 180, 255, 0.08);
  color: var(--accent, #8ec5ff);
  font-size: 0.84rem;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  border-radius: 0 0 7px 7px;
}

.rating-check-game-add-btn:hover {
  background: rgba(100, 180, 255, 0.14);
}

.rating-check-dialog .rating-check-input,
.rating-check-dialog .rating-check-label {
  margin-bottom: 0.5rem;
}

.rating-check-dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 640px) {
  .rating-check-geo-scroll {
    max-height: 200px;
    grid-template-columns: 1fr;
  }
}

/* Шапка «Прилы» + вкладки справа от заголовка */
.rating-check-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.rating-check-head-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  flex: 1;
  min-width: 0;
}

.rating-check-head .rating-check-title {
  margin: 0;
}

.rating-check-head .or-tabs {
  margin-bottom: 0;
}

.rating-check-head-cred {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
}

.rating-check-cred-hint {
  margin: 0;
  max-width: 12rem;
  text-align: right;
  font-size: 0.6875rem;
  line-height: 1.25;
  color: #e57373;
}

.rating-check-cred-updated {
  margin: 0;
  max-width: 14rem;
  text-align: right;
  font-size: 0.6875rem;
  line-height: 1.25;
  color: rgba(128, 128, 128, 0.75);
}

.rc-ah-updated-at {
  margin: -0.5rem 0 0.75rem;
  font-size: 0.6875rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.38);
}

.rc-tab-panel.hidden {
  display: none !important;
}

.rc-ah-toolbar.rating-check-toolbar {
  justify-content: flex-start;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1rem;
}

@media (max-width: 560px) {
  .rc-ah-toolbar.rating-check-toolbar {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* Кнопка «Обновить» — те же высота/типографика, что «Добавить прилу» */
#content-rating-check .rc-ah-toolbar .btn.rc-ah-refresh-btn {
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  max-width: 11rem;
  min-height: 36px;
  box-sizing: border-box;
  padding: 6px 12px;
  font-size: 0.875rem;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

#content-rating-check .rc-ah-toolbar .tasks-pour-select.rc-ah-select {
  flex: 0 0 auto;
  min-width: 7.5rem;
  max-width: 14rem;
}

/* iOS / Android — отдельные кнопки той же высоты, что селект */
#content-rating-check .rc-ah-toolbar .rc-ah-plat-btn {
  flex: 0 1 auto;
  min-height: 36px;
  padding: 6px 14px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: var(--radius-sm, 6px);
  border: 1px solid var(--border, rgba(255, 255, 255, 0.12));
  background-color: var(--bg, #1a1d24);
  color: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#content-rating-check .rc-ah-toolbar .rc-ah-plat-btn:hover {
  border-color: var(--border-hover, rgba(255, 255, 255, 0.2));
  color: rgba(255, 255, 255, 0.9);
}

#content-rating-check .rc-ah-toolbar .rc-ah-plat-btn--active {
  color: #eaf3ff;
  border-color: rgba(120, 185, 255, 0.45);
  background: rgba(80, 140, 230, 0.28);
}

#content-rating-check .rc-ah-toolbar .rc-ah-plat-btn--active:hover {
  background: rgba(80, 140, 230, 0.38);
}

.rc-ah-movers-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
  min-width: 0;
}

@media (max-width: 1100px) {
  .rc-ah-movers-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rc-ah-movers-stack {
    grid-template-columns: 1fr;
  }
}

.rc-ah-attention-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
  min-width: 0;
}

.rc-ah-att-card {
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  min-width: 0;
}

.rc-ah-att-title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.rc-ah-movers-rating-cell {
  white-space: nowrap;
  text-align: right;
}

.rc-ah-movers-rank-pos {
  font-weight: 600;
}

.rc-ah-movers-rank-delta {
  font-weight: 600;
  color: #81c784;
}

/* Топ подъёма: без горизонтального скролла; таблица не шире карточки */
#content-rating-check .rc-ah-att-card .admin-table-wrap.rc-ah-mini-wrap {
  overflow-x: hidden;
  min-width: 0;
  max-width: 100%;
}

.rc-ah-mini-wrap {
  overflow-x: hidden;
  min-width: 0;
  max-width: 100%;
}

/* Глобальный .admin-table { min-width: 800px } ломает узкую верстку — сброс только здесь */
#content-rating-check table.admin-table.rc-ah-mini-table {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.rc-ah-mini-table {
  font-size: 0.78rem;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}

.rc-ah-mini-table th,
.rc-ah-mini-table td {
  padding: 0.28rem 0.35rem;
}

.rc-ah-mini-table th:first-child,
.rc-ah-mini-table td:first-child {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  width: auto;
  min-width: 0;
}

.rc-ah-mini-table th:last-child,
.rc-ah-mini-table td:last-child {
  width: 5.25rem;
  min-width: 4.5rem;
  max-width: 7rem;
  vertical-align: top;
}

.rc-ah-main-wrap {
  overflow-x: auto;
}

.rc-ah-main-table {
  font-size: 0.8rem;
}

.rc-ah-main-table th,
.rc-ah-main-table td {
  padding: 0.35rem 0.45rem;
  white-space: nowrap;
}

.rc-ah-main-table td:nth-child(2) {
  white-space: normal;
  max-width: 260px;
}
