

/* Start:/local/components/main/subheader/templates/services/style.css?1780630236603*/
.checkmark-static {
    flex-shrink: 0;
    min-width: 1rem;
    min-height: 1.25rem;
}

.tab-hidden {
  display: none;
}

.tab-button {
  cursor: pointer;
  transition: all 0.2s ease;
}

.tab-button.active {
  background-color: #e07820; /* amber-600 */
  outline-color: #e07820;
}

.tab-button.inactive {
  background-color: transparent;
  outline-color: rgba(255, 255, 255, 0.2);
}

.tab-button:hover:not(.active) {
 outline-color: rgba(255, 255, 255, 0.4);
}

.select-arrow {
  pointer-events: none;
}

.select-field {
  cursor: pointer;
}

.select-field select {
  height: 100%;
  cursor: pointer;
}
/* End */


/* Start:/local/components/main/services/templates/detailed/style.css?178088220033*/
.detail-hidden { display: none; }
/* End */
/* /local/components/main/subheader/templates/services/style.css?1780630236603 */
/* /local/components/main/services/templates/detailed/style.css?178088220033 */
