.header,
.header * {
  box-sizing: border-box;
}
.header {
  padding: 0px 80px 0px 80px;
  align-self: stretch;
  flex-shrink: 0;
  height: 260px;
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
}

.post-template .article-header {
    padding: 16px 0 !important;
}

.header2 {
  background: var(
    --gradient-40,
    linear-gradient(
      103.6deg,
      rgba(155, 211, 255, 1) 0%,
      rgba(159, 182, 253, 1) 100%
    )
  );
  padding: 32px 80px 0px 80px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  backdrop-filter: blur(3px);
}
._2024-asco {
  padding: 0 16px;
  color: var(--primary-04, #113ef9);
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
}
._2024-asco a {
  color: var(--primary-04, #113ef9);
  text-decoration: none;
}

.breadcrumb-nav {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
}

.div {
  color: var(--primary-05, #203aa6);
  text-align: left;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  font-size: 14px;
}
.angle-right {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
._2024-asco2, .breadcrumb-category {
  color: var(--neutral-06, #4d4d4d);
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
}
.angle-right2 {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.destiny-breast-062, .current-page {
  color: var(--neutral-06, #4d4d4d);
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
}
.group-3 {
  width: 120px;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.group-4 {
  width: 120px;
  height: auto;
  position: absolute;
  right: 0;
  top: 80px;
  overflow: visible;
}

/* Maintain link styles for breadcrumb navigation */
.breadcrumb-nav a, .breadcrumb-category a {
  color: var(--neutral-06, #4d4d4d);
  text-decoration: none;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .header2 {
    width: 100%;
    padding: 16px;
  }
  
  .breadcrumb-nav {
    left: 20px;
  }
  
  .group-3 {
    transform: scale(0.7);
    left: -60px;
  }
  
  .group-4 {
    transform: scale(0.7);
    left: auto;
    right: -60px;
  }
  
  /* Hide current page title in mobile view */
  .destiny-breast-062, .current-page {
    display: none;
  }
}
