:root {
  --sf-blue: #003250;
  --sf-green: #A5CE4D;
  --sf-grey: #EFEFF0;
}

#topdraw-header-notice {
  z-index: 1;
  position: relative;
  padding: 1rem;
}
#topdraw-header-notice .inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1560px;
  padding: 1rem 1rem 1rem 1.5rem;
  margin: 0 auto;
  border-radius: 1rem;
  background-color: var(--sf-blue);
  color: white;
  font-size: 1em;
}
#topdraw-header-notice a {
  color: var(--sf-green);
  text-decoration: underline;
}
#topdraw-header-notice a:hover {
  text-decoration: none;
}
#topdraw-header-notice-close {
  width: 1.5em;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 1.5em;
  line-height: 1;
  cursor: pointer;
}

#topdraw-popup-notice {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  background: rgba(0, 0, 0, 0.8);
}
#topdraw-popup-notice .inner {
  position: relative;
  max-width: 800px;
  padding: 1.5em;
  margin: auto;
  background: white;
}
@media screen and (min-width: 782px) {
  #topdraw-popup-notice .inner {
    padding: 2em;
  }
}
#topdraw-popup-notice .inner h2 {
  position: relative;
  padding-bottom: 0.45em;
  margin: 0 !important;
}
#topdraw-popup-notice .inner .elementor-button {
  border: none;
  background: var(--sf-blue);
  color: white;
}
#topdraw-popup-notice .inner .elementor-button:hover {
  background: var(--sf-green);
  color: var(--sf-blue);
}
#topdraw-popup-notice-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--sf-blue);
  font-size: 1.5em;
  line-height: 1;
  cursor: pointer;
}/*# sourceMappingURL=topdraw-frontend.css.map */