.single-project pre[class*=language-]:before,
.single-project pre[class*=language-]:after {
  box-shadow: 0 8px 8px #979797;
}
.single-project figure.wp-block-image.alignwide {
  padding: 0;
}
@media (min-width: 768px) {
  .single-project figure.wp-block-image.alignwide {
    margin-inline: 0 -70px;
  }
}
.single-project #fibel-project-content {
  scroll-margin-top: 3rem;
  margin-top: 0;
}
.single-project {
  /* Tabs */
}
.single-project .wp-block-fibel-tabs .fibel-tabs-title-list li a.fibel-tab-title {
  color: inherit;
  /* border-color: rgb(from var(--wp--preset--color--border-light) r g b / 0.5); */
}
.single-project .wp-block-fibel-tabs .fibel-tabs-title-list li.fibel-tab-title-active .fibel-tab-title,
.single-project .wp-block-fibel-tabs .fibel-tabs-title-list li:focus .fibel-tab-title,
.single-project .wp-block-fibel-tabs .fibel-tabs-title-list li:hover .fibel-tab-title {
  background-color: var(--wp--preset--color--tertiary);
  border-color: var(--wp--preset--color--border-light);
  color: var(--wp--preset--color--main);
}
.single-project .wp-block-fibel-tabs .hcb_wrap.hcb_wrap {
  margin-top: 0;
}
.single-project .fibel-tab-inner-content-inner {
  background-color: var(--wp--preset--color--border-light);
}
.single-project .fibel-title-text {
  display: inline-flex;
  align-items: center;
}
.single-project .fibel-title-text:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.single-project .fibel-tab-title[href="#tab-mikropython"] .fibel-title-text::before, .single-project .fibel-tab-title[href="#tab-micropython"] .fibel-title-text::before {
  background-image: url("../img/micropython.svg");
}
.single-project .fibel-tab-title[href="#tab-arduino-ide"] .fibel-title-text::before {
  background-image: url("../img/arduino.svg");
}
.single-project .fibel-tab-title[href="#tab-home-assistant"] .fibel-title-text::before {
  background-image: url("../img/homeassistant.svg");
}
.single-project.is-dark-theme .fibel-tab-title[href="#tab-mikropython"] .fibel-title-text::before, .single-project.is-dark-theme .fibel-tab-title[href="#tab-micropython"] .fibel-title-text::before {
  background-image: url("../img/micropython-light.svg");
}
.single-project.is-dark-theme .fibel-tab-title[href="#tab-arduino-ide"] .fibel-title-text::before {
  background-image: url("../img/arduino-light.svg");
}
.single-project.is-dark-theme .fibel-tab-title[href="#tab-home-assistant"] .fibel-title-text::before {
  background-image: url("../img/homeassistant-light.svg");
}
.single-project .storefront-breadcrumb {
  position: relative;
  padding-block: 0;
  z-index: 2;
  margin-bottom: 0;
}
.single-project .storefront-breadcrumb .woocommerce-breadcrumb {
  position: absolute;
  top: 20px;
}
.single-project .storefront-breadcrumb .breadcrumb-separator::after {
  color: #FFF;
  opacity: 0.6;
}
.single-project .storefront-breadcrumb * {
  color: #FFF;
}
.single-project .hcb_wrap .prism:before {
  display: none;
}
.single-project .hcb_wrap .prism:after {
  z-index: -1;
}
.single-project .hcb_wrap .hcb-clipboard {
  cursor: pointer !important;
}
.single-project .hcb_wrap .hcb-clipboard:hover {
  background-color: rgb(from var(--wp--preset--color--primary-accent) r g b/0.3);
}

/* 
 * Project Page Template Layout
 * 3 Columns: [Sidebar (sticky)] [Content (narrow)] [White Space/Wide Extension]
 */
