.box-image-text .image {
  min-height: 190px;
  max-height: 190px;
}

.box-image-text .image img {
  max-height: 190px;
  margin: auto;
}

.box-simple {
  min-height: 230px;
}

#content p {
   font-size:medium;
   font-weight:400;
   color:rgba(47, 79, 79, 0.862);
}
#content li {
  font-size:medium;
}
#content a {
  font-size:medium;
}
#breadcrumbs a {
  font-size:small;
}
/* Style the list */
ul#breadcrumbs {
  padding: 10px 16px;
  list-style: none;
  
}

/* Display list items side by side */
ul#breadcrumbs li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul#breadcrumbs li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul#breadcrumbs li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul#breadcrumbs li a:hover {
  color: #01447e;
  text-decoration: underline;
}
mark {
  background-color: #ffd166;
  color: #000;
  padding: 0 3px;
  border-radius: 2px;
}

mark:first-of-type {
  background-color: #ffb703;
}
:target {
  scroll-margin-top: 140px;
}
.roots-list {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.roots-list li {
  margin: 0.2rem 0;
  padding: 0;
  line-height: 1.2;
}
.roots-content {
  max-width: 800px;
  line-height: 1.5;
}

.roots-content h3 {
  margin-top: 20px;
}

.roots-content ul {
  margin-left: 20px;
}
.search-bar {
  position: sticky;
  top: 0;
  background: white;
  padding: 10px 0;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
}

#searchBox {
  width: 100%;
  padding: 8px;
}

#results {
  background: white;
  max-height: 300px;
  overflow-y: auto;
}
.search-bar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 10px 20px;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
}

#searchBox {
  width: 100%;
  max-width: 900px;
  padding: 8px;
  box-sizing: border-box;
}

#results {
  max-width: 900px;
  background: white;
  margin: 8px 0 0 0;
  padding-left: 20px;
  max-height: 250px;
  overflow-y: auto;
}

.roots-page-content {
  margin-top: 110px;
}
li {
  list-style: none;
}
.roots-content p {
  white-space: pre-line;
  margin: 0;
}

.download-page {
  max-width: 980px;
  margin: 0 auto;
}

.download-page .lead {
  margin-bottom: 28px;
  color: #334155 !important;
  font-size: 1.25rem !important;
  line-height: 1.55;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin: 28px 0;
}

.download-card {
  border: 1px solid #dbe3ea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  padding: 26px;
}

.download-card h2 {
  margin-top: 0;
  color: #0f172a;
}

.download-card p {
  color: #475569 !important;
}

.download-button {
  display: inline-block;
  margin: 14px 0 10px;
  border-radius: 8px;
  background: #0f766e;
  color: #ffffff !important;
  font-weight: 700;
  padding: 12px 18px;
  text-decoration: none;
}

.download-button:hover {
  background: #115e59;
  color: #ffffff !important;
  text-decoration: none !important;
}

.download-card small {
  display: block;
  color: #64748b;
}

.download-card .download-muted {
  margin-top: 6px;
  color: #94a3b8;
}

.download-note {
  margin-top: 24px;
  border-left: 4px solid #0f766e;
  background: #f0fdfa;
  color: #134e4a !important;
  padding: 14px 18px;
}
