/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
/**
 * @file
 * Claro styles for the System Status Report.
 */
:root {
  --system-admin-status-report-border-color: var(--color-gray-200);
}
.system-status-report {
  position: relative;
  padding-top: var(--space-m);
}
@media screen and (min-width: 38em) {
  .system-status-report {
    padding-top: var(--space-l);
  }
}
.system-status-report__status-title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  padding-left: 2.5em;
  padding-right: 0.375em;
  vertical-align: top;
  background-color: transparent;
  font-weight: normal;
}
.system-status-report__status-icon::before {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
}
.system-status-report__status-icon--error::before {
  background-image: url(../../../../misc/icons/dc2323/error.svg);
}
.system-status-report__status-icon--warning::before {
  background-image: url(../../images/core/e29700/warning.svg);
}
.system-status-report__entry__value {
  padding: 1em 0.5em;
}
.cron-description__run-cron {
  display: block;
}
.claro-details__wrapper.claro-details__wrapper--system-status-report {
  margin: 0;
}
.system-status-report__row {
  display: flex;
  border-bottom: 1px solid var(--system-admin-status-report-border-color);
}
.system-status-report__row:last-of-type {
  border-bottom: none;
}
.system-status-report__requirements-group {
  padding-top: 1.25rem;
}
.system-status-report__entry {
  overflow: auto;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.system-status-report__entry h3 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 1.231em;
}
.system-status-report__entry--error {
  background-color: transparent;
}
.system-status-report__entry--warning {
  background-color: transparent;
}
.system-status-report .claro-details {
  border: none;
  border-bottom: var(--details-border-size) solid var(--details-border-color);
  box-shadow: none;
}
.system-status-report__status-title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
  padding-right: 1em;
  font-weight: bold;
}
.system-status-report__status-icon::before {
  position: absolute;
  top: 1em;
  left: 0.625rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  content: "";
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.system-status-report__status-icon--error::before {
  background-image: url(../../../../misc/icons/dc2323/error.svg);
}
.system-status-report__status-icon--warning::before {
  background-image: url(../../images/core/e29700/warning.svg);
}
@media (forced-colors: active) {
  .system-status-report__status-icon::before {
    background-color: canvastext;
    background-image: none;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .system-status-report__status-icon--error::before {
    -webkit-mask-image: url(../../../../misc/icons/dc2323/error.svg);
    mask-image: url(../../../../misc/icons/dc2323/error.svg);
  }
  .system-status-report__status-icon--warning::before {
    -webkit-mask-image: url(../../images/core/e29700/warning.svg);
    mask-image: url(../../images/core/e29700/warning.svg);
  }
}
.system-status-report__entry__value {
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 1em;
  padding-left: 3em;
  padding-right: 1em;
  font-size: var(--font-size-s);
}
.claro-details__summary--system-status-report {
  background: var(--color-gray-050);
}
@media screen and (max-width: 48em) {
  .system-status-report {
    word-wrap: break-word;
  }
}
@media screen and (min-width: 48em) {
  .system-status-report__entry::after {
    display: table;
    clear: both;
    content: "";
  }
  .system-status-report__status-title {
    width: 18rem;
    cursor: default;
  }
  .system-status-report__status-title:hover,
  .system-status-report__status-title:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  html.js .system-status-report__status-title::-webkit-details-marker {
    display: none;
  }
  .system-status-report__entry__value {
    display: block;
    width: calc(100% - 23em);
    padding-top: 1em;
    padding-left: 0;
  }
}
