.region-away {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: none;
  padding: 18px 18px 12px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 123, 111, .18), transparent 36%),
    linear-gradient(180deg, rgba(255, 123, 111, .11), rgba(24, 27, 34, .72));
  border-color: rgba(255, 139, 123, .34);
  overflow: hidden;
}

.region-away .region-tag {
  color: #f06f6f;
  background: rgba(255, 123, 111, .12);
}

.match-middle-columns .region-tag {
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .8px;
}

.region-away #intent-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) minmax(66px, auto);
  gap: 10px;
  align-items: stretch;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.region-away #intent-next {
  margin: 0;
  width: auto;
  max-width: none;
  min-width: 0;
  justify-self: stretch;
  background: rgba(40, 30, 30, .72);
  border: 1px solid rgba(255, 139, 123, .18);
  border-left: 3px solid #f06f6f;
  border-radius: 0;
}

.region-away .intent-card {
  padding: 9px 11px;
  min-height: 0;
  overflow: auto;
}

.threat-readout-value.risk-high,
.intent-tags .tag.threat-tag.high {
  color: #f06f6f;
}

.threat-readout-value.risk-mid,
.intent-tags .tag.threat-tag.mid {
  color: #e8c15a;
}

.threat-readout-value.risk-low,
.intent-tags .tag.threat-tag.low {
  color: #7ed79a;
}

.intent-tags .tag.threat-tag.high {
  border-color: rgba(230, 144, 144, .38);
  background: rgba(120, 44, 44, .22);
}

.intent-tags .tag.threat-tag.mid {
  border-color: rgba(232, 160, 74, .36);
  background: rgba(126, 84, 36, .2);
}

.intent-tags .tag.threat-tag.low {
  border-color: rgba(126, 215, 154, .34);
  background: rgba(32, 96, 58, .18);
}

.region-away #intent-next {
  opacity: .66;
  background: rgba(28, 28, 36, .64);
  border-left-color: rgba(255, 139, 123, .5);
}

.region-away #intent-next .intent-title {
  font-size: 14px;
}

.region-away #intent-next .intent-next-compact {
  color: rgba(217, 222, 232, .72);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.28;
}

.region-away #intent-next .intent-desc,
.region-away #intent-next .intent-tags {
  font-size: 11px;
}
