a {
  text-decoration: none;
}

.embed-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  max-width: 400px;
}

.extension-logo {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.stats-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  align-items: center;
  margin-bottom: 20px;
}

.stats-list dt {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #333;
}

.stats-list dd {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-weight: 600;
}

.chart-container {
  border-radius: 8px;
  overflow: hidden;
}

.name-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

h1 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.last-update {
  color: #fff;
  background-color: #888;
}

.recently-updated {
  background-color: #ff6900;
}

.d-inline-flex {
  display: inline-flex;
}

.align-items-center {
  align-items: center;
}

.gap-1 {
  gap: 0.25rem;
}

.rounded-pill {
  border-radius: 50rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ms-1 {
  margin-left: 0.25rem;
}

.fw-bold {
  font-weight: 700;
}

.caption {
  color: #444;
  font-size: 0.75rem;
}

.position-relative {
  position: relative;
}

.d-inline-block {
  display: inline-block;
}

.position-absolute {
  position: absolute;
}

.end-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.text-white {
  color: white !important;
}

.alert-danger {
  margin: 0.5rem 0;
  background-color: #f8d7da;
  color: #58151c;
  border-radius: 0.375rem;
  padding: 0.5rem;
  font-weight: 700;
}

.footer {
  font-size: 12px;
  display: flex;
  justify-content: end;
}

.dark {
  background-color: #282828;
  color: white;
}

.dark h1,
.dark .stats-list dt {
  color: #bbb;
}

.dark a {
  color: #9fc2ff;
}

.dark .caption {
  color: #444;
}
