/* Navbar logo size */
.navbar-brand img,
.navbar-brand .navbar-logo {
  height: 56px;
  max-height: 56px;
}

/* Pipeline stage callouts */
.callout-warning .callout-title {
  font-weight: 600;
}

/* Slightly tighter sidebar */
.sidebar-navigation .sidebar-section .sidebar-item {
  font-size: 0.9rem;
}

/* Pipeline step headers */
.pipeline-step {
  border-left: 4px solid #752f7d;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}

/* Code dropdowns (both code-fold and plain <details> example blocks) */
details.code-fold > summary,
details:not(.code-fold) > summary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(21, 101, 192, 0.08);
  border-left: 4px solid #1565C0;
  color: #1565C0;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.35rem 0.85rem 0.35rem 0.65rem;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  list-style: none;
  margin-bottom: 0.5rem;
  transition: background-color 0.15s ease;
}

details.code-fold > summary:hover,
details:not(.code-fold) > summary:hover {
  background-color: rgba(21, 101, 192, 0.18);
}

details.code-fold > summary::-webkit-details-marker,
details:not(.code-fold) > summary::-webkit-details-marker {
  display: none;
}

details.code-fold > summary::before,
details:not(.code-fold) > summary::before {
  content: "";
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231565C0' viewBox='0 0 16 16'%3E%3Cpath d='M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.85rem 0.85rem;
  flex-shrink: 0;
}

/* City / census analogy callouts */
div.callout.city-analogy {
  border-left-color: #6941C6 !important;
}

div.callout.city-analogy > .callout-header {
  background-color: rgba(105, 65, 198, 0.1);
}

div.callout.city-analogy .callout-icon::before {
  content: "" !important;
  display: inline-block !important;
  background-image: url("assets/landlocked-city-1.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  width: 1rem !important;
  height: 1rem !important;
}

/* Code callout (tip) — code-slash icon */
.callout-tip .callout-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231565C0' viewBox='0 0 16 16'%3E%3Cpath d='M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103z'/%3E%3C/svg%3E");
}
