/* V52 targeted fix: Pricing and Services standalone section headings */
:is(html[data-theme="dark"],html[data-kds-theme="dark"],html.dark) :is(.pricing-demo-section,.service-catalog){
  background:#08111f!important;
  color:#edf5ff!important;
}
:is(html[data-theme="dark"],html[data-kds-theme="dark"],html.dark) .pricing-demo-section > .section-title,
:is(html[data-theme="dark"],html[data-kds-theme="dark"],html.dark) .service-catalog > .section-title{
  color:#edf5ff!important;
  opacity:1!important;
  visibility:visible!important;
  -webkit-text-fill-color:#edf5ff!important;
}
:is(html[data-theme="dark"],html[data-kds-theme="dark"],html.dark) .pricing-demo-section > .section-subtitle,
:is(html[data-theme="dark"],html[data-kds-theme="dark"],html.dark) .service-catalog > .section-subtitle{
  color:#b7c5d7!important;
  opacity:1!important;
  visibility:visible!important;
  -webkit-text-fill-color:#b7c5d7!important;
}
