@charset "UTF-8";
section[id="globalribbon"] {
  all: unset;
  max-width: 2560px;
  width: 100%;
}

section[id="globalribbon"] {
  font-family: var(--r-globalfont-family);
  font-size: 14px;
  background-color: var(--r-bg-color-primary);
  width: 100%;
  max-width: 2560px;
  min-width: 320px;
  height: var(--r-globalribbon-height);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

section[id="globalribbon"] div[id="globalribbon-content"] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section[id="globalribbon"] div[id="globalribbon-content"] p.globalribbon-content-item {
  width: 100%;
  text-align: center;
  margin: 0;
}

section[id="globalribbon"] div[id="globalribbon-content"] span[id="globalribbon-content-item-mensage"],
section[id="globalribbon"] div[id="globalribbon-content"] a {
  text-align: center;
  white-space: nowrap;
}
section[id="globalribbon"] div[id="globalribbon-content"] a {
  margin-left: 0.3em;
}

@media screen and (max-width: 740px) {
  section[id="globalribbon"] {
    height: max-content;
  }
  section[id="globalribbon"] div[id="globalribbon-content"] {
    width: 100%;
    margin: 1em;
  }

  section[id="globalribbon"] div[id="globalribbon-content"] span[id="globalribbon-content-item-mensage"],
  section[id="globalribbon"] div[id="globalribbon-content"] a {
    text-align: center;
    text-wrap-mode: wrap;
    text-wrap-style: normal;
  }
}
