.ui.message {
  &.map-info-notice {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-style: italic;
    position: relative;

    &.shadow-none {
      box-shadow: none;
    }
  }
}