.select-disabled, #TAV_Comp, #TIS_Comp, #MAX_Comp, #PSS_Comp, #PPS_Comp {
    border: 1px solid #ccc;
	pointer-events: none;
    background-image: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    cursor: default;
}

#section-pricing {
    scroll-margin-top: 200px;
}

/* Red input for error */
.input-error {
    background-color: #ffcccc; /* light red background for input */
    color: #000000;            /* text typed by user stays black */
}

/* Red placeholder for error fields */
.input-error::placeholder {
    color: #bd141a;            /* light red placeholder text */
    opacity: 1;                /* ensures full visibility */
}

/* Popup error box */
.error-box {
  background-color: transparent; /* remove box background */
  color: #ffffff; /* white error text */
  border: none; /* remove border */
  padding: 0; /* remove spacing from box */
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px !important;
  box-shadow: none; /* remove shadow */
}

/* Premium support page */
.c-page-pms .c-strip-gray {
  background-color: #ababab;
  padding: 8px 0;
  flex-shrink: 0;
}

.c-page-pms .pms-hero-viewport {
  height: auto;
  display: flex;
  flex-direction: column;
}

.c-page-pms .c-strip-gray {
  position: relative;
}

.c-page-pms .pms-promo-banner {
  position: absolute;
  bottom: 0;
  right: max(15px, calc((100% - 1300px) / 2));
  transform: translateY(100%);
  border-top: 2px solid #3d3d3d;
  background-color: #767676;
  padding: 10px 20px;
  z-index: 1;
}

.c-page-pms .pms-promo-banner__title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.c-page-pms .pms-promo-banner__price {
  color: #dfd738;
  font-size: 1rem;
  margin-bottom: 0;
}

.c-page-pms .pms-promo-banner__price--original {
  opacity: 0.7;
}

.c-page-pms .pms-hero-viewport .hero-carousel-item {
  flex: 1 1 auto !important;
  min-height: 566px !important;
  background-position: top center;
}

.c-page-pms .hero-trust-bar {
  background-color: #3d3d3d;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #9d9d9d;
  flex-shrink: 0;
}

.c-page-pms .hero-trust-bar img {
  height: 48px;
  width: auto;
  display: block;
  margin: 0 auto 8px;
}

/* Tablet + Mobile */
@media (max-width: 768px) {
  .c-page-pms .c-strip-gray .strip-hours {
    font-size: 0.64rem;
  }
  .c-page-pms .pms-promo-banner__title {
    font-size: 1rem;
  }
  .c-page-pms .pms-promo-banner__price {
    font-size: 0.9rem;
  }
  .c-page-pms .pms-promo-banner {
    padding: 5px 10px;
  }
  .c-page-pms .hero-carousel-item .container {
    padding-top: 95px !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .c-page-pms .pms-promo-banner {
    padding: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    text-align: center;
    width: 80%;
  }
  .c-page-pms .hero-carousel-item .container {
    padding-top: 70px !important;
  }
}