.bundle-wrap {
  max-width: 900px;
}

.bundle-card {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.bundle-btn {
  background: #111;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 10px;
}

.bundle-logs {
  width: 100%;
  height: 350px;
  font-family: monospace;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 6px;
}
.bundle-course-box {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.bundle-course-item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.bundle-buy-course {
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.bundle-course-price {
  margin-top: 8px;
}

.bundle-course-main-price {
  font-size: 28px;
  font-weight: 700;
  color: #111;
}

.bundle-course-saving {
  color: #1a9f4b;
  font-weight: 600;
  margin-top: 4px;
}
.bundle-course-price {
  margin-top: 6px;
}

.bundle-course-main-price {
  font-size: 28px;
  font-weight: 700;
  color: #111;
}

.bundle-course-saving {
  color: #1a9f4b;
  font-weight: 600;
  margin-top: 3px;
}
.bundle-buy-course {
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.bundle-course-price .bundle-buy-course {
  height: fit-content;
  min-height: 43px;
  padding: 0px 20px;
  font-size: 1.1rem;
  line-height: 115%;
  background-color: var(--color-custom-accent);
  border: 2px solid var(--color-custom-accent) !important;
  display: flex !important;
  flex-direction: row-reverse;
  gap: 20px;
  border-radius: 4px;
  font-weight: 400;
  font-family: "Geologica";
  align-items: center;
}
.bundle-course-price .bundle-buy-course:hover {
  background-color: var(--color-custom-white);
  color: var(--color-custom-dark);
}

.bundle-course-price {
  margin-top: 8px;
}

.bundle-course-main-price {
  font-size: 28px;
  font-weight: 700;
  color: #111;
}

.bundle-course-saving {
  color: #1a9f4b;
  font-weight: 600;
  margin-top: 4px;
}
.bundle-course-price {
  margin-top: 6px;
}

.bundle-course-main-price {
  font-size: 28px;
  font-weight: 700;
  color: #111;
}

.bundle-course-saving {
  color: #1a9f4b;
  font-weight: 600;
  margin-top: 3px;
}

.bundle-course-item {
  display: grid;
  grid-template-columns: 40px 1fr 100px;
  align-items: center;
  gap: 10px;
  background-color: var(--color-custom-white) !important;
  border-radius: 5px !important;
  padding: 8px !important;
  box-shadow: 6px 6px 12px 0px rgba(0, 28, 2.9999999999999893, 0.05);
  color: var(--color-custom-dark);
  font-size: 0.8rem;
}
.bundle-course-box-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bundle-course-main-price {
  margin-bottom: 15px;
}
.course-single-product-price {
  display: flex;
  flex-direction: column;
}
.course-single-product-price ins {
  font-weight: 600;
  text-decoration: none;
}
.course-single-product-price del {
  opacity: 0.6;
  font-size: 0.7rem;
}
.product-main-price {
  display: inline-block;
}

.course-price-info {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}
