/*------------------------------------*\
    #BEGIN: Theming
\*------------------------------------*/
/*------------------------------------*\
    #END  : theming
\*------------------------------------*/
/*---------------------------------------------------------*\
    #BEGIN: Vendor tools to forward for abstracts folder
\*---------------------------------------------------------*/
/*------------------------------------------------------*\
    #BEGIN: Responsive Font Sizes unit resizing engine
\*------------------------------------------------------*/
/*------------------------------------------------------*\
    #END: responsive Font Sizes unit resizing engine
\*------------------------------------------------------*/
/*------------------------------------------------------*\
    #BEGIN: Responsive Font Sizes unit resizing engine
\*------------------------------------------------------*/
/* Has not supported yet
@use 'node_modules/rfs/scss' with (
    $rfs-base-value: 1.15,
    $rfs-safari-iframe-resize-bug-fix: true
);
*/
/*------------------------------------------------------*\
    #END: responsive Font Sizes unit resizing engine
\*------------------------------------------------------*/
/*---------------------------------------------------------*\
    #BEGIN: Vendor tools to forward for abstracts folder
\*---------------------------------------------------------*/
.mobile-alert {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  z-index: var(--z-5000);
}
.mobile-alert__container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.mobile-alert__image {
  width: 100%;
  position: relative;
}
.mobile-alert__image .image-placeholder {
  width: 100%;
  border-radius: inherit;
  padding-bottom: 216.6666666667%;
  background-color: var(--primary-background-colour-transparent);
  position: relative;
}
.mobile-alert__image .image-placeholder > img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  position: absolute;
}
.mobile-alert__information {
  width: 12.5rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.625rem;
}
.mobile-alert__information h1 {
  color: var(--primary-text-colour-black);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-align: center;
  text-transform: uppercase;
}
.mobile-alert__information p {
  color: var(--primary-text-colour-grey);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2142857143;
  text-align: center;
}
/*# sourceMappingURL=mobile_alert.min.css.map */
