/**
 * Blog detail (single post) styles.
 *
 * Compile: `npm run compile:blog-detail`
 */
/* 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 */
/**
 * Blog detail (single post) styles.
 *
 * Compile: `npm run compile:blog-detail`
 */
.l-h1-v1 {
  font-size: 3.8125rem;
  font-weight: 700;
  line-height: 1;
}

.l-h1-v2 {
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width:1199px) {
  .l-h1-v2 {
    font-size: 8.4375rem;
    font-weight: 700;
    line-height: 1;
  }
}
.l-h2-v1 {
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v1 {
    font-size: 3.8125rem;
    font-weight: 400;
    line-height: 1;
  }
}
.l-h2-v2 {
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v2 {
    font-size: 3.8125rem;
    font-weight: 500;
    line-height: 1;
  }
}
.l-h2-v3 {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v3 {
    font-size: 3.0625rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.l-h3 {
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
}

.l-h4 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h4 {
    font-size: 1.9375rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.l-body-lg {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.l-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.l-body-sm {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
}

.l-button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03rem;
}

.l-eyebrow {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.2;
}

.rsi-rcm-blog-detail .visually-hidden,
.rsi-rcm-blog-detail .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Phase 1: hero */
section.section.section--blog-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 5rem;
  background-color: var(--dark-purple);
}
@media screen and (min-width:1199px) {
  section.section.section--blog-detail-hero {
    padding: 4.125rem 0 7.25rem;
  }
}

.blog-detail-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rsi.blog-detail-hero {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (min-width:1199px) {
  .rsi.blog-detail-hero {
    gap: 3.875rem;
  }
}

.blog-detail-hero__breadcrumbs {
  width: 100%;
}

.blog-detail-hero__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-detail-hero__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}
.blog-detail-hero__breadcrumb-item.is-current {
  color: var(--white);
  max-width: 17.5rem;
}

.blog-detail-hero__breadcrumb-link {
  color: inherit;
  text-decoration: none;
}
.blog-detail-hero__breadcrumb-link:hover, .blog-detail-hero__breadcrumb-link:focus-visible {
  color: var(--white);
  text-decoration: underline;
}

.blog-detail-hero__breadcrumb-current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
}

.blog-detail-hero__breadcrumb-sep {
  display: inline-flex;
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  margin-bottom: 0.125rem;
}
.blog-detail-hero__breadcrumb-sep img {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-detail-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.125rem;
  width: 100%;
}

.blog-detail-hero__topic {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.5625rem 0.9375rem 0.375rem;
  border: 0.09375rem solid var(--white);
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
}
.blog-detail-hero__topic:hover, .blog-detail-hero__topic:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.2);
}

.blog-detail-hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  color: var(--white);
}
@media screen and (min-width:1199px) {
  .blog-detail-hero__text {
    gap: 1.625rem;
  }
}

.blog-detail-hero__title {
  margin: 0;
  color: var(--white);
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width:1199px) {
  .blog-detail-hero__title {
    font-size: 3.8125rem;
    font-weight: 700;
    line-height: 1;
  }
}

.blog-detail-hero__excerpt {
  margin: 0;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  max-width: 39.375rem;
}

/* Phase 2: article column + Gutenberg typography */
/* Phase 3: related sidebar + post nav */
/* Phase 4: footer CTA reuses blocks/callout/ styles via section--callout */
.blog-detail__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.5rem;
  width: 100%;
}

.blog-detail__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  color: var(--purple);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03rem;
}
.blog-detail__nav-link:hover, .blog-detail__nav-link:focus-visible {
  text-decoration: underline;
}
.blog-detail__nav-link:hover .blog-detail__nav-icon, .blog-detail__nav-link:focus-visible .blog-detail__nav-icon {
  transform: translate(0.1875rem, -0.1875rem);
}
.blog-detail__nav-link:hover .blog-detail__nav-icon--back, .blog-detail__nav-link:focus-visible .blog-detail__nav-icon--back {
  transform: rotate(180deg) translate(0.1875rem, 0.1875rem);
}

.blog-detail__nav-text {
  min-width: 0;
}
.blog-detail__nav-text--desktop {
  display: none;
}
@media screen and (min-width:1199px) {
  .blog-detail__nav-text--desktop {
    display: inline;
  }
}
.blog-detail__nav-text--mobile {
  display: inline;
}
@media screen and (min-width:1199px) {
  .blog-detail__nav-text--mobile {
    display: none;
  }
}

