/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
.icon-link-back__link {
  display: none;
  gap: 0.5rem;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  color: #1b2a4b;
  font-family: "Figtree", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: start;
  text-decoration: none;
  word-break: break-word;
}
@media screen and (min-width:700px) {
  .icon-link-back__link {
    display: inline-flex;
  }
}
.icon-link-back__link:link, .icon-link-back__link:visited {
  color: #1b2a4b;
}
.icon-link-back__link:hover, .icon-link-back__link:focus-visible {
  color: #0f1f43;
  text-decoration: none;
}
.icon-link-back__link:focus-visible {
  outline: 0.125rem solid #1b2a4b;
  outline-offset: 0.125rem;
}
.icon-link-back__link:hover .icon-link-back__icon, .icon-link-back__link:focus-visible .icon-link-back__icon {
  transform: translateX(-0.25rem);
}
@media (prefers-reduced-motion: reduce) {
  .icon-link-back__link:hover .icon-link-back__icon, .icon-link-back__link:focus-visible .icon-link-back__icon {
    transform: none;
  }
}
.icon-link-back__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #3F7EA0;
  transition: transform 0.2s ease;
}
.icon-link-back__icon .icon-chevron-left {
  display: block;
  width: 100%;
  height: 100%;
}
.icon-link-back__label {
  display: inline-block;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.section.section--vaccine-detail-content {
  padding-top: 0.4375rem;
  padding-bottom: 3.5625rem;
}
@media screen and (min-width:700px) {
  .section.section--vaccine-detail-content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (min-width:991px) {
  .section.section--vaccine-detail-content {
    padding-top: 0.125rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width:1199px) {
  .section.section--vaccine-detail-content {
    padding-bottom: 5rem;
  }
}

.vaccine-detail-content__back {
  margin-bottom: 1.5rem;
}
@media screen and (min-width:700px) {
  .vaccine-detail-content__back {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width:991px) {
  .vaccine-detail-content__back {
    margin-bottom: 2.125rem;
  }
}
.vaccine-detail-content__panel {
  width: 100%;
  padding: 2.5rem 0;
  border-radius: 1rem;
  background-color: #3F7EA0;
  color: #fff;
}
@media screen and (min-width:991px) {
  .vaccine-detail-content__panel {
    padding: 2.5rem 0;
    border-radius: 1.5rem;
  }
}
.vaccine-detail-content__list {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width:700px) {
  .vaccine-detail-content__list {
    gap: 2.25rem;
  }
}
.vaccine-detail-content__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
  padding-inline: 1rem;
}
@media screen and (min-width:991px) {
  .vaccine-detail-content__item {
    flex-direction: row;
    align-items: flex-start;
    padding-inline: 5rem;
  }
}
.vaccine-detail-content__item:not(:first-child) {
  padding-top: 2.5rem;
  border-top: 0.25rem solid #1b2a4b;
}
.vaccine-detail-content__label {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 21.25rem;
  color: #fff;
  font-family: "Radio Canada", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: start;
  word-break: break-word;
}
@media screen and (min-width:991px) {
  .vaccine-detail-content__label {
    font-size: 1.875rem;
  }
}
.vaccine-detail-content__body.editor {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: start;
}
@media screen and (min-width:991px) {
  .vaccine-detail-content__body.editor {
    font-size: 1.25rem;
  }
}
.vaccine-detail-content__body.editor p {
  margin: 0 0 0.5rem;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0.1px;
  text-align: start;
}
.vaccine-detail-content__body.editor p:last-child {
  margin-bottom: 0;
}
.vaccine-detail-content__body.editor ul,
.vaccine-detail-content__body.editor ol {
  display: block;
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0 0 0 1.6875rem;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media screen and (min-width:991px) {
  .vaccine-detail-content__body.editor ul,
  .vaccine-detail-content__body.editor ol {
    padding-left: 1.875rem;
  }
}
.vaccine-detail-content__body.editor ul:last-child,
.vaccine-detail-content__body.editor ol:last-child {
  margin-bottom: 0;
}
.vaccine-detail-content__body.editor ul {
  list-style: disc;
  list-style-position: outside;
}
.vaccine-detail-content__body.editor ol {
  list-style-type: decimal;
  list-style-position: outside;
}
.vaccine-detail-content__body.editor ul > li,
.vaccine-detail-content__body.editor ol > li {
  display: list-item;
  margin: 0 0 0.5rem;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: start;
  list-style-position: outside;
}
.vaccine-detail-content__body.editor ul > li::marker,
.vaccine-detail-content__body.editor ol > li::marker {
  color: inherit;
}
.vaccine-detail-content__body.editor ul > li::before,
.vaccine-detail-content__body.editor ol > li::before {
  display: none;
  content: none;
}
.vaccine-detail-content__body.editor ul > li:last-child,
.vaccine-detail-content__body.editor ol > li:last-child {
  margin-bottom: 0;
}
.vaccine-detail-content__body.editor ul > li {
  list-style-type: disc;
}
.vaccine-detail-content__body.editor ul > li::marker {
  font-size: 0.625rem;
}
.vaccine-detail-content__body.editor ol > li {
  list-style-type: decimal;
}
.vaccine-detail-content__body.editor li > ul,
.vaccine-detail-content__body.editor li > ol {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.vaccine-detail-content__body.editor h3,
.vaccine-detail-content__body.editor h4,
.vaccine-detail-content__body.editor h5 {
  margin: 0 0 0.5rem;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  text-align: start;
}
.vaccine-detail-content__body.editor h3:last-child,
.vaccine-detail-content__body.editor h4:last-child,
.vaccine-detail-content__body.editor h5:last-child {
  margin-bottom: 0;
}
.vaccine-detail-content__body.editor strong,
.vaccine-detail-content__body.editor b {
  font-weight: 700;
}
.vaccine-detail-content__body.editor a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.vaccine-detail-content__body.editor a:link, .vaccine-detail-content__body.editor a:visited {
  color: #fff;
}
.vaccine-detail-content__body.editor a:hover, .vaccine-detail-content__body.editor a:focus-visible {
  color: #fff;
  text-decoration-thickness: 0.125rem;
}
.vaccine-detail-content__body.editor a:focus-visible {
  outline: 0.125rem solid #fff;
  outline-offset: 0.125rem;
}
