/**
 * Auto-generated file. Do not edit directly.
 */
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
.label {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
}

.input-field:not(.input-horizontal) .label-container.hidden,
.textarea-field:not(.textarea-horizontal) .label-container.hidden,
.select-field:not(.select-horizontal) .label-container.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.label-container {
  flex-basis: var(--label-size, 33.33%);
}

.label-wrapper {
  display: flex;
  gap: 0.25rem;
}

.label-metadata {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  justify-content: space-between;
  gap: 0.25rem;
  color: rgb(var(--cat-font-color-muted, 81, 92, 108));
}

.label-optional,
.label-character-count {
  display: inline-flex;
  align-items: center;
  max-height: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.label-character-count {
  margin-left: auto;
}

.input-horizontal .label-container.hidden label,
.textarea-horizontal .label-container.hidden label,
.select-horizontal .label-container.hidden label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.input-horizontal .label-wrapper,
.textarea-horizontal .label-wrapper,
.select-horizontal .label-wrapper {
  flex-direction: column;
}
.input-horizontal .label-container,
.textarea-horizontal .label-container,
.select-horizontal .label-container {
  flex-shrink: 0;
}
.input-horizontal label,
.textarea-horizontal label,
.select-horizontal label {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
}
.input-horizontal .label-metadata,
.textarea-horizontal .label-metadata,
.select-horizontal .label-metadata {
  justify-content: flex-start;
}
.input-horizontal .label-metadata .label-character-count,
.textarea-horizontal .label-metadata .label-character-count,
.select-horizontal .label-metadata .label-character-count {
  margin-left: 0;
}

:host {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

:host([hidden]) {
  display: none;
}

.label-hidden,
.label-container:empty {
  display: none;
}

.picker {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.picker-head {
  display: flex;
  align-items: center;
  container-type: inline-size;
}
.picker-head > :not(:last-child) {
  margin-right: 0.25rem;
}
.picker-head h3 {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: var(--cat-font-weight-head, 600);
  font-feature-settings: "pnum";
  flex: 1;
  text-align: center;
  margin-block: 0;
}
@container (min-width: 20rem) {
  .picker-head h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: var(--cat-font-weight-head, 600);
    font-feature-settings: "pnum";
  }
  .picker-head > :not(:last-child) {
    margin-right: 0.5rem;
  }
}

.picker-grid {
  display: grid;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  grid-template-rows: 2rem repeat(6, 1fr);
  grid-template-columns: repeat(7, 1fr);
  grid-template-areas: "h h h h h h h" "d d d d d d d" "d d d d d d d" "d d d d d d d" "d d d d d d d" "d d d d d d d" "d d d d d d d";
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
}
.picker-weeks .picker-grid {
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  grid-template-columns: 2rem repeat(7, 1fr);
  grid-template-areas: ". h h h h h h h" "w d d d d d d d" "w d d d d d d d" "w d d d d d d d" "w d d d d d d d" "w d d d d d d d" "w d d d d d d d";
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
}

.picker-grid-head {
  grid-area: h;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  place-items: end center;
  padding-bottom: 0.5rem;
}

.picker-grid-weeks {
  grid-area: w;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  place-items: center right;
  padding-right: 0.5rem;
}

.picker-grid-days {
  grid-area: d;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(7, 1fr);
}

.picker-grid-head > *,
.picker-grid-weeks > * {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: rgb(var(--cat-font-color-muted, 81, 92, 108)) !important;
  text-decoration: none;
}

.date-other {
  opacity: 0.5;
}

.date-disabled {
  opacity: 0.25;
}

.picker-foot {
  display: flex;
  align-items: center;
  width: min-content;
  min-width: 100%;
  justify-content: space-between;
  container-type: inline-size;
}
.picker-foot > :not(:last-child) {
  margin-right: 0.25rem;
}
@container (min-width: 20rem) {
  .picker-foot > :not(:last-child) {
    margin-right: 0.5rem;
  }
  .picker-foot .cursor-help {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: var(--cat-font-weight-body, 400);
  }
}

.cursor-help {
  margin-block: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: var(--cat-font-weight-body, 400);
  color: rgb(var(--cat-font-color-muted, 81, 92, 108)) !important;
  text-align: center;
  flex: 1;
}
.cursor-help:first-child {
  text-align: left;
}
.cursor-help:last-child {
  text-align: right;
}
.cursor-help:only-child {
  text-align: center;
}

.cursor-aria {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.date-range {
  --cat-border-radius-m: 0;
}