/* Singbox shared theme helpers
   This file exists so pages that include css/singbox-theme.css always receive a real CSS asset. */
:root {
  --singbox-red: #e8412f;
  --singbox-orange: #ff7c1e;
  --singbox-bg: #06050e;
  --singbox-card: rgba(15, 12, 28, .82);
  --singbox-border: rgba(232, 65, 47, .22);
}

#site-header,
#site-footer {
  position: relative;
  z-index: 10;
}

.sb-text-row,
.sb-label-row {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.sb-inline-ico {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  vertical-align: -0.12em;
}
