#mapclub-login-widget,
#mapclub-register-widget {
  button.w-full {
    background: #000;
    border-radius: 50px;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    color: #fff !important;
    line-height: 1.4666666667;
  }

  .bg-\[\#233B4D\] {
    background: #000;
    color: #fff;
  }

  .text-\[\#233B4D\] {
    color: #000;
  }
}

.mapclub-initial-button {
  background: transparent !important;
}

.mapclub-initial-button:hover {
  background: #000 !important
}

#mapclub-login-widget:has(.mapclub-register-widget),
#mapclub-login-widget:has(#mapclubInitiateRegisterForm) {
  .template-popup button[aria-label="Close modal"] {
    position: absolute;
    top: 0;
    font-size: 2.5rem;
  }

  @media (min-width: 768px) {
    .content-children {
      padding: 3rem 5rem;
    }
  }

  @media (max-width: 767px) {
    .template-popup button[aria-label="Close modal"] {
      right: 1rem;
    }
  }
}