.blog-detail__nav-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: transform 0.125s ease-in-out;
}
.blog-detail__nav-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-detail__nav-icon--back {
  transform: rotate(180deg) translateY(0.1875rem);
}
.blog-detail__nav-icon--next {
  transform: translateY(-0.1875rem);
}

.rsi.blog-detail-related {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
  width: 100%;
}

.blog-detail-related__heading {
  margin: 0;
  width: 100%;
  color: #4c4c4c;
  text-transform: uppercase;
  letter-spacing: 0.008125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
}

.blog-detail-related__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.blog-detail-related__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  padding: 2rem 1.5rem 1.8125rem;
  border-radius: 1rem;
  background: #f9f9f9;
  overflow: clip;
  border: 0.0625rem solid transparent;
}
.blog-detail-related__card:hover {
  border: 0.0625rem solid rgba(75, 37, 176, 0.2);
}

.blog-detail-related__topic {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.5625rem 0.9375rem 0.375rem;
  border: 0.09375rem solid var(--light-purple);
  border-radius: 6.25rem;
  background: rgba(151, 95, 228, 0.1);
  color: var(--purple);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
}

.blog-detail-related__title {
  margin: 0;
  width: 100%;
  color: var(--dark-purple);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.blog-detail-related__link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5625rem;
  padding-top: 0.1875rem;
  color: var(--purple);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
}
.blog-detail-related__link:hover, .blog-detail-related__link:focus-visible {
  text-decoration: underline;
}
.blog-detail-related__link:hover .blog-detail-related__link-icon, .blog-detail-related__link:focus-visible .blog-detail-related__link-icon {
  transform: translate(0.1875rem, -0.1875rem);
}

.blog-detail-related__link-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  transform: translateY(-0.1875rem);
  transition: transform 0.125s ease-in-out;
}
.blog-detail-related__link-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-detail-related__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.8125rem;
  width: 100%;
  padding: 2.1875rem 1.5rem 1.9375rem;
  border: 0.09375rem solid var(--light-purple);
  border-radius: 1rem;
  background: rgba(151, 95, 228, 0.1);
  overflow: clip;
  margin-top: 0.1875rem;
}

.blog-detail-related__cta-heading {
  margin: 0;
  width: 100%;
  color: var(--purple);
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

section.section.section--blog-detail-body {
  padding: 4rem 0 5rem;
}
@media screen and (min-width:1199px) {
  section.section.section--blog-detail-body {
    padding: 7.75rem 0 7.375rem;
  }
}

.blog-detail__layout {
  display: block;
}
@media screen and (min-width:1199px) {
  .blog-detail__layout {
    display: flex;
    align-items: flex-start;
    gap: 7rem;
    justify-content: center;
  }
}

.blog-detail__main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  min-width: 0;
  flex: 1 1 auto;
}
@media screen and (min-width:1199px) {
  .blog-detail__main {
    max-width: 39.375rem;
    gap: 6rem;
  }
}

.blog-detail__sidebar {
  min-width: 0;
  margin-top: 3rem;
}
@media screen and (min-width:1199px) {
  .blog-detail__sidebar {
    flex: 0 0 19.125rem;
    width: 19.125rem;
    margin-top: 0;
  }
}

.blog-detail__article {
  min-width: 0;
  width: 100%;
}

