.cashback-reviews {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cashback-reviews__section {
  background: #1c1c1e;
  border: 1px solid #2c2c2e;
  border-radius: 16px;
  padding: 16px;
}

.cashback-reviews__sectionHead {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.cashback-reviews__sectionHead--compact {
  margin-bottom: 12px;
}

.cashback-reviews__sectionIcon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #3a3a3c;
  color: #fff;
  font-size: 16px;
}

.cashback-reviews__sectionIcon--muted {
  color: #c7c7cc;
}

.cashback-reviews__sectionTitle,
.cashback-reviews__sectionText,
.cashback-reviews__help {
  margin: 0;
}

.cashback-reviews__sectionTitle {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}

.cashback-reviews__sectionText {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.45;
  color: #8e8e93;
}

.cashback-reviews__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cashback-reviews__metaRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid #2c2c2e;
  border-radius: 14px;
  background: #3a3a3c;
}

.cashback-reviews__metaLabel {
  min-width: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #8e8e93;
}

.cashback-reviews__metaValue {
  min-width: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  text-align: right;
  overflow-wrap: anywhere;
}

.cashback-reviews__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.cashback-reviews__status--active {
  background: rgba(50, 215, 75, 0.16);
  color: #32d74b;
}

.cashback-reviews__status--inactive {
  background: rgba(142, 142, 147, 0.18);
  color: #c7c7cc;
}

.cashback-reviews__label {
  display: block;
  margin: 14px 0 8px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 1.35;
  color: #8e8e93;
}

.cashback-reviews__inputWrap {
  margin-bottom: 0;
}

.cashback-reviews__input {
  width: 100%;
}

.cashback-reviews__help {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 1.4;
  color: #8e8e93;
}

.cashback-reviews__helpIcon {
  margin-top: 1px;
  font-size: 12px;
  color: #9ca3af;
  flex: 0 0 auto;
}

.cashback-reviews__help--list {
  margin-top: 0;
  margin-bottom: 2px;
}

.cashback-reviews__help[data-tone="error"] {
  color: #ff453a;
}

.cashback-reviews__help[data-tone="ok"] {
  color: #32d74b;
}

.cashback-reviews__actions {
  display: flex;
  gap: 8px;
  padding-top: 8px;
}

.cashback-reviews__serviceActions {
  margin: 0;
}

.cashback-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
}

.cashback-reviews__listEmpty,
.cashback-reviews__listRow {
  padding: 8px 10px;
  border: 1px solid #2c2c2e;
  border-radius: 14px;
  background: #3a3a3c;
}

.cashback-reviews__listEmpty {
  font-size: 14px;
  line-height: 1.45;
  color: #8e8e93;
}

.cashback-reviews__listRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cashback-reviews__listMain {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cashback-reviews__listEmail {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cashback-reviews__listMeta {
  font-size: 12px;
  line-height: 1.4;
  color: #8e8e93;
}

.cashback-reviews__submit {
  flex: 1 1 0;
  background-color: #3a3a3c;
  color: #fff;
}

.cashback-reviews__submit:not(:disabled):hover {
  background-color: #48484a;
}

.cashback-reviews__submit:not(:disabled):active {
  background-color: #505052;
}

@media (max-width: 480px) {
  .cashback-reviews__metaRow {
    flex-direction: column;
    align-items: flex-start;
  }

  .cashback-reviews__metaValue {
    text-align: left;
  }
}
