/* Gold web mark — same fork+R geometry as app icon, site colorway */
.rasora-mark {
  display: block;
  flex-shrink: 0;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(227, 184, 115, 0.28);
}

.rasora-mark--sm {
  width: 34px;
  height: 34px;
  border-radius: 11px;
}

.rasora-mark--md {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.rasora-mark--lg {
  width: 40px;
  height: 40px;
  border-radius: 13px;
}

/* Legacy .mark class used on fallback pages */
.mark {
  display: block;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(227, 184, 115, 0.28);
}