.blog-detail__entry,
.editor-styles-wrapper {
  --blog-detail-body: #4c4c4c;
  width: 100%;
  color: var(--blog-detail-body);
}
.blog-detail__entry > *,
.editor-styles-wrapper > * {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.blog-detail__entry > * + *,
.editor-styles-wrapper > * + * {
  margin-top: 3.125rem;
}
.blog-detail__entry > p + p,
.blog-detail__entry > .wp-block-paragraph + .wp-block-paragraph,
.editor-styles-wrapper > p + p,
.editor-styles-wrapper > .wp-block-paragraph + .wp-block-paragraph {
  margin-top: 1.5rem;
}
.blog-detail__entry > h2 + *,
.blog-detail__entry > .wp-block-heading:is(h2) + *,
.editor-styles-wrapper > h2 + *,
.editor-styles-wrapper > .wp-block-heading:is(h2) + * {
  margin-top: 2rem;
}
@media screen and (min-width:1199px) {
  .blog-detail__entry > h2 + *,
  .blog-detail__entry > .wp-block-heading:is(h2) + *,
  .editor-styles-wrapper > h2 + *,
  .editor-styles-wrapper > .wp-block-heading:is(h2) + * {
    margin-top: 2.375rem;
  }
}
.blog-detail__entry > h3 + p,
.blog-detail__entry > h3 + .wp-block-paragraph,
.blog-detail__entry > h4 + p,
.blog-detail__entry > h4 + .wp-block-paragraph,
.blog-detail__entry > .wp-block-heading:is(h3) + p,
.blog-detail__entry > .wp-block-heading:is(h3) + .wp-block-paragraph,
.blog-detail__entry > .wp-block-heading:is(h4) + p,
.blog-detail__entry > .wp-block-heading:is(h4) + .wp-block-paragraph,
.editor-styles-wrapper > h3 + p,
.editor-styles-wrapper > h3 + .wp-block-paragraph,
.editor-styles-wrapper > h4 + p,
.editor-styles-wrapper > h4 + .wp-block-paragraph,
.editor-styles-wrapper > .wp-block-heading:is(h3) + p,
.editor-styles-wrapper > .wp-block-heading:is(h3) + .wp-block-paragraph,
.editor-styles-wrapper > .wp-block-heading:is(h4) + p,
.editor-styles-wrapper > .wp-block-heading:is(h4) + .wp-block-paragraph {
  margin-top: 1.5rem;
}
.blog-detail__entry > p + h3,
.blog-detail__entry > p + h4,
.blog-detail__entry > .wp-block-paragraph + h3,
.blog-detail__entry > .wp-block-paragraph + h4,
.blog-detail__entry > .wp-block-paragraph + .wp-block-heading:is(h3),
.blog-detail__entry > .wp-block-paragraph + .wp-block-heading:is(h4),
.editor-styles-wrapper > p + h3,
.editor-styles-wrapper > p + h4,
.editor-styles-wrapper > .wp-block-paragraph + h3,
.editor-styles-wrapper > .wp-block-paragraph + h4,
.editor-styles-wrapper > .wp-block-paragraph + .wp-block-heading:is(h3),
.editor-styles-wrapper > .wp-block-paragraph + .wp-block-heading:is(h4) {
  margin-top: 2.5rem;
}
.blog-detail__entry p,
.blog-detail__entry .wp-block-paragraph,
.blog-detail__entry .wp-block-list li,
.blog-detail__entry ul li,
.editor-styles-wrapper p,
.editor-styles-wrapper .wp-block-paragraph,
.editor-styles-wrapper .wp-block-list li,
.editor-styles-wrapper ul li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  color: var(--blog-detail-body);
}
.blog-detail__entry .wp-block-list li,
.blog-detail__entry ul li,
.blog-detail__entry ol li,
.editor-styles-wrapper .wp-block-list li,
.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li {
  list-style-position: outside;
}
.blog-detail__entry > p:first-child,
.blog-detail__entry > .wp-block-paragraph:first-child,
.editor-styles-wrapper > p:first-child,
.editor-styles-wrapper > .wp-block-paragraph:first-child {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  color: var(--blog-detail-body);
}
.blog-detail__entry a,
.editor-styles-wrapper a {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.blog-detail__entry a:hover, .blog-detail__entry a:focus-visible,
.editor-styles-wrapper a:hover,
.editor-styles-wrapper a:focus-visible {
  text-decoration: none;
}
.blog-detail__entry h2,
.blog-detail__entry .wp-block-heading:is(h2),
.editor-styles-wrapper h2,
.editor-styles-wrapper .wp-block-heading:is(h2) {
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--medium-purple);
  font-weight: 400;
}
.blog-detail__entry h3,
.blog-detail__entry .wp-block-heading:is(h3),
.editor-styles-wrapper h3,
.editor-styles-wrapper .wp-block-heading:is(h3) {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark-purple);
}
.blog-detail__entry h4,
.blog-detail__entry .wp-block-heading:is(h4),
.editor-styles-wrapper h4,
.editor-styles-wrapper .wp-block-heading:is(h4) {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark-purple);
}
.blog-detail__entry ul,
.blog-detail__entry ol,
.blog-detail__entry .wp-block-list,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.editor-styles-wrapper .wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-left: 1rem;
  color: var(--blog-detail-body);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
