.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  position: relative;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  color: #515162;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: url(/wp-content/uploads/2025/07/arrowhead-up-1.svg);
  width: 16px;
  height: 16px;
  top: 50%;
  right: -23px;
  -webkit-transform: rotate(180deg) translateY(-50%);
      -ms-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.pricing-item.business .custom-select-trigger:after {
  content: url(/wp-content/uploads/2025/07/arrowhead-up-3.svg);
}

.custom-select.opened .custom-select-trigger:after {
  -webkit-transform: rotate(0deg) translateY(-50%);
      -ms-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  width: 200px;
  right: 0;
  min-width: 100%;
  margin: 8px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 5px 16px -1px rgba(10, 13, 18, 0.25);
          box-shadow: 0 5px 16px -1px rgba(10, 13, 18, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #515162;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  padding: 8px;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover, .custom-option.selection {
  color: #515162;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 10px 10px 0 0;
  background: #F5F9FD;
  padding: 8px;
}
/*# sourceMappingURL=../sourcemaps/page-pricing.css.map */
