#mapclub-login-widget, #mapclub-register-widget {
  button.w-full {
    background: #000;
    border-radius: 50px;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
    color: #fff !important;
  }
  .bg-\[\#253746\] {
    background: #000;
    color: #fff;
  }
  .text-\[\#253746\] {
    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;
    }
  }
}