
.job50-breadcrumb {
	max-width: 960px;
	margin: 0 auto;
}

.job50-breadcrumb__list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
}

.job50-breadcrumb--wizard .job50-breadcrumb__list {
	justify-content: center;
}

.job50-breadcrumb__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #666;
}

.job50-breadcrumb__item + .job50-breadcrumb__item::before {
	content: "/";
	color: #b4b4b4;
}

.job50-breadcrumb__item a {
	color: var(--wp--preset--color--accent-1);
	text-decoration: none;
}

.job50-breadcrumb__item.is-current span {
	color: #333;
	font-weight: 600;
}

/* Job Search Wizard */
#company-job-search-wizard .job-search-wizard__viewport {
	overflow: hidden;
	transition: height 250ms ease;
	width: 100%;
}

#company-job-search-wizard .job-search-wizard__track {
	display: flex;
	transition: transform 300ms ease;
}
#company-job-search-wizard .job-search-wizard__step {
	flex: 0 0 100%;
	width: 100%;
	box-sizing: border-box;
}
#company-job-search-wizard .job-search-wizard__progress {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 48px;
}
#company-job-search-wizard .job-search-wizard__stepper {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 0;
	background: transparent;
	padding: 6px 8px;
	cursor: pointer;
}
#company-job-search-wizard .job-search-wizard__stepper:focus {
	outline: none;
	border: none;
}
#company-job-search-wizard .job-search-wizard__num {
	font-family: var(--wp--preset--font-family--google-sans-flex);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	border: 2px solid #dedede;
	font-weight: 600;
	line-height: 1;
}
#company-job-search-wizard .job-search-wizard__label {
	font-size: 0.9rem;
	opacity: 0.8;
}
#company-job-search-wizard .job-search-wizard__sep {
	flex: 0 0 36px;
	height: 2px;
	background: #ddd;
	border-radius: 999px;
}
#company-job-search-wizard .job-search-wizard__stepper.is-active .job-search-wizard__num {
	background-color: var(--wp--preset--color--accent-1);
	border-color: var(--wp--preset--color--accent-1);
	color: #FFF;
}
#company-job-search-wizard .job-search-wizard__stepper.is-done .job-search-wizard__num {
	border-color: #111;
}
#company-job-search-wizard .job-search-wizard__stepper.is-active .job-search-wizard__label {
	opacity: 1;
}
#company-job-search-wizard .job-search-wizard__stepper:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
#company-job-search-wizard .job-search-wizard__dot {
	height: 6px;
	flex: 1;
	border-radius: 999px;
	background: #ddd;
}
#company-job-search-wizard .job-search-wizard__dot.is-active {
	background: #111;
}
#company-job-search-wizard .job-search-wizard__nav {
	max-width: 960px;
	margin: 32px auto 0;
}
/* Modal */
#company-job-search-wizard .job-search-wizard__modal[hidden] {
    display: none;
  }
  
  #company-job-search-wizard .job-search-wizard__modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
  }
  
  #company-job-search-wizard .job-search-wizard__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
  }
  
  #company-job-search-wizard .job-search-wizard__modal-dialog {
    position: relative;
    z-index: 2;
    width: min(92vw, 500px);
    margin: 10vh auto 0;
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
  }
  
  #company-job-search-wizard .job-search-wizard__modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }
  
  #company-job-search-wizard .job-search-wizard__modal-title {
    margin: 0 0 16px;
  }
  
  #company-job-search-wizard .job-search-wizard__modal-label {
    display: block;
    margin-bottom: 8px;
  }
  
  #company-job-search-wizard .job-search-wizard__modal-input {
    width: 100%;
    padding: 12px 14px;
    box-sizing: border-box;
  }
  
  #company-job-search-wizard .job-search-wizard__modal-help {
    margin: 10px 0 0;
    min-height: 1.2em;
    color: #b00020;
  }
  
  #company-job-search-wizard .job-search-wizard__modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
  }

/* Job Search Wizard additions */
.job-search-wizard-header {
  margin-top: 16px;
}
.job-search-wizard-header h2, .job-search-wizard-header p {
  margin-bottom: 0;
}
#company-job-search-wizard .js-workplace-state-wrap,
#company-job-search-wizard .js-workplace-city-wrap {
  width: 100%;
}

#company-job-search-wizard .conditional-days-wrap {
  width: 60%;
  margin-left: 40%;
}

#company-job-search-wizard .salary-range-wrapper {
  width: 100%;
  position: relative;
}

#company-job-search-wizard .salary-range-slider {
  position: relative;
  width: 100%;
  padding: 24px 0 0 0;
  min-height: 72px;
}

