:root {
  --modoro-navy: #003B71;
  --modoro-red: #E31B23;
  --t-accent-primary: #E31B23 !important;
  --t-accent-secondary: #003B71 !important;
}
img[src*="twenty-logo"],
img[src*="launchericon"],
img[alt*="Twenty" i] {
  content: url('/images/modoro/logo.png') !important;
  object-fit: contain !important;
}

/* Twenty activation/logo component: hide the extra small app-icon overlay so MODORO logo is not doubled. */
.si03ohs {
  width: min(340px, 72vw) !important;
  height: 92px !important;
  margin: 0 auto 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.si03ohs img,
.si03ohs [style*="background-image"] {
  max-width: 100% !important;
  max-height: 86px !important;
  object-fit: contain !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.sztoge,
.si03ohs .sztoge,
.si03ohs > div:has(img[src*="/images/modoro/logo.png"]) + div,
.si03ohs > div:has(img[src*="/file/core-picture/"]) + div {
  display: none !important;
}