.fibel-project-layout {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [sidebar-start] 260px [sidebar-end content-start] 800px [content-end right-space-start] minmax(20px, 1fr) [full-end];
  column-gap: 60px;
  align-items: start;
  margin-bottom: 80px;
  /* Make wrappers invisible to the grid so children become grid items */
}
.fibel-project-layout .project-layout-wrapper,
.fibel-project-layout .project-main-area,
.fibel-project-layout .entry-content {
  display: contents;
}
.fibel-project-layout {
  /* Blocks inside entry-content default to the middle column */
}
.fibel-project-layout .entry-content > * {
  grid-column: content-start/content-end;
  width: 100%;
  max-width: 100%;
}
.fibel-project-layout {
  /* Add scroll margin to headings for sticky header offset */
}
.fibel-project-layout .entry-content h2,
.fibel-project-layout .entry-content h3 {
  scroll-margin-top: 40px;
}
.fibel-project-layout {
  /* Project Hero Block breaks out to full width at top */
}
.fibel-project-layout .project-hero-section {
  grid-column: full;
  margin-bottom: 60px;
}
.fibel-project-layout {
  /* Sidebar logic */
}
.fibel-project-layout .project-sidebar {
  grid-column: sidebar;
  grid-row: 2;
  position: sticky;
  top: 130px;
  z-index: 10;
}
.fibel-project-layout .project-sidebar .project-sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.fibel-project-layout .project-sidebar .sidebar-section h4 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-block: 0 20px;
  font-weight: 700;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}
.fibel-project-layout .project-sidebar .sidebar-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fibel-project-layout .project-sidebar .sidebar-section ul li {
  margin-bottom: 12px;
}
.fibel-project-layout .project-sidebar .sidebar-section ul li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.2s;
  display: block;
}
.fibel-project-layout .project-sidebar .sidebar-section ul li a:hover, .fibel-project-layout .project-sidebar .sidebar-section ul li a.active {
  color: tomato;
  transform: translateX(5px);
}
.fibel-project-layout .project-sidebar .sidebar-section ul li a.sub-heading {
  margin-left: 15px;
}
.fibel-project-layout .project-sidebar .project-quick-meta {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: var(--wp--preset--color--base);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--wp--preset--color--border-light);
  box-shadow: 0 0 8px 0px rgb(from var(--wp--preset--color--primary-accent) r g b/0.3);
}
.fibel-project-layout .project-sidebar .project-quick-meta .quick-meta-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed var(--wp--preset--color--border-light);
  padding-bottom: 10px;
}
.fibel-project-layout .project-sidebar .project-quick-meta .quick-meta-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.fibel-project-layout .project-sidebar .project-quick-meta .quick-meta-item .label {
  font-size: 0.9em;
  color: var(--wp--preset--color--main);
  font-weight: 500;
}
.fibel-project-layout .project-sidebar .project-quick-meta .quick-meta-item .value {
  font-weight: 700;
}
.fibel-project-layout .project-sidebar .project-quick-meta .quick-meta-item.cost-estimate .value {
  color: #0073aa;
  font-family: monospace;
  font-size: 1.1em;
}
.fibel-project-layout .project-sidebar .project-help-box {
  background: #fdfdfd;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #eee;
  border-left: 5px solid #0073aa;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #444;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.fibel-project-layout {
  /* Wide elements span from middle column to the right edge */
}
.fibel-project-layout .entry-content .alignwide {
  grid-column: content-start/full-end;
}
.fibel-project-layout {
  /* Full width elements span everything */
}
.fibel-project-layout .entry-content .alignfull {
  grid-column: full;
}
.fibel-project-layout {
  /* Mobile handling */
}
@media (max-width: 1200px) {
  .fibel-project-layout {
    grid-template-columns: [full-start] 10px [content-start] 1fr [content-end] 10px [full-end];
    column-gap: 0;
  }
  .fibel-project-layout .project-sidebar {
    display: none; /* Hide sidebar on smaller screens */
  }
}

/*# sourceMappingURL=projects.css.map */
