/* Relay Strata — property anchor + renewal attention */

/* Risk record back navigation: compact, consistent and clearly navigational. */
#backToRisksFromRecord,
.relay-record-back-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid #D9DEE5;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: none;
  color: #344054;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

#backToRisksFromRecord:hover,
.relay-record-back-button:hover {
  border-color: #98A2B3;
  color: #111111;
  background: #FAFBFC;
}

#backToRisksFromRecord:focus-visible,
.relay-record-back-button:focus-visible {
  outline: 2px solid #A7DCC1;
  outline-offset: 3px;
}

.relay-property-anchor-address {
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: 400;
  color: #5f6770;
}

.relay-property-anchor-meta {
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 400;
  color: #7a828b;
}

.risk-tab[data-risk-tab="renewal"] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.relay-renewal-tab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #F28A30;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.relay-renewal-attention-strip {
  width: 100%;
  margin: 14px 0 18px;
  padding: 13px 16px;
  border: 1px solid #eadfce;
  background: #fffaf4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  cursor: pointer;
  font-family: Arial, sans-serif;
}

.relay-renewal-attention-strip strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
}

.relay-renewal-attention-strip small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #66707a;
}

.relay-renewal-attention-link {
  flex: 0 0 auto;
  color: #F28A30;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 760px) {
  #backToRisksFromRecord,
  .relay-record-back-button {
    margin-bottom: 12px;
    padding: 7px 10px;
  }

  .relay-renewal-attention-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
