/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/specialty-catalog/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
.page .specialty-catalog, .wp-singular .specialty-catalog {
  --specialty-icon-size: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-block-end: 1rem;
}
@media screen and (min-width: 48rem) {
  .page .specialty-catalog, .wp-singular .specialty-catalog {
    --specialty-icon-size: 2rem;
  }
}
.page .specialty-catalog .specialties, .wp-singular .specialty-catalog .specialties {
  display: flex;
  gap: 1rem;
  overflow-inline: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding: 1rem;
}
.page .specialty-catalog .specialty-button, .wp-singular .specialty-catalog .specialty-button {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 0.75rem;
  text-decoration: none;
  color: var(--wp--preset--color--primary-300, #000);
  transition: all 0.2s ease;
  cursor: pointer;
  max-inline-size: 10.875rem;
  padding-block: 1rem;
}
.page .specialty-catalog .specialty-button:nth-child(9n+1), .wp-singular .specialty-catalog .specialty-button:nth-child(9n+1) {
  background-color: #edf0ff;
}
.page .specialty-catalog .specialty-button:nth-child(9n+2), .wp-singular .specialty-catalog .specialty-button:nth-child(9n+2) {
  background-color: #ffe6fb;
}
.page .specialty-catalog .specialty-button:nth-child(9n+3), .wp-singular .specialty-catalog .specialty-button:nth-child(9n+3) {
  background-color: #dfebeb;
}
.page .specialty-catalog .specialty-button:nth-child(9n+4), .wp-singular .specialty-catalog .specialty-button:nth-child(9n+4) {
  background-color: #fff0b8;
}
.page .specialty-catalog .specialty-button:nth-child(9n+5), .wp-singular .specialty-catalog .specialty-button:nth-child(9n+5) {
  background-color: #d4dfef;
}
.page .specialty-catalog .specialty-button:nth-child(9n+6), .wp-singular .specialty-catalog .specialty-button:nth-child(9n+6) {
  background-color: #ffe5cc;
}
.page .specialty-catalog .specialty-button:nth-child(9n+7), .wp-singular .specialty-catalog .specialty-button:nth-child(9n+7) {
  background-color: #dcf0e4;
}
.page .specialty-catalog .specialty-button:nth-child(9n+8), .wp-singular .specialty-catalog .specialty-button:nth-child(9n+8) {
  background-color: #d5d4fc;
}
.page .specialty-catalog .specialty-button:nth-child(9n+9), .wp-singular .specialty-catalog .specialty-button:nth-child(9n+9) {
  background-color: #f0b9d6;
}
@media screen and (min-width: 48rem) {
  .page .specialty-catalog .specialty-button, .wp-singular .specialty-catalog .specialty-button {
    padding-block: 0.5rem;
  }
}
.page .specialty-catalog .specialty-button.active, .wp-singular .specialty-catalog .specialty-button.active {
  box-shadow: var(--wp--preset--shadow--button-shadow);
}
.page .specialty-catalog .specialty-button.active .specialty-title, .wp-singular .specialty-catalog .specialty-button.active .specialty-title {
  font-weight: var(--wp--custom--font-weight--semi-bold, 600);
}
.page .specialty-catalog .specialty-button:hover, .wp-singular .specialty-catalog .specialty-button:hover {
  box-shadow: var(--wp--preset--shadow--button-shadow-hover);
}
.page .specialty-catalog .specialty-button:hover .specialty-title, .wp-singular .specialty-catalog .specialty-button:hover .specialty-title {
  font-weight: var(--wp--custom--font-weight--semi-bold, 600);
}
.page .specialty-catalog .specialty-button .specialty-icon, .wp-singular .specialty-catalog .specialty-button .specialty-icon {
  margin-inline: auto;
  inline-size: var(--specialty-icon-size);
  block-size: var(--specialty-icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .specialty-catalog .specialty-button .specialty-icon img,
.page .specialty-catalog .specialty-button .specialty-icon svg, .wp-singular .specialty-catalog .specialty-button .specialty-icon img,
.wp-singular .specialty-catalog .specialty-button .specialty-icon svg {
  block-size: 100%;
  inline-size: auto;
}
.page .specialty-catalog .specialty-button .specialty-icon svg path, .wp-singular .specialty-catalog .specialty-button .specialty-icon svg path {
  fill: var(--wp--preset--color--primary-300, #000);
}
.page .specialty-catalog .specialty-button .specialty-title, .wp-singular .specialty-catalog .specialty-button .specialty-title {
  font-weight: var(--wp--custom--font-weight--regular, 400);
  font-size: 0.875rem;
  text-align: center;
  align-content: center;
  padding-inline: 1rem;
  flex-grow: 1;
  justify-content: center;
  text-wrap: balance;
}
@supports (text-wrap: pretty) {
  .page .specialty-catalog .specialty-button .specialty-title, .wp-singular .specialty-catalog .specialty-button .specialty-title {
    text-wrap: pretty;
  }
}
.page .specialty-catalog .specialty-button .specialty-title, .wp-singular .specialty-catalog .specialty-button .specialty-title {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.page .specialty-catalog .specialty-button .specialty-title::before, .wp-singular .specialty-catalog .specialty-button .specialty-title::before {
  content: attr(data-text);
  block-size: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: var(--wp--custom--font-weight--semi-bold, 600);
}
@media speech {
  .page .specialty-catalog .specialty-button .specialty-title::before, .wp-singular .specialty-catalog .specialty-button .specialty-title::before {
    display: none;
  }
}
.page .specialty-catalog .procedures, .wp-singular .specialty-catalog .procedures {
  display: none;
}
.page .specialty-catalog .procedures.active, .wp-singular .specialty-catalog .procedures.active {
  display: block;
}
.page .specialty-catalog .procedures .procedures-columns, .wp-singular .specialty-catalog .procedures .procedures-columns {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .page .specialty-catalog .procedures .procedures-columns, .wp-singular .specialty-catalog .procedures .procedures-columns {
    flex-direction: row;
  }
}
.page .specialty-catalog .procedures .procedures-column, .wp-singular .specialty-catalog .procedures .procedures-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page .specialty-catalog .procedures .procedure, .wp-singular .specialty-catalog .procedures .procedure {
  --transition-duration: 0.2s;
  inline-size: 100%;
  background-color: var(--wp--preset--color--secondary-200, #000);
  border: 2px solid transparent;
  border-radius: 1.625rem;
  text-decoration: none;
  color: var(--wp--preset--color--primary-300, #000);
  box-shadow: var(--wp--preset--shadow--card-shadow);
  font-size: 0.875rem;
  font-weight: 500;
  align-content: center;
  transition: all var(--transition-duration) ease;
}
.page .specialty-catalog .procedures .procedure[open] .procedure-summary .summary-icon, .wp-singular .specialty-catalog .procedures .procedure[open] .procedure-summary .summary-icon {
  transform: rotate(-180deg);
}
.page .specialty-catalog .procedures .procedure .procedure-summary, .wp-singular .specialty-catalog .procedures .procedure .procedure-summary {
  padding: 1.375rem 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
}
.page .specialty-catalog .procedures .procedure .procedure-summary::-webkit-details-marker, .wp-singular .specialty-catalog .procedures .procedure .procedure-summary::-webkit-details-marker {
  display: none;
}
.page .specialty-catalog .procedures .procedure .procedure-summary::marker, .wp-singular .specialty-catalog .procedures .procedure .procedure-summary::marker {
  display: none;
  content: "";
}
.page .specialty-catalog .procedures .procedure .procedure-summary .procedure-inherited-icon, .wp-singular .specialty-catalog .procedures .procedure .procedure-summary .procedure-inherited-icon {
  block-size: 1.5rem;
  inline-size: 1.5rem;
}
.page .specialty-catalog .procedures .procedure .procedure-summary .procedure-inherited-icon svg, .wp-singular .specialty-catalog .procedures .procedure .procedure-summary .procedure-inherited-icon svg {
  block-size: 100%;
  inline-size: 100%;
  fill: var(--wp--preset--color--primary-300, #000);
}
.page .specialty-catalog .procedures .procedure .procedure-summary .procedure-title, .wp-singular .specialty-catalog .procedures .procedure .procedure-summary .procedure-title {
  font-size: var(--wp--preset--font-size--heading-6);
  flex-grow: 1;
}
.page .specialty-catalog .procedures .procedure .procedure-summary .summary-icon, .wp-singular .specialty-catalog .procedures .procedure .procedure-summary .summary-icon {
  block-size: 1.5rem;
  inline-size: 1.5rem;
  transition: transform var(--transition-duration) ease;
}
.page .specialty-catalog .procedures .procedure .procedure-summary .summary-icon svg, .wp-singular .specialty-catalog .procedures .procedure .procedure-summary .summary-icon svg {
  block-size: 100%;
  inline-size: 100%;
  fill: none;
}
.page .specialty-catalog .procedures .procedure .procedure-summary .summary-icon svg path, .wp-singular .specialty-catalog .procedures .procedure .procedure-summary .summary-icon svg path {
  stroke: var(--wp--preset--color--primary-300, #000);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.page .specialty-catalog .procedures .procedure .procedure-content-wrapper, .wp-singular .specialty-catalog .procedures .procedure .procedure-content-wrapper {
  transition: all var(--transition-duration) ease;
  overflow: hidden;
  padding: 0 1rem 1.5rem;
}
.page .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-excerpt, .wp-singular .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-excerpt {
  font-size: var(--wp--preset--font-size--body-sm);
  font-weight: var(--wp--custom--font-weight--light, 300);
  color: var(--wp--preset--color--soft-text, #000);
}
.page .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-link, .wp-singular .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-link {
  font-size: var(--wp--preset--font-size--body-sm);
  font-weight: var(--wp--custom--font-weight--medium, 500);
  color: var(--wp--preset--color--primary-300, #000);
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}
.page .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-link:hover, .wp-singular .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-link:hover {
  text-decoration: underline;
}
.page .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-link .arrow-icon, .wp-singular .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-link .arrow-icon {
  block-size: 1rem;
  inline-size: 1rem;
  transition: transform var(--transition-duration) ease;
}
.page .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-link .arrow-icon svg, .wp-singular .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-link .arrow-icon svg {
  block-size: 100%;
  inline-size: 100%;
  fill: none;
}
.page .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-link .arrow-icon svg path, .wp-singular .specialty-catalog .procedures .procedure .procedure-content-wrapper .procedure-content .procedure-link .arrow-icon svg path {
  stroke: var(--wp--preset--color--primary-300, #000);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*# sourceMappingURL=style-index.css.map*/