/*
    - Name: "featured_content.scss"
    - Description: "Add custom styles to Featured Content component"
*/
.micon.iconXs {
  width: var(--sizeXs);
  height: var(--sizeXs);
}

.micon.iconSm {
  width: var(--sizeSm);
  height: var(--sizeSm);
}

.micon.iconMd {
  width: var(--sizeMd);
  height: var(--sizeMd);
}

.micon.iconLg {
  width: var(--sizeLg);
  height: var(--sizeLg);
}

.micon.iconXl {
  width: var(--sizeXl);
  height: var(--sizeXl);
}

.micon.icon2xl {
  width: var(--size2xl);
  height: var(--size2xl);
}

.component-procedure-reference {
  display: flex;
  flex-direction: column;
  gap: var(--spacingSm);
  padding: var(--spacingSm);
  border: var(--spacing4xs) solid var(--colorGreys500);
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

.component-procedure-reference .field-title {
  font-family: var(--desktopH3BoldFontFamily), sans-serif;
  font-weight: var(--desktopH3BoldFontWeight);
  font-size: var(--mobileH3BoldFontWeight);
  line-height: var(--mobileH3BoldLineHeight);
  text-align: left;
  padding-right: var(--spacingLg);
}

@media all and (min-width: 62rem) {
  .component-procedure-reference .field-title {
    font-size: var(--desktopH3BoldFontSize);
    line-height: var(--desktopH3BoldLineHeight);
  }
}
.component-procedure-reference .field-title .micon {
  position: absolute;
  top: var(--spacingSm);
  right: var(--spacingSm);
}

.component-procedure-reference .field-title .micon:hover {
  color: var(--colorPrimaryDefault);
}

.component-procedure-reference .field-status {
  display: flex;
  align-items: center;
  font-family: var(--smallBoldFontFamily), sans-serif;
  font-size: var(--xsmallDefaultFontSize);
  font-weight: var(--smallBoldFontWeight);
  line-height: var(--xsmallDefaultLineHeight);
  text-align: left;
}

@media all and (min-width: 62rem) {
  .component-procedure-reference .field-status {
    font-size: var(--smallBoldFontSize);
    line-height: var(--smallBoldLineHeight);
  }
}
.component-procedure-reference .field-status .on_time,
.component-procedure-reference .field-status .off_time,
.component-procedure-reference .field-status .closed {
  display: flex;
  align-items: center;
  gap: var(--spacing2xs);
}

.component-procedure-reference .field-status .on_time .micon,
.component-procedure-reference .field-status .off_time .micon,
.component-procedure-reference .field-status .closed .micon {
  border: 2px solid;
  border-radius: 50%;
  padding: var(--spacing4xs);
  stroke-width: 2px;
}

.component-procedure-reference .field-status .on_time {
  color: var(--colorFeedbackSuccess);
}

.component-procedure-reference .field-status .on_time .micon {
  fill: var(--colorFeedbackSuccess);
  stroke: var(--colorFeedbackSuccess);
}

.component-procedure-reference .field-status .off_time {
  color: var(--validationSummaryColorWarningTitle);
}

.component-procedure-reference .field-status .off_time .micon {
  fill: var(--validationSummaryColorWarningTitle);
  stroke: var(--validationSummaryColorWarningTitle);
}

.component-procedure-reference .field-status .closed {
  color: var(--colorFeedbackError);
}

.component-procedure-reference .field-status .closed .micon {
  fill: var(--colorFeedbackError);
  stroke: var(--colorFeedbackError);
}

.component-procedure-reference .field-description {
  font-family: var(--baseDefaultFontFamily), sans-serif;
  font-size: var(--smallDefaultFontSize);
  font-weight: var(--baseDefaultFontWeight);
  line-height: var(--smallDefaultLineHeight);
  text-align: left;
}

.component-procedure-reference .field-description p {
  margin: var(--spacing2xs) 0;
}

@media all and (min-width: 62rem) {
  .component-procedure-reference .field-description {
    font-size: var(--baseDefaultFontSize);
    line-height: var(--baseDefaultLineHeight);
  }
}
.paragraph--type--process-reference .heading {
  font-family: var(--desktopH2BoldFontFamily), sans-serif;
  font-size: var(--mobileH2BoldFontSize);
  font-weight: var(--desktopH2BoldFontWeight);
  line-height: var(--mobileH2BoldLineHeight);
  text-align: left;
  margin-bottom: var(--spacingSm);
}

@media all and (min-width: 62rem) {
  .paragraph--type--process-reference .heading {
    font-size: var(--desktopH2BoldFontSize);
    line-height: var(--desktopH2BoldLineHeight);
  }
}
.paragraph--type--process-reference .splide {
  display: flex;
  flex-direction: column;
  gap: var(--spacingMd);
  position: static;
  visibility: visible;
}

.paragraph--type--process-reference .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}

.paragraph--type--process-reference .splide__arrows {
  justify-content: flex-end;
}

@media all and (min-width: 50.0625rem) {
  .paragraph--type--process-reference .splide__arrows {
    display: none;
  }
}
.paragraph--type--process-reference .splide__arrow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: center;
  width: var(--sizeLg);
  height: var(--sizeLg);
  margin-left: var(--spacingSm);
  border: none;
}

@media all and (min-width: 50.0625rem) {
  .paragraph--type--process-reference .splide__arrow {
    border: 2px solid var(--colorBlack);
  }
}
@media all and (max-width: 50.0625rem) {
  .paragraph--type--process-reference .splide__track {
    padding: 0 1.375rem !important;
  }
}
@media all and (max-width: 50.0625rem) {
  .paragraph--type--process-reference .splide__list {
    padding-right: 15% !important;
  }
}
.paragraph--type--process-reference .splide__slide {
  padding-left: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
}

.paragraph--type--process-reference .splide .procedure-references {
  flex-wrap: nowrap;
}

@media all and (min-width: 50.0625rem) {
  .paragraph--type--process-reference .splide .procedure-references {
    flex-wrap: wrap;
  }
}
.paragraph--type--process-reference .procedure-references {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--spacingMd);
  -moz-column-gap: var(--spacingMd);
       column-gap: var(--spacingMd);
}

.paragraph--type--process-reference .procedure-references .field--name-procedure-reference {
  width: 100%;
}

.paragraph--type--process-reference .procedure-references .field--name-procedure-reference .views-element-container {
  height: 100%;
}

.paragraph--type--process-reference .procedure-references .field--name-procedure-reference .views-element-container .view-pg-process-reference {
  height: 100%;
}

.paragraph--type--process-reference .procedure-references .field--name-procedure-reference .views-element-container .view-pg-process-reference .views-row {
  height: 100%;
}

.paragraph--type--process-reference.col-1 .field-button .btn::after {
  content: "";
  position: absolute;
  inset: 0;
}

@media all and (min-width: 36rem) {
  .paragraph--type--process-reference.col-2 .field--name-procedure-reference {
    width: calc(50% - 12px);
  }
}
@media all and (min-width: 36rem) {
  .paragraph--type--process-reference.col-3 .field--name-procedure-reference {
    width: calc(50% - 12px);
  }
}
@media all and (min-width: 50.0625rem) {
  .paragraph--type--process-reference.col-3 .field--name-procedure-reference {
    width: calc(33% - 15px);
  }
}
.paragraph--type--process-reference.col-3 .field--name-procedure-reference .btn-primary {
  width: auto;
}

.paragraph--type--process-reference.col-3 .field--name-procedure-reference .btn-primary span {
  flex: 1;
}

@media all and (min-width: 50.0625rem) {
  .paragraph--type--process-reference.col-4 .field--name-procedure-reference {
    width: calc(50% - 12px);
  }
}
@media all and (min-width: 62rem) {
  .paragraph--type--process-reference.col-4 .field--name-procedure-reference {
    width: calc(25% - 18px);
  }
}
.paragraph--type--process-reference.col-4 .field--name-procedure-reference .btn-primary {
  width: auto;
}

.paragraph--type--process-reference.col-4 .field--name-procedure-reference .btn-primary span {
  flex: 1;
}

.paragraph--type--process-reference.col-2 .views-element-container:hover, .paragraph--type--process-reference.col-3 .views-element-container:hover, .paragraph--type--process-reference.col-4 .views-element-container:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.paragraph--type--process-reference.col-2 .views-element-container:hover .field-title, .paragraph--type--process-reference.col-3 .views-element-container:hover .field-title, .paragraph--type--process-reference.col-4 .views-element-container:hover .field-title {
  text-decoration: underline;
}

.paragraph--type--process-reference.col-2 .field-description, .paragraph--type--process-reference.col-3 .field-description, .paragraph--type--process-reference.col-4 .field-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.paragraph--type--process-reference.col-2 .field-button .btn, .paragraph--type--process-reference.col-3 .field-button .btn, .paragraph--type--process-reference.col-4 .field-button .btn {
  position: absolute;
  inset: 0;
  color: transparent;
  background: transparent;
}

@media all and (min-width: 50.0625rem) {
  .layout--twocol-section--25-75 .layout__region--second .paragraph--type--process-reference.col-3 .procedure-references .field--name-procedure-reference {
    width: calc(50% - 12px);
  }
}
@media all and (min-width: 78rem) {
  .layout--twocol-section--25-75 .layout__region--second .paragraph--type--process-reference.col-3 .procedure-references .field--name-procedure-reference {
    width: calc(33% - 15px);
  }
}