/* [project]/src/components/CheckoutScreen/checkout.module.css [app-client] (css) */
.checkout-module__w69bRq__container {
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px;
  display: flex;
}

.checkout-module__w69bRq__planDetails {
  flex-direction: column;
  flex: 1;
  gap: 32px;
  display: flex;
}

.checkout-module__w69bRq__planHeader {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.checkout-module__w69bRq__planHeader > div {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.checkout-module__w69bRq__planHeader h1 {
  color: #101828;
  font-family: Poppins, serif;
  font-size: 32px;
  font-weight: 600;
}

.checkout-module__w69bRq__badge {
  color: #2c9744;
  cursor: pointer;
  background-color: #dcfce7;
  border-radius: 16px;
  padding: 4px 12px;
  font-family: Poppins, serif;
  font-size: 14px;
  font-weight: 500;
}

.checkout-module__w69bRq__planHeader p {
  color: #667085;
  font-family: Poppins, serif;
  font-size: 16px;
}

.checkout-module__w69bRq__changePlanLink {
  color: #2c9744;
  cursor: pointer;
  align-items: center;
  gap: 4px;
  font-family: Poppins, serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
}

.checkout-module__w69bRq__changePlanLink:hover {
  opacity: .8;
}

.checkout-module__w69bRq__separator {
  border-top: 1px solid #e5e7eb;
  width: 100%;
  height: 1px;
}

.checkout-module__w69bRq__features {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.checkout-module__w69bRq__features p {
  color: #101828;
  align-items: center;
  gap: 12px;
  font-family: Poppins, serif;
  font-size: 16px;
  display: flex;
}

.checkout-module__w69bRq__paymentSection {
  background-color: #f7f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  flex-direction: column;
  gap: 24px;
  width: 400px;
  height: fit-content;
  padding: 32px;
  display: flex;
}

.checkout-module__w69bRq__priceBox {
  align-items: baseline;
  gap: 8px;
  display: flex;
}

.checkout-module__w69bRq__priceBox h2 {
  color: #101828;
  font-family: Poppins, serif;
  font-size: 48px;
  font-weight: 700;
}

.checkout-module__w69bRq__priceBox span {
  color: #667085;
  font-family: Poppins, serif;
  font-size: 18px;
}

.checkout-module__w69bRq__couponBox input {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: 12px 16px;
  font-family: Poppins, serif;
  font-size: 14px;
}

.checkout-module__w69bRq__couponBox input::placeholder {
  color: #9ca3af;
}

.checkout-module__w69bRq__couponBox input:focus {
  border-color: #2c9744;
}

.checkout-module__w69bRq__paymentButton {
  color: #fff;
  cursor: pointer;
  background-color: #2c9744;
  border: none;
  border-radius: 20px;
  width: 100%;
  padding: 14px 24px;
  font-family: Poppins, serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

.checkout-module__w69bRq__paymentButton:hover {
  background-color: #257a38;
}

/*# sourceMappingURL=src_components_CheckoutScreen_checkout_module_92946cd3.css.map*/