#company-job-search-wizard .salary-range-track {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 5px;
  background: #d3d3d3;
}

#company-job-search-wizard .salary-range-fill {
  position: absolute;
  top: 50%;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 5px;
  background: var(--wp--preset--color--accent-1);
}

#company-job-search-wizard .salary-range-slider .slider {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 10px;
  transform: translateY(-50%);
  margin: 0;
  background: transparent;
  pointer-events: none;
}

#company-job-search-wizard .salary-range-slider .slider::before,
#company-job-search-wizard .salary-range-slider .slider::after {
  display: none;
}

#company-job-search-wizard .salary-range-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 25px;
  height: 25px;
  background: var(--wp--preset--color--accent-1);
  border-radius: 9999em;
  border: none;
  cursor: pointer;
}

#company-job-search-wizard .salary-range-slider .slider::-moz-range-thumb {
  pointer-events: auto;
  width: 25px;
  height: 25px;
  background: var(--wp--preset--color--accent-1);
  border-radius: 9999em;
  border: none;
  cursor: pointer;
}

#company-job-search-wizard .salary-range-scale {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #dedede;
}

#company-job-search-wizard .salary-confidential-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#company-job-search-wizard .languages-select-wrap {
  width: 100%;
}


.job-search-wizard-panel {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  margin: 0 0 24px;
}

.job-search-wizard-admin-table {
  width: 100%;
  border-collapse: collapse;
}

.job-search-wizard-admin-table th,
.job-search-wizard-admin-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
  vertical-align: top;
}

.job-search-wizard-admin-table th {
  font-weight: 700;
}

#fieldset_job_title textarea.align-right {
  min-height: 140px;
}

.salary-single-wrapper .range-wrapper {
  margin-top: 10px;
}
.salary-single-wrapper .slider {
  width: 100%;
}
.salary-single-wrapper .bubble {
  top: -20px;
}

#fieldset_workplace .grp_column_2--workplace {
	align-items: stretch;
}

#fieldset_workplace .grp_column_2--workplace > .js-workplace-state-wrap,
#fieldset_workplace .grp_column_2--workplace > .js-workplace-city-wrap {
	min-width: 48%;
	flex: 1 1 48%;
}

#fieldset_workplace .grp_column_2--workplace .js-workplace-state-wrap select,
#fieldset_workplace .grp_column_2--workplace .js-workplace-city-wrap select {
	width: 100%;
}

#fieldset_salary .salary-single-wrapper .slider::before,
#fieldset_salary .salary-single-wrapper .slider::after {
	content: none;
	display: none;
}

#fieldset_salary .salary-single-wrapper .range-wrapper {
	padding-bottom: 10px;
}

#fieldset_salary .salary-range-scale {
	margin-top: 8px;
	padding: 0 2px;
	line-height: 1;
}

#fieldset_salary .salary-range-scale .js-salary-single-min,
#fieldset_salary .salary-range-scale .js-salary-single-max {
	display: inline-block;
}

#fieldset_salary .grp_column_2 {
	align-items: end;
}

@media screen and (max-width: 781px) {
	#fieldset_workplace .grp_column_2--workplace {
		gap: 12px;
	}

	#fieldset_workplace .grp_column_2--workplace > .js-workplace-state-wrap,
	#fieldset_workplace .grp_column_2--workplace > .js-workplace-city-wrap {
		min-width: 100%;
		flex-basis: 100%;
	}
}


#company-job-search-wizard .job-wizard-driving-license-none-row {
  width: 60%;
  margin-left: 40%;
  margin-top: 14px;
}

#company-job-search-wizard .job-wizard-driving-license-none-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  cursor: pointer;
}

#company-job-search-wizard .job-wizard-driving-license-none-label:hover {
  border: 0;
  background: transparent;
  box-shadow: none;
}

#company-job-search-wizard .job-wizard-driving-license-none-label input[type="checkbox"] {
  position: static;
  width: 18px;
  height: 18px;
  margin: 0;
  opacity: 1;
  accent-color: var(--wp--preset--color--accent-1);
  cursor: pointer;
}

#company-job-search-wizard .job-wizard-driving-license-none-label span {
  display: inline;
}

@media screen and (max-width: 781px) {
  #company-job-search-wizard .job-wizard-driving-license-none-row {
    width: 100%;
    margin-left: 0;
  }
}


#company-job-wizard #fieldset_driving_license .js-driving-license-group,
#company-job-search-wizard #fieldset_driving_license .js-driving-license-group {
  align-items: stretch;
}

#company-job-wizard #fieldset_driving_license .js-driving-license-group .job-wizard-license-tile,
#company-job-search-wizard #fieldset_driving_license .js-driving-license-group .job-wizard-license-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 112px;
  padding: 16px 14px;
  text-align: center;
}

#company-job-wizard .job-wizard-license-tile__icon,
#company-job-search-wizard .job-wizard-license-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

#company-job-wizard .job-wizard-license-tile__text,
#company-job-search-wizard .job-wizard-license-tile__text {
  display: block;
  line-height: 1.25;
}

#company-job-wizard .js-driving-license-group .job-wizard-license-tile.is-disabled,
#company-job-search-wizard .js-driving-license-group .job-wizard-license-tile.is-disabled {
  opacity: 0.55;
}

@media screen and (max-width: 781px) {
  #company-job-wizard #fieldset_driving_license .js-driving-license-group .job-wizard-license-tile,
  #company-job-search-wizard #fieldset_driving_license .js-driving-license-group .job-wizard-license-tile {
    min-height: 96px;
  }
}

/* Seeker step 1 mirrors recruiter step 1 */
#company-job-search-wizard #form-match-0 {
	max-width: 980px;
	margin: 0 auto;
}

#company-job-search-wizard #form-match-0 > fieldset {
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

#company-job-search-wizard #form-match-0 .job-search-wizard-header {
	max-width: 840px;
	margin: 0 auto 40px;
}

#company-job-search-wizard #form-match-0 .job-search-wizard-header .wp-block-heading {
	margin: 40px 0 14px;
	font-size: var(--wp--preset--font-size--x-large);
	line-height: .94;
	text-transform: uppercase;
}

#company-job-search-wizard #form-match-0 .job-search-wizard-header p {
	max-width: 760px;
	margin: 0 auto;
	font-size: clamp(1rem, 1.8vw, 1.35rem);
	line-height: 1.35;
	color: #333333;
}

#company-job-search-wizard #form-match-0 .block-content {
	display: block;
	max-width: 466px;
	margin: 0 auto 34px;
}

#company-job-search-wizard #form-match-0 .label-title {
	display: none !important;
}

#company-job-search-wizard #form-match-0 .align-right {
	flex: none;
	width: 100%;
	min-width: 0;
}

#company-job-search-wizard #form-match-0 .job-title-family-meta {
	margin: 12px auto 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.35;
	color: #5d5d5d;
}

#company-job-search-wizard #form-match-0 .job-title-family-meta strong {
	font-weight: 700;
	color: #202020;
}

#company-job-search-wizard #form-match-0 .textarea-bubble {
	min-height: 226px;
	padding-bottom: 48px;
}

#company-job-search-wizard #form-match-0 .textarea-bubble textarea {
	min-height: 124px;
}

#company-job-search-wizard #form-match-0 .job-search-wizard-step-1-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	max-width: 460px;
	margin: 4px auto 0;
}

#company-job-search-wizard #form-match-0 .job-search-wizard__nav {
	width: auto;
	max-width: none;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	flex: 0 0 auto;
}

#company-job-search-wizard #form-match-0 .job-search-wizard__nav .buttons {
	min-width: 120px;
	justify-content: center;
}

#company-job-search-wizard #form-match-0 .job-search-cv-upload-cloud {
	position: relative;
	width: min(100%, 340px);
	margin: 0;
	overflow: visible;
	flex: 0 0 340px;
}

#company-job-search-wizard #form-match-0 .job-search-cv-upload-cloud .job-offer-upload-cloud__inner {
	margin-left: -50px;
	margin-top: -50px;
}

#company-job-search-wizard #form-match-0 .ts-wrapper.multi .ts-control {
	min-height: 56px;
}

@media screen and (max-width: 781px) {
	#company-job-search-wizard #form-match-0 .job-search-wizard-header {
		margin-bottom: 28px;
	}

	#company-job-search-wizard #form-match-0 .job-search-wizard-step-1-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	#company-job-search-wizard #form-match-0 .job-search-cv-upload-cloud {
		width: 100%;
		flex-basis: auto;
	}

	#company-job-search-wizard #form-match-0 .job-search-cv-upload-cloud .job-offer-upload-cloud__inner {
		margin-left: 0;
		margin-top: 0;
	}

	#company-job-search-wizard #form-match-0 .job-search-wizard__nav {
		justify-content: flex-end;
	}
}

/* Shared seeker mirror refinements */
#company-job-search-wizard .block-content--job-description .job-description-wrap {
  width: 100%;
}

#company-job-search-wizard .block-content--job-description {
  position: relative;
  padding-bottom: 34px;
}

