/* owner-polish.20260917a.css — оформление карточки «Запросы в Яндексе» в стиле кабинета. */
.op-wm {
  padding: 18px 20px 16px;
}

.op-wm__head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.op-wm__head-row h4 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: #1c2b3a;
}

.op-wm__sub {
  margin: 0;
  font-size: 12.5px;
  color: #6b7a8c;
}

.op-wm__total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.15;
}

.op-wm__total strong {
  font-size: 26px;
  font-weight: 700;
  color: #17362c;
}

.op-wm__total span {
  font-size: 12px;
  color: #6b7a8c;
}

.op-wm__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.op-wm__row {
  padding-bottom: 8px;
  border-bottom: 1px solid #eef1f4;
}

.op-wm__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.op-wm__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.op-wm__text {
  font-size: 13.5px;
  color: #1c2b3a;
  overflow-wrap: anywhere;
}

.op-wm__num {
  font-size: 13px;
  font-weight: 600;
  color: #17362c;
  white-space: nowrap;
}

.op-wm__bar {
  position: relative;
  height: 6px;
  margin: 6px 0 4px;
  border-radius: 4px;
  background: #eef1f4;
  overflow: hidden;
}

.op-wm__bar i {
  display: block;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #c99a42, #17362c);
}

.op-wm__meta {
  font-size: 11.5px;
  color: #6b7a8c;
}

.op-wm__empty,
.op-wm__note {
  margin: 0;
  font-size: 12px;
  color: #6b7a8c;
}

.op-wm__note {
  margin-top: 12px;
}

@media (max-width: 520px) {
  .op-wm {
    padding: 14px 14px 12px;
  }

  .op-wm__total strong {
    font-size: 22px;
  }

  .op-wm__text {
    font-size: 13px;
  }
}
