.load-more {
  width: 100%;
  height: 45px;
  margin-top: 12px;
  border: 1px solid #cfdad5;
  border-radius: 12px;
  background: #fff;
  color: #075c4d;
  font-weight: 800;
}

.mobile-header > .mobile-account {
  position: relative;
  flex: 0 0 auto;
  padding-left: 0;
  border-left: 0;
}

.mobile-account > button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #e4eeea;
  color: #075c4d;
  font-size: 11px;
  font-weight: 900;
}

.mobile-account > section {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 60;
  width: min(270px, calc(100vw - 28px));
  padding: 15px;
  border: 1px solid #d7e1dc;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(12, 47, 39, .18);
}

.mobile-account > section strong,
.mobile-account > section small {
  overflow-wrap: anywhere;
  text-transform: none;
  letter-spacing: 0;
}

.mobile-account > section small {
  margin-top: 4px;
  color: #687873;
  font-size: 10px;
}

.mobile-account form button,
.side-account form button {
  width: 100%;
  min-height: 40px;
  margin-top: 12px;
  border: 1px solid currentColor;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  font-size: 11px;
  font-weight: 800;
}

.side-account {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin-top: auto;
  padding: 14px 9px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
}

.side-account > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  font-size: 11px;
  font-weight: 900;
}

.side-account > div {
  min-width: 0;
}

.side-account strong,
.side-account small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-account strong {
  font-size: 11px;
}

.side-account small {
  margin-top: 3px;
  color: #bfd5ce;
  font-size: 9px;
}

.side-account form {
  grid-column: 1 / -1;
}

.side-account form button {
  margin-top: 2px;
  color: #dbece6;
}

@media (min-width: 760px) {
  .side-account + .api-state {
    margin-top: 0;
  }
}

.navigation-fault-icon {
  position: relative;
  width: 21px;
  height: 19px;
  display: grid !important;
  place-items: center;
  margin-bottom: 4px;
  color: currentColor;
  font-size: 10px !important;
  font-weight: 950;
  line-height: 1;
}

.navigation-fault-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid currentColor;
  border-radius: 4px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.navigation-fault-icon i {
  position: relative;
  z-index: 1;
  padding-top: 5px;
  font-style: normal;
}

.fault-directory {
  display: grid;
  gap: 14px;
}

.fault-directory-tools {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 46px 46px 46px;
  gap: 8px;
}

.fault-directory-search {
  height: 48px;
}

.fault-directory-grouping {
  display: flex;
  padding: 4px;
  border-radius: 13px;
  background: #e7eeea;
}

.fault-directory-grouping button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #65746e;
  font-size: 11px;
  font-weight: 850;
}

.fault-directory-grouping button.current {
  background: #fff;
  color: #075c4d;
  box-shadow: 0 3px 9px rgba(23, 50, 45, .08);
}

.fault-directory-sort {
  position: relative;
}

