.kh-mold-page-price-actions {
  margin-top: 30px;
  text-align: center;
}

.kh-mold-page-price-actions .kh-price-overview-link {
  align-items: center;
  background-color: #d74561;
  border: 1px solid #66584c;
  border-radius: 16px;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto;
  max-width: 380px;
  min-height: 88px;
  padding: 16px 24px;
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
  width: 100%;
}

.kh-mold-page-price-actions .kh-price-overview-link:hover {
  background-color: #c23953;
  transform: translateY(-2px);
}

.kh-mold-page-price-actions .kh-price-overview-link span {
  margin-left: 6px;
}

@media (max-width: 760px) {
  .kh-mold-page-price-actions .kh-price-overview-link {
    border-radius: 10px;
    font-size: 16px;
    min-height: 64px;
    padding: 12px 18px;
  }
}

@media (min-width: 761px) {
  .page-price .kh-price-removal-actions .btn-detail {
    flex: 3 1 0;
    font-feature-settings: "palt";
    font-size: clamp(15px, 1.35vw, 18px);
    white-space: nowrap;
    width: auto;
  }

  .page-price .kh-price-removal-actions .btn-request {
    flex: 2 1 0;
    width: auto;
  }
}
