/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/src/spaceSelect.scss ***!
  \**************************************************************************************************************************************************/
.newSpaceSelectionModal {
  z-index: 9002;
}
.newSpaceSelectionModal .modal-content {
  background: transparent;
  box-shadow: none;
  width: 100%;
  max-height: calc(100vh - 40px);
}

.space_select-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 32px 32px 20px 32px;
  width: 340px;
  font-family: "Inter", Arial, sans-serif;
  color: #222;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.space_select-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
  color: #7a7a7a;
}

.space_select-card__price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
}

.space_select-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222;
}

.space_select-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 26px 0;
}

.space_select-card__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #5c5c5c;
  margin-bottom: 1px;
  padding: 2px 0;
}

.space_select-card__icon {
  color: #8bc34a;
  font-size: 1.3em;
}

.space_select-card__actions {
  margin-top: auto;
}

.space_select-card__cta,
.space_select-card__cta_not_available,
.space_select-card__cta_available {
  display: block;
  width: 100%;
  background: #8bc34a;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px 0;
  font-size: 1.18rem;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 18px;
  transition: background 0.2s;
}

.space_select-card__cta:hover {
  background: #7bb13c;
}

.space_select-card__footer {
  text-align: center;
  font-size: 1rem;
  color: #7a7a7a;
}

.space_select-card__link {
  color: #7a7a7a;
  text-decoration: underline;
  cursor: pointer;
}

.space_select-cards-container {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 600px) {
  .space_select-cards-container {
    flex-direction: column;
    align-items: center;
  }
}

.space_select-card__close {
  color: #11131A;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 8px;
  width: 100%;
}

.space-select-modal .confirm-close {
  right: 12px;
  top: 12px;
}
.space-select-modal__title {
  font-size: 18px;
  font-weight: bold;
}
.space-select-modal__differences-question {
  font-size: 13px;
  text-align: center;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.space-select-modal__differences-question:hover {
  font-weight: bold;
  text-decoration: underline;
}

/*# sourceMappingURL=spaceSelect.bagless.css.map*/