* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.footer-mobile-warning {
  display: none;
}
@media (max-width: 768px) {
  .footer-mobile-warning {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: white;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .footer-mobile-warning__inset {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    text-align: center;
  }
  .footer-mobile-warning__inset h2 {
    font-size: 2.5rem;
  }
  .footer-mobile-warning__inset p {
    font-size: 1rem;
    text-wrap: balance;
  }
}
#wpadminbar .custom-icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-image: none !important;
  color: rgba(240, 246, 252, 0.6);
  content: var(--dashicon);
  float: left;
  font: normal 20px/1 dashicons;
  margin-right: 6px;
  padding: 6px 0;
  position: relative;
  speak: never;
}
#wpadminbar li:hover .custom-icon:before {
  color: #72aee6;
}
.section-wrap {
  position: relative;
}
.section-tag {
  background-color: #00000080;
  border: 1px solid #FFF;
  border-radius: 4px;
  color: white;
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 4px 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100000;
  pointer-events: none;
}
body.hide-section-tags .section-tag {
  display: none;
}
/*# sourceMappingURL=style.less.css.map */