/* Herald · Read Later — app tweaks. Base in glass-core.css. */

.rl-card {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px;
  border-radius: var(--r-md);
  background: var(--iri), var(--frost-1);
  border: 1px solid var(--frost-border);
}
.rl-title {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.2px;
  color: var(--text-primary);
  line-height: 1.3;
}
.rl-host {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #7fd1ff;
}
.rl-note {
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-secondary);
}
.rl-url {
  font-size: 13px;
  color: var(--accent);
  word-break: break-all;
  line-height: 1.4;
}
.rl-hint {
  margin-top: 2px;
  font-size: 12px;
  color: var(--text-muted);
}
