[data-public-name-font="SISTEMA"] {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

[data-public-name-font="MODERNA"] {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif !important;
}

[data-public-name-font="ELEGANTE"] {
  font-family: Georgia, "Times New Roman", serif !important;
}

[data-public-name-font="CLASICA"] {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif !important;
}

[data-public-name-font="MANUSCRITA"] {
  font-family: "Segoe Print", "Bradley Hand", cursive !important;
}

[data-public-name-font="IMPACTO"] {
  font-family: "Arial Black", Impact, Haettenschweiler, sans-serif !important;
}

[data-public-name-font] {
  min-width: 0;
  overflow-wrap: anywhere;
}

.profile-announcement-bar {
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 8px;
}

.profile-announcement-bar p {
  display: grid;
  width: 100%;
  min-width: 0;
  place-items: center;
}

.profile-announcement-message {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(3px);
  transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms;
}

.profile-announcement-message.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.profile-announcement-bar .profile-announcement-toggle {
  display: inline-grid;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px !important;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 999px !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font: 800 13px/1 system-ui, sans-serif;
  cursor: pointer;
}

.profile-announcement-bar .profile-announcement-toggle[hidden] {
  display: none !important;
}

.profile-announcement-bar .profile-announcement-toggle:hover,
.profile-announcement-bar .profile-announcement-toggle:focus-visible {
  border-color: #ffffff !important;
  background: rgba(255, 255, 255, 0.2) !important;
  transform: none !important;
}

.profile-announcement-bar .profile-announcement-toggle:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .profile-announcement-message {
    transform: none;
    transition: none;
  }
}
