#winchester-fire-danger-widget {
  text-align: center;
  margin-top: -25px;
}

.wfd-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 7px 18px;
  font-family: inherit;
}

.wfd-icon {
  font-size: 15px;
  color: #FAC775;
  line-height: 1;
}

.wfd-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.wfd-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 11px;
  border-radius: 3px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.wfd-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}

.wfd-dnr-link,
.wfd-dnr-link:link,
.wfd-dnr-link:visited {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: underline !important;
  border: none !important;
  box-shadow: none !important;
  margin-left: 2px;
}

.wfd-dnr-link:hover,
.wfd-dnr-link:active {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: underline !important;
}

.wfd-error {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.wfd-error a {
  color: rgba(255, 255, 255, 0.6);
}
