/* Accurate browser diagnostics additions. Loaded only by online-diagnostika.html. */
.dt-context {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 14px;
  text-align: left;
}

.dt-field label {
  display: block;
  margin-bottom: 5px;
  color: #354a59;
  font-size: 11px;
  font-weight: 700;
}

.dt-field select {
  width: 100%;
  min-height: 42px;
  padding: 8px 32px 8px 10px;
  border: 1px solid #cfdce6;
  border-radius: 8px;
  background: #fff;
  color: #203746;
  font: inherit;
  font-size: 13px;
  outline: none;
}

.dt-field select:focus {
  border-color: #1a73e8;
  box-shadow: 0 0 0 3px rgba(26, 115, 232, .12);
}

.dt-notice {
  display: flex;
  gap: 9px;
  margin: 0 0 16px;
  padding: 10px 11px;
  border: 1px solid #cfe0ea;
  border-radius: 8px;
  background: #f5f9fc;
  color: #496273;
  font-size: 11px;
  line-height: 1.55;
  text-align: left;
}

.dt-notice i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #1a73e8;
}

.dt-data-note {
  margin: -8px 0 17px;
  color: #6b7f8d;
  font-size: 10px;
  line-height: 1.45;
}

.dt .dt-btn,
.dt .dt-progress,
.dt .dt-card,
.dt .dt-summary,
.dt .dt-rec,
.dt .dt-cta-call,
.dt .dt-cta-wa,
.dt .dt-cta-reset {
  border-radius: 8px;
}

.dt .dt-btn {
  background: #1a73e8;
}

.dt .dt-prog-fill {
  background: #1a73e8;
}

.dt-card.c-info {
  border-color: #b9cfdd;
}

.dt-card.c-unavailable {
  border-color: #cfd5da;
  background: #fafbfc;
}

.dt-card.c-unavailable .dt-badge {
  background: #eef1f3;
  color: #606b73;
}

.dt-card.c-unavailable .dt-card-val {
  color: #5f6e78;
  font-size: 1.05em;
  line-height: 1.35;
}

.dt-card-val {
  overflow-wrap: anywhere;
}

.dt-card-sub {
  color: #617482;
}

.dt-status-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #1a73e8;
  border-radius: 50%;
  background: #fff;
  color: #1a73e8;
  font-size: 1.45rem;
}

.dt-status-icon.s-good {
  border-color: #34a853;
  color: #23823e;
}

.dt-status-icon.s-warn {
  border-color: #fbbc04;
  color: #a45a00;
}

.dt-status-icon.s-bad {
  border-color: #ea4335;
  color: #c5221f;
}

.dt-rec.info {
  background: #edf5fb;
}

.dt-rec.info .dt-rec-icon {
  color: #1a73e8;
}

.dt-rec-text code {
  padding: 1px 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .06);
  font-size: .95em;
}

.dt-summary .dt-sum-desc {
  max-width: 490px;
}

@media (max-width: 560px) {
  .dt-context {
    grid-template-columns: 1fr;
  }

  .dt-start {
    padding-top: 2px;
  }

  .dt-chips {
    justify-content: flex-start;
  }

  .dt-chip {
    padding: 5px 9px;
    font-size: 11px;
  }

  .dt-sum-head {
    align-items: flex-start;
    padding: 14px;
  }

  .dt-status-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .dt-sum-body {
    padding: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dt-card,
  .dt-btn,
  .dt-prog-fill,
  .dt-gauge-fill {
    animation: none;
    transition: none;
  }
}
