.course-details-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.course-details-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.95;
}

.close-popup {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
}

.woocommerce div.product form.cart {
  margin: 0 !important;
  grid-auto-flow: row;
}

#course_details_btn {
  margin-bottom: 1em;
  text-wrap: auto;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  border-radius: 4px;
}

#course-details-for-customer-html {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  position: relative;
}

#course-details-for-customer-html input,
#course-details-for-customer-html label,
#course-details-for-customer-html textarea {
  width: 100%;
  box-sizing: border-box;
}

#course-details-for-customer-html label {
  margin-bottom: 0;
}

#course-details-for-customer-html input,
#course-details-for-customer-html textarea {
  margin-bottom: 0.6rem;
  padding: 0.5rem 1rem;
}

.gdpr-consent-wrapper {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.gdpr-consent-wrapper input {
  max-width: 13px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #course-details-for-customer-html {
    padding: 2em 1em;
  }

  .close-popup {
    right: 1em;
  }
}