.blog-detail__entry li.wp-block-list-item,
.editor-styles-wrapper li.wp-block-list-item {
  margin: 0;
}
.blog-detail__entry li.wp-block-list-item .block-editor-rich-text__editable,
.editor-styles-wrapper li.wp-block-list-item .block-editor-rich-text__editable {
  display: inline;
}
.blog-detail__entry .wp-block-quote,
.editor-styles-wrapper .wp-block-quote {
  align-items: stretch;
  padding: 0;
  border: 0;
  box-shadow: none;
  margin-top: 3rem;
  position: relative;
  padding-left: 2rem;
}
.blog-detail__entry .wp-block-quote::before,
.editor-styles-wrapper .wp-block-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  border-radius: 6.25rem;
  background: var(--light-purple);
}
.blog-detail__entry .wp-block-quote p,
.editor-styles-wrapper .wp-block-quote p {
  margin: 0;
  font-size: 1.5625rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  color: var(--blog-detail-body);
}
.blog-detail__entry .wp-block-quote cite,
.editor-styles-wrapper .wp-block-quote cite {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--blog-detail-body);
}
.blog-detail__entry .wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote {
  padding: 0;
  border: 0;
  text-align: left;
  margin-top: 3.4375rem;
}
.blog-detail__entry .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
.blog-detail__entry .wp-block-pullquote p,
.editor-styles-wrapper .wp-block-pullquote p {
  margin: 0 0 1.125rem;
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
  font-weight: 700;
  color: var(--medium-purple);
}
.blog-detail__entry .wp-block-pullquote cite,
.editor-styles-wrapper .wp-block-pullquote cite {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6875rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--blog-detail-body);
}
.blog-detail__entry .wp-block-pullquote cite::before,
.editor-styles-wrapper .wp-block-pullquote cite::before {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  border-radius: 6.25rem;
  background: var(--light-purple);
}
.blog-detail__entry .wp-block-image img,
.editor-styles-wrapper .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
.blog-detail__entry .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image figcaption {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--light-grey);
}
.blog-detail__entry .wp-block-image.alignleft, .blog-detail__entry .wp-block-image.alignright,
.blog-detail__entry .wp-block-image .alignleft,
.blog-detail__entry .wp-block-image .alignright,
.editor-styles-wrapper .wp-block-image.alignleft,
.editor-styles-wrapper .wp-block-image.alignright,
.editor-styles-wrapper .wp-block-image .alignleft,
.editor-styles-wrapper .wp-block-image .alignright {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.blog-detail__entry .wp-block-image.alignleft > figcaption, .blog-detail__entry .wp-block-image.alignright > figcaption,
.blog-detail__entry .wp-block-image .alignleft > figcaption,
.blog-detail__entry .wp-block-image .alignright > figcaption,
.editor-styles-wrapper .wp-block-image.alignleft > figcaption,
.editor-styles-wrapper .wp-block-image.alignright > figcaption,
.editor-styles-wrapper .wp-block-image .alignleft > figcaption,
.editor-styles-wrapper .wp-block-image .alignright > figcaption {
  display: block;
}
.blog-detail__entry .wp-block-image.alignleft img, .blog-detail__entry .wp-block-image.alignright img,
.blog-detail__entry .wp-block-image .alignleft img,
.blog-detail__entry .wp-block-image .alignright img,
.editor-styles-wrapper .wp-block-image.alignleft img,
.editor-styles-wrapper .wp-block-image.alignright img,
.editor-styles-wrapper .wp-block-image .alignleft img,
.editor-styles-wrapper .wp-block-image .alignright img {
  width: 100% !important;
}
@media (min-width: 620px) {
  .blog-detail__entry .wp-block-image.alignleft, .blog-detail__entry .wp-block-image.alignright,
  .blog-detail__entry .wp-block-image .alignleft,
  .blog-detail__entry .wp-block-image .alignright,
  .editor-styles-wrapper .wp-block-image.alignleft,
  .editor-styles-wrapper .wp-block-image.alignright,
  .editor-styles-wrapper .wp-block-image .alignleft,
  .editor-styles-wrapper .wp-block-image .alignright {
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 620px) {
  .blog-detail__entry .wp-block-image.alignleft,
  .blog-detail__entry .wp-block-image .alignleft,
  .editor-styles-wrapper .wp-block-image.alignleft,
  .editor-styles-wrapper .wp-block-image .alignleft {
    float: left;
    margin: 0 2rem 1.5rem 0;
  }
}
@media (min-width: 620px) {
  .blog-detail__entry .wp-block-image.alignright,
  .blog-detail__entry .wp-block-image .alignright,
  .editor-styles-wrapper .wp-block-image.alignright,
  .editor-styles-wrapper .wp-block-image .alignright {
    float: right;
    margin: 0 0 1.5rem 2rem;
  }
}
.blog-detail__entry .wp-block-embed,
.editor-styles-wrapper .wp-block-embed {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.blog-detail__entry .wp-block-embed iframe,
.editor-styles-wrapper .wp-block-embed iframe {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 1rem;
}
.blog-detail__entry .wp-block-embed__wrapper,
.editor-styles-wrapper .wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16/9;
}
.blog-detail__entry .wp-block-embed__wrapper iframe,
.editor-styles-wrapper .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.blog-detail__entry .wp-block-video,
.blog-detail__entry .blog-detail__video,
.editor-styles-wrapper .wp-block-video,
.editor-styles-wrapper .blog-detail__video {
  position: relative;
  width: 100%;
}
.blog-detail__entry .wp-block-video video,
.blog-detail__entry .blog-detail__video video,
.editor-styles-wrapper .wp-block-video video,
.editor-styles-wrapper .blog-detail__video video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 0;
  border-radius: 1rem;
  background: var(--grey-darker);
  object-fit: contain;
}
.blog-detail__entry .wp-block-video,
.blog-detail__entry .blog-detail__video,
.editor-styles-wrapper .wp-block-video,
.editor-styles-wrapper .blog-detail__video {
  /* Hide large native center play overlay (custom control is used instead). */
}
.blog-detail__entry .wp-block-video video::-webkit-media-controls-overlay-play-button,
.blog-detail__entry .blog-detail__video video::-webkit-media-controls-overlay-play-button,
.editor-styles-wrapper .wp-block-video video::-webkit-media-controls-overlay-play-button,
.editor-styles-wrapper .blog-detail__video video::-webkit-media-controls-overlay-play-button {
  opacity: 0;
  -webkit-appearance: none;
}
.blog-detail__entry .wp-block-video video::-webkit-media-controls-start-playback-button,
.blog-detail__entry .blog-detail__video video::-webkit-media-controls-start-playback-button,
.editor-styles-wrapper .wp-block-video video::-webkit-media-controls-start-playback-button,
.editor-styles-wrapper .blog-detail__video video::-webkit-media-controls-start-playback-button {
  opacity: 0;
  -webkit-appearance: none;
}
.blog-detail__entry .blog-detail__video--overlay-hidden .blog-detail__video-play-toggle,
.editor-styles-wrapper .blog-detail__video--overlay-hidden .blog-detail__video-play-toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.blog-detail__entry .blog-detail__video--playing .blog-detail__video-play-icon,
.editor-styles-wrapper .blog-detail__video--playing .blog-detail__video-play-icon {
  display: none;
}
.blog-detail__entry .blog-detail__video--playing .blog-detail__video-pause-icon,
.editor-styles-wrapper .blog-detail__video--playing .blog-detail__video-pause-icon {
  display: flex;
}
.blog-detail__entry .blog-detail__video-pause-icon,
.editor-styles-wrapper .blog-detail__video-pause-icon {
  display: none;
}
.blog-detail__entry .blog-detail__video-play-toggle,
.editor-styles-wrapper .blog-detail__video-play-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: var(--white);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}
@media screen and (min-width:1199px) {
  .blog-detail__entry .blog-detail__video-play-toggle,
  .editor-styles-wrapper .blog-detail__video-play-toggle {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.blog-detail__entry .blog-detail__video-play-toggle:hover,
.editor-styles-wrapper .blog-detail__video-play-toggle:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.blog-detail__entry .blog-detail__video-play-toggle:focus-visible,
.editor-styles-wrapper .blog-detail__video-play-toggle:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
}
.blog-detail__entry .page-links,
.editor-styles-wrapper .page-links {
  font-size: 1rem;
  font-weight: 500;
  color: var(--purple);
}

.editor-styles-wrapper {
  box-sizing: border-box;
  max-width: 39.375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1.25rem;
}
@media screen and (min-width:1199px) {
  .editor-styles-wrapper {
    padding: 7.75rem 1.25rem;
  }
}

/*# sourceMappingURL=blog-detail.css.map */
