@charset "utf-8";
.spec-header {
  background: #f8f9fa;
  padding: 22px 24px;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

.spec-header h1 {
  margin: 0 0 6px 0;
  font-weight: 600;
}
.pdf-toolbar {
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}

.pdf-toolbar button,
.pdf-toolbar .btn-download {
  padding: 8px 14px;
  border: 1px solid #999;
  background: white;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  color: black;
}

.pdf-toolbar button:hover,
.pdf-toolbar .btn-download:hover {
  background: #ececec;
}
.badge-soft {
	background: rgba(0,0,0,.06);
	color: #111;
	font-weight: 600;
}
.card-soft {
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 1rem;
}
.kpi {
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 1rem;
	padding: 1rem;
	height: 100%;
}
.hr-soft {
	border-top: 1px solid rgba(0,0,0,.10);
}
.richtext h2, .richtext h3 {
	margin-top: 1.25rem;
}
.small-note {
	font-size: .95rem;
}
	
.pdf-toolbar button {
  transition: all 0.2s ease;
}

.pdf-toolbar button:active {
  transform: scale(0.97);
}