/* 2026-09-01 /about/ USER VOICE semantic heading compatibility */
#page_about .user-voice > .title p:first-child {
  color: #ffffff52;
}
#page_about .user-voice > .title p:nth-child(2) {
  color: #fff;
}
/* 2026-09-01 symptoms detail breadcrumb: stack above article on desktop */
@media (min-width: 768.02px) {
  body.single-symptoms_list #main.contents {
    flex-direction: column;
    gap: 0;
  }
  body.single-symptoms_list #main.contents > .curepro-screen-breadcrumb {
    width: 100%;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  body.single-symptoms_list #main.contents > .inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
