/*-------------------------
bundles_page
--------------------------*/
.wp-block.bundles_page .inner {
  max-width: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundles_page .inner {
    padding-top: 80px;
  }
}
.wp-block.bundles_page .inner p {
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
.wp-block.bundles_page .inner p:last-child {
  margin-bottom: 0;
}
.wp-block.bundles_page .inner a {
  color: #c5af67;
  text-decoration: underline;
}
.wp-block.bundles_page #bundles-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundles_page #bundles-wrap {
    gap: 32px 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.bundles_page #bundles-wrap {
    gap: 40px 32px;
  }
}
.wp-block.bundles_page #bundles-wrap .course-box {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundles_page #bundles-wrap .course-box {
    width: calc(50% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.bundles_page #bundles-wrap .course-box {
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block.bundles_page #bundles-wrap .course-box {
    width: calc(25% - 24px);
  }
}
.wp-block.bundles_page #bundles-wrap .course-box .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #edf4f5;
  transition: background 300ms ease;
  padding: 16px;
  border-radius: 4px;
  transition: background 500ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .wp-block.bundles_page #bundles-wrap .course-box .inner {
    padding: 24px;
  }
}
.wp-block.bundles_page #bundles-wrap .course-box .inner:hover {
  background: #e1edee;
  transition: background 500ms ease-in-out;
}
.wp-block.bundles_page #bundles-wrap .course-box .inner picture img {
  width: 100%;
}
.wp-block.bundles_page #bundles-wrap .course-box .inner .img-wrap img {
  width: 100%;
}
.wp-block.bundles_page #bundles-wrap .course-box .inner .title {
  display: block;
  font-weight: 600;
  font-size: 23px;
  padding-top: 16px;
  line-height: 130%;
  margin-bottom: 16px;
  color: #000000;
}
.wp-block.bundles_page #bundles-wrap .course-box .inner .original-price {
  display: inline-flex;
  margin-right: auto;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  padding: 4px 8px;
  background: #f7cfca;
  backdrop-filter: blur(2px);
  border-radius: 4px;
  color: #d02300;
  margin-bottom: 8px;
}
.wp-block.bundles_page #bundles-wrap .course-box .inner .price {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #212529;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}
.wp-block.bundles_page #bundles-wrap .course-box .inner .price .from {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.05em;
}
.wp-block.bundles_page #bundles-wrap .course-box .inner .price .vat {
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #4a5057;
  font-weight: 600;
}
.wp-block.bundles_page #bundles-wrap .course-box .inner .brown-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  align-items: center;
  padding: 16px 24px;
  background: #c5af67;
  border-radius: 4px;
}
.wp-block.bundles_page .cat-tablet-wrap {
  display: flex;
  flex-wrap: 12px;
  margin-top: 16px;
}
.wp-block.bundles_page .cat-tablet-wrap span {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  background: #95bbc2;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}