/*
 * 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.
 */

.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--error {
  background-color: transparent;
}

.system-status-report__entry--warning {
  background-color: transparent;
}

.system-status-report__entry h3 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 1.231em;
}

.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: 1em 1em 1em 3em; /* LTR */
  font-weight: bold;
}

.system-status-report__status-icon:before {
  position: absolute;
  top: 1em;
  left: 0.625rem; /* LTR */
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem; /* LTR */
  content: "";
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

[dir="rtl"] .system-status-report__status-icon:before {
  right: 0.625rem;
  left: auto;
  margin-right: 0;
}

.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: 0 1em 1em 3em; /* LTR */
  font-size: 0.875rem;
}

[dir="rtl"] .system-status-report__entry__value {
  padding-right: 3em;
  padding-left: 1em;
}

.claro-details__summary--system-status-report {
  background: var(--color-gray-050);
}

@media screen and (max-width: 47.9375rem) {
  .system-status-report {
    word-wrap: break-word;
  }
}

@media screen and (min-width: 48rem) {
  .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 {
    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; /* LTR */
  }
  [dir="rtl"] .system-status-report__entry__value {
    padding-right: 3em;
    padding-left: 0;
  }
}
