.wtvr-widget {
}

.wtvr-status {
  min-height: 22px;
}

.wtvr-dashboard {
  margin-bottom: 1rem;
}

.wtvr-dashboard-panel {
  display: grid;
  gap: 1rem;
}

.wtvr-dashboard-lists > .col {
  margin-bottom: 1rem;
}

.wtvr-dashboard-lists + .wtvr-dashboard-recent-card {
  margin-top: 0.5rem;
}

.wtvr-filterbar {
  margin-top: -2rem;
}

.wtvr-filterbar-inner {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.wtvr-filterbar-label {
  color: var(--bs-secondary-color, #6c757d);
  flex: 0 0 100%;
  font-size: 0.875rem;
  font-weight: 700;
}

.wtvr-filterbar-select {
  max-width: 18rem;
  min-width: min(100%, 14rem);
}

.wtvr-filterbar-submit {
  font-weight: 600;
}

.wtvr-dashboard-total-card .card-body {
  padding: 1rem;
}

.wtvr-dashboard-total-value {
  color: var(--bs-body-color, #212529);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.2rem;
}

.wtvr-table-card {
  min-width: 0;
}

.wtvr-table-card-header {
  background: var(--bs-light, #f8f9fa);
  padding: 0.65rem 0.85rem;
}

.wtvr-table-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
}

.wtvr-table-card-table th,
.wtvr-table-card-table td {
  padding: 0.6rem 0;
  vertical-align: middle;
}

.wtvr-dashboard-position {
  color: var(--bs-secondary-color, #6c757d);
  font-variant-numeric: tabular-nums;
  width: 1%;
  white-space: nowrap;
}

.wtvr-dashboard-item-label {
  overflow-wrap: anywhere;
}

.wtvr-dashboard-feature-link {
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-align: left;
}

.wtvr-dashboard-item-count {
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
  width: 1%;
}

.wtvr-dashboard-recent-title {
  overflow-wrap: anywhere;
}

.wtvr-dashboard-recent-date {
  color: var(--bs-secondary-color, #6c757d);
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
  width: 1%;
}

.wtvr-feature-website-title {
  overflow-wrap: anywhere;
}

.wtvr-feature-websites-more {
  font-size: 0.9rem;
  margin-top: 0.75rem;
}

.wtvr-feature-websites-more-button {
  font-weight: 600;
}

.wtvr-venue-listing {
  align-items: center;
  display: inline-flex;
  min-width: 0;
  vertical-align: middle;
}

.wtvr-venue-listing-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 1rem;
  height: 1rem;
  justify-content: center;
  margin-right: 0.7rem;
  overflow: hidden;
  width: 1rem;
}

.wtvr-venue-listing-icon img {
  display: block;
  height: 100%;
  max-height: 1rem;
  max-width: 1rem;
  object-fit: contain;
  width: 100%;
}

.wtvr-venue-listing-title {
  min-width: 0;
}

.wtvr-venue-analysis-link {
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-align: left;
}

.wtvr-analysis-hero {
  overflow-wrap: anywhere;
}

.wtvr-analysis-hero-icon {
  height: 72px;
  max-height: 72px;
  max-width: 72px;
  object-fit: contain;
  width: 72px;
}

.wtvr-analysis-hero + .wtvr-breadcrumbs {
  margin-top: -2rem;
}

.wtvr-breadcrumbs {
  overflow-wrap: anywhere;
}

.wtvr-analysis-url {
  overflow-wrap: anywhere;
}

.wtvr-analysis-summary {
  overflow-wrap: anywhere;
}

.wtvr-analysis-result-cards {
  display: grid;
  gap: 1rem;
}

.wtvr-analysis-stack-table th {
  width: 36%;
}

.wtvr-analysis-feature-title,
.wtvr-analysis-feature-value {
  overflow-wrap: anywhere;
}

.wtvr-analysis-feature-link {
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-align: left;
}

.wtvr-analysis-feature-probability {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  width: 1%;
}

.wtvr-feature-website-date,
.wtvr-feature-website-confidence {
  color: var(--bs-secondary-color, #6c757d);
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
  width: 1%;
}

.wtvr-evidence-value {
  overflow-wrap: anywhere;
}

@media (max-width: 560px) {
  .wtvr-widget .input-group {
    display: grid;
    gap: 0.5rem;
  }

  .wtvr-widget .input-group > .form-control,
  .wtvr-widget .input-group > .btn {
    border-radius: var(--bs-border-radius, 0.25rem);
    width: 100%;
  }

  .wtvr-filterbar-inner {
    align-items: stretch;
    display: grid;
  }

  .wtvr-filterbar-select,
  .wtvr-filterbar-submit {
    max-width: none;
    width: 100%;
  }
}
