.curo-site-nav {
  position: relative;
  z-index: 60;
}

.curo-mobile-menu {
  display: none;
}

.curo-mobile-menu summary {
  list-style: none;
}

.curo-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.curo-mobile-panel {
  display: none;
}

.curo-mobile-menu[open] .curo-mobile-panel {
  display: block;
}

@media (max-width: 767px) {
  .curo-desktop-cta {
    display: none !important;
  }

  .curo-mobile-menu {
    display: block !important;
    width: 100%;
  }

  .curo-mobile-menu summary {
    position: absolute;
    right: 1.5rem;
    top: 1.25rem;
  }

  .curo-mobile-panel {
    position: static;
    width: 100%;
    margin-top: 1.25rem;
    border-top: 1px solid rgb(30 41 59);
    background: rgb(2 6 23);
    padding: 1.5rem 0 0;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .curo-mobile-menu,
  .curo-mobile-panel {
    display: none !important;
  }

  .curo-desktop-cta {
    display: inline-flex !important;
  }
}