#company-job-search-wizard .job-description-counter {
  position: absolute;
  left: 0;
  bottom: 62px;
  margin: 0;
  padding-left: 24px;
  font-size: 12px;
  line-height: 1.35;
  color: #a3a3a3;
}

#company-job-search-wizard .job-description-counter__label,
#company-job-search-wizard .job-description-counter__sep,
#company-job-search-wizard .job-description-counter__suffix {
  color: #a3a3a3;
}

#company-job-search-wizard .job-description-counter__value {
  font-weight: 700;
  transition: color 180ms ease;
}

#company-job-search-wizard .job-description-counter__value.is-red {
  color: #db2134;
}

#company-job-search-wizard .job-description-counter__value.is-green {
  color: #22b573;
}

#company-job-search-wizard .job-description-counter__value.is-orange {
  color: #f9922d;
}

#company-job-search-wizard .job-description-counter__value.is-black {
  color: #333333;
}

#company-job-search-wizard .job-description-counter.is-pristine .job-description-counter__value {
  color: #a3a3a3;
}

#company-job-search-wizard .block-content--job-title.is-locked {
  justify-content: flex-end;
}

#company-job-search-wizard .job-search-wizard-step-1__job-titles-locked {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

#company-job-search-wizard .job-search-wizard-step-1__job-title-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border-radius: 9999em;
  background: #ed1c24;
  color: #fff;
  font-family: var(--j50-font-display, "Google Sans Flex", Inter, system-ui, sans-serif);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.25;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.jquery-modal.blocker.current {
  backdrop-filter: blur(2px);
}

@keyframes jobWizardModalDreamIn {
  from { opacity: 0; transform: translateY(22px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

#job-search-wizard-step1-confirm-modal {
  position: relative;
  width: min(92vw, 620px);
  max-width: 620px;
  padding: 34px 36px 26px;
  border-radius: 26px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .16);
  animation: jobWizardModalDreamIn .34s cubic-bezier(.2, .72, .19, 1);
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111;
  cursor: pointer;
  transition: transform .2s ease, color .2s ease, background-color .2s ease;
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__close:hover {
  transform: scale(1.06);
  color: var(--wp--preset--color--accent-1);
  background: rgba(237, 28, 36, .06);
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__close .material-symbols-outlined,
#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__close-icon {
  font-family: 'Material Symbols Outlined' !important;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 64;
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__eyebrow {
  margin: 0 0 10px;
  font-family: var(--j50-font-display, "Google Sans Flex", Inter, system-ui, sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--wp--preset--color--accent-1);
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__title {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  line-height: .98;
  text-transform: uppercase;
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__intro {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: #666;
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__item {
  display: block;
  padding: 18px 18px 16px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__item[hidden] {
  display: none;
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__item-copy {
  min-width: 0;
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__item-title {
  margin: 0 0 6px;
  font-family: var(--j50-font-display, "Google Sans Flex", Inter, system-ui, sans-serif);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__item-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #5c5c5c;
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 26px;
}

#job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__actions .buttons {
  min-width: 128px;
  justify-content: center;
}

#company-job-search-wizard #fieldset_work_status .input-text,
#company-job-search-wizard #fieldset_industry .ts-wrapper {
  width: 60%;
  margin-left: 40%;
}

#company-job-search-wizard #fieldset_salary .salary-single-wrapper .bubble {
  top: -24px;
}

#company-job-search-wizard #fieldset_salary .salary-range-scale {
  color: #dedede;
}

#company-job-search-wizard .job-offer-upload-cloud__help[hidden] {
  display: none;
}

@media screen and (max-width: 781px) {
  #job-search-wizard-step1-confirm-modal {
    padding: 28px 22px 22px;
    border-radius: 22px;
  }

  #job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__title {
    font-size: clamp(24px, 8vw, 34px);
  }

  #job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__intro,
  #job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__item-text {
    font-size: 15px;
  }

  #job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__actions {
    flex-direction: column;
  }

  #job-search-wizard-step1-confirm-modal .job-wizard-step1-confirm-modal__actions .buttons,
  #company-job-search-wizard #fieldset_work_status .input-text,
  #company-job-search-wizard #fieldset_industry .ts-wrapper {
    width: 100%;
    margin-left: 0;
  }
}


#company-job-search-wizard .job-wizard-driving-license-none-row {
  width: 100%;
  margin-left: 0;
  margin-top: 14px;
}

#company-job-search-wizard .job-wizard-license-tile__icon {
  width: 64px;
  height: 64px;
  overflow: hidden;
}

#company-job-search-wizard .job-wizard-license-tile__icon::before {
  display: inline-block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  font-family: 'Material Symbols Outlined' !important;
  font-size: 64px;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 64;
}