.fault-directory-sort summary,
.fault-directory-refresh {
  width: 46px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #cfdad5;
  border-radius: 13px;
  background: #fff;
  color: #075c4d;
  font-size: 18px;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

.fault-directory-sort summary::-webkit-details-marker {
  display: none;
}

.fault-directory-sort > div {
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 15;
  width: 235px;
  display: grid;
  gap: 5px;
  padding: 8px;
  border: 1px solid #d7e1dc;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(12, 47, 39, .16);
}

.fault-directory-sort > div button {
  display: grid;
  gap: 3px;
  padding: 11px 12px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #17322d;
  text-align: left;
}

.fault-directory-sort > div button.current {
  background: #e7f1ed;
  color: #075c4d;
}

.fault-directory-sort > div small {
  color: #71807a;
  font-size: 9px;
}

.fault-directory-refresh {
  cursor: pointer;
}

.fault-directory-tools > .diagnostic-date-filter > summary {
  width: 46px;
  height: 48px;
  border-radius: 13px;
}

.fault-directory-tools > .diagnostic-date-filter > .diagnostic-date-filter-menu {
  top: 55px;
}

.fault-directory-refresh.busy {
  opacity: .55;
  animation: syncPulse 1s ease infinite;
}

.fault-directory-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.fault-directory-stats span {
  min-width: 0;
  padding: 13px 15px;
  border: 1px solid #dbe4df;
  border-radius: 13px;
  background: #fff;
}

.fault-directory-stats small,
.fault-directory-stats strong {
  display: block;
}

.fault-directory-stats small {
  color: #77857f;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.fault-directory-stats strong {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  color: #17322d;
  font-size: 24px;
  font-weight: 500;
}

.fault-directory-loading {
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 1px solid #dbe4df;
  border-radius: 16px;
  background: #fff;
  color: #687873;
  font-size: 12px;
}

.fault-directory-loading span {
  width: 34px;
  height: 34px;
  border: 3px solid #dbe6e1;
  border-top-color: #075c4d;
  border-radius: 50%;
  animation: faultDirectorySpin .9s linear infinite;
}

@keyframes faultDirectorySpin {
  to { transform: rotate(360deg); }
}

.fault-directory-error {
  margin: 0;
}

.fault-directory-warning {
  padding: 11px 13px;
  border: 1px solid #efc5bc;
  border-radius: 11px;
  background: #fff5f2;
  color: #8f3a29;
  font-size: 11px;
}

.fault-directory-result {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px;
  color: #687873;
  font-size: 10px;
}

.fault-directory-list {
  display: grid;
  gap: 8px;
}

.fault-directory-list > article {
  overflow: hidden;
  border: 1px solid #dbe4df;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(23, 50, 45, .035);
}

.fault-directory-list > article.expanded {
  border-color: #bdcec6;
}

.fault-directory-row {
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto 18px;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 0;
  background: #fff;
  color: #17322d;
  text-align: left;
}

.fault-directory-asset-mark,
.fault-directory-code-mark {
  width: 56px;
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 6px;
  border-radius: 12px;
  background: #e3efea;
  color: #075c4d;
  overflow-wrap: anywhere;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
}

.fault-directory-code-mark {
  background: #fae7e1;
  color: #a63e29;
  font-size: 18px;
}

.fault-directory-row.code .fault-directory-code-mark {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  padding-inline: 5px;
  overflow: hidden;
  font-size: 9px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fault-directory-heading {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.fault-directory-heading strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.fault-directory-heading small {
  overflow: hidden;
  color: #687873;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}

.fault-directory-heading em {
  color: #8b9792;
  font-size: 9px;
  font-style: normal;
}

.fault-directory-count {
  min-width: 78px;
  display: grid;
  justify-items: end;
  gap: 2px;
  color: #9a3623;
}

.fault-directory-count strong {
  font-size: 16px;
}

.fault-directory-count small {
  color: #7b8883;
  font-size: 8px;
  font-weight: 700;
}

.fault-directory-row > i {
  color: #74827d;
  font-size: 14px;
  font-style: normal;
  transition: transform .18s ease;
}

.fault-directory-list > article.expanded .fault-directory-row > i {
  transform: rotate(180deg);
}

.fault-directory-code-list {
  display: grid;
  gap: 6px;
  padding: 8px 12px 12px 80px;
  border-top: 1px solid #e6ece8;
  background: #f8faf8;
}

.fault-directory-code-row {
  min-height: 59px;
  display: grid;
  grid-template-columns: minmax(120px, .7fr) minmax(0, 1.5fr) minmax(130px, .8fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #e0e7e3;
  border-radius: 10px;
  background: #fff;
}

.fault-directory-code-row > span:first-child,
.fault-directory-code-meta {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.fault-directory-code-row b {
  font-size: 11px;
}

.fault-directory-code-row small,
.fault-directory-code-row time {
  color: #75837d;
  font-size: 8px;
}

.fault-directory-code-row p {
  margin: 0;
  color: #3f554f;
  font-size: 10px;
}

.fault-directory-code-row > strong {
  color: #9a3623;
  font-size: 13px;
}

.fault-directory-code-row.asset {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.fault-directory-note {
  margin: 0;
  padding: 2px;
  color: #77857f;
  font-size: 9px;
}

@media (max-width: 759px) {
  .fault-directory-tools {
    grid-template-columns: minmax(0, 1fr) 46px 46px 46px;
  }

  .fault-directory-search {
    grid-column: 1 / -1;
  }

  .fault-directory-grouping {
    min-height: 46px;
  }

  .fault-directory-grouping button {
    flex: 1;
  }

  .fault-directory-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .fault-directory-row {
    grid-template-columns: 48px minmax(0, 1fr) auto 13px;
    gap: 9px;
    padding: 11px;
  }

  .fault-directory-asset-mark,
  .fault-directory-code-mark {
    width: 48px;
  }

  .fault-directory-count {
    min-width: 54px;
  }

  .fault-directory-code-list {
    padding: 8px;
  }

  .fault-directory-code-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
  }

  .fault-directory-code-row p,
  .fault-directory-code-row .fault-directory-code-meta {
    grid-column: 1 / -1;
  }

  .fault-directory-code-row > strong {
    grid-column: 2;
    grid-row: 1;
  }

  .fault-directory-code-row.asset {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .fault-directory-code-row.asset .fault-directory-code-meta {
    grid-column: 1;
  }

  .fault-directory-result {
    display: grid;
    gap: 3px;
  }
}
