:root {
    --corporative-color: #097c78;
}


/* Finder sits in normal document flow (not sticky) */
.finder-section {
  padding: 18px 0;
}

.finder_component {
  width: 100%;
  position: static;   /* important */
  z-index: auto;
  transition: none;
  justify-items: stretch;
}

/* Remove the “make room for sticky finder” behaviour */
body:has([data-mirai-component="finder"]) {
  padding-bottom: 0;
}

.finder_component {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}



/* ================================= */
/* CSS FOR NEW CLUB */
[data-mirai-component="signup"] {
    display: flex;
    justify-content: center;
}

[data-mirai-component="profile"],
[data-mirai-component="signup"] {
    padding: 100px 0;
}