/***** Vistra Design System *****/
/************************************/
/* 16px */
/* 24px */
/***** START: New theme variables *****/
/************************************/
/***** END: New theme variables ******/
/************************************/
.actions-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.actions-bar__divider {
  border: none;
  border-top: 1px solid #E4E8EF;
  margin: 0;
}
.actions-bar__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  min-height: 2.5rem;
}
.actions-bar.actions-bar--layout-tag-icon .actions-bar__tag-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.actions-bar.actions-bar--layout-tag-icon .actions-bar__tag-wrapper > .actions-bar__arrow-link:only-child {
  margin-left: auto;
}
.actions-bar.actions-bar--layout-tag-icon .actions-bar__tag.pill {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.01em;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  background-color: var(--pill-background-colour, #97E3FF);
  color: var(--pill-text-colour, #0909B7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.actions-bar.actions-bar--layout-tag-icon .actions-bar__arrow-link {
  height: 24px;
  margin-top: 2px;
}
.actions-bar.actions-bar--layout-tag-icon .actions-bar__arrow-link .link-icon svg {
  width: 24px;
  height: auto;
}
.actions-bar.actions-bar--layout-tag-icon .actions-bar__arrow-link .link-icon svg path {
  fill: var(--link-colour, #0909B7);
}
.actions-bar.actions-bar--layout-icon-link .actions-bar--content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.actions-bar.actions-bar--layout-icon-link .actions-bar__icon svg {
  width: 24px;
  height: auto;
}
.actions-bar.actions-bar--layout-icon-link .actions-bar__icon svg path {
  fill: var(--link-colour, #0909B7);
}
.actions-bar.actions-bar--layout-link .actions-bar__link-wrapper {
  width: 100%;
}
.actions-bar.actions-bar--layout-link .actions-bar__link-wrapper.link-position-left .link-component {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.actions-bar.actions-bar--layout-link .actions-bar__link-wrapper.link-position-right .link-component {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.actions-bar.actions-bar--layout-buttons .actions-bar__buttons-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end; /* pushes items to the right */
  /* Only apply when there are exactly 3 items */
}
.actions-bar.actions-bar--layout-buttons .actions-bar__buttons-wrapper .button {
  width: 100%;
}
.actions-bar.actions-bar--layout-buttons .actions-bar__buttons-wrapper > :first-child:nth-child(1):nth-last-child(3) {
  margin-right: auto; /* push the first item to the left */
}
@media all and (min-width: 64em) {
  .actions-bar.actions-bar--layout-buttons .actions-bar__buttons-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
  }
  .actions-bar.actions-bar--layout-buttons .actions-bar__buttons-wrapper .button {
    width: auto;
  }
}
/*# sourceMappingURL=actions-bar.css.map */
