/* BiCroma — propagační lišta a její pořadí v mobilním záhlaví */

.site-msg.information {
  padding: 10px 0 !important;
  background: #f5eadb !important;
  color: #173d5d !important;
}

.site-msg.information .container {
  align-items: center !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.site-msg.information .text {
  padding-right: 0 !important;
  color: #173d5d !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

.site-msg.information .text a.bicroma-message {
  color: #173d5d !important;
  font: inherit !important;
  text-decoration: underline !important;
  text-decoration-color: #a27b45 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

.site-msg.information .text a.bicroma-message:hover,
.site-msg.information .text a.bicroma-message:focus-visible {
  color: #a27b45 !important;
}

.site-msg.information .close {
  display: none !important;
}

.bicroma-message--mobile {
  display: none;
}

@media (max-width: 767px) {
  body.mobile .overall-wrapper {
    padding-top: 0 !important;
  }

  body.mobile .site-msg.information {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    padding: 9px 0 !important;
    z-index: auto !important;
  }

  body.mobile #header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
  }

  .bicroma-message--desktop {
    display: none;
  }

  .bicroma-message--mobile {
    display: inline;
  }

  .site-msg.information .text {
    font-size: 12.5px !important;
    line-height: 1.4 !important;
  }
}
