.agia-rt{
  display:flex;
  align-items:center;
  gap:12px;
  margin: 0 0 16px 0;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  --agia-rt-accent: currentColor;
  border-left: 4px solid var(--agia-rt-accent);
}

.agia-rt__icon{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 44px;
  color: var(--agia-rt-accent);
}

.agia-rt__svg{
  width:44px;
  height:44px;
}

.agia-rt__text{
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

/* If your theme uses dark backgrounds, inherit color safely */
.agia-rt, .agia-rt__svg, .agia-rt__text{
  color: inherit;
}

/* Threshold colors */
.agia-rt--green{ --agia-rt-accent: #1f8b4c; }
.agia-rt--orange{ --agia-rt-accent: #c77700; }
.agia-rt--red{ --agia-rt-accent: #b42318; }
