/* Subtitle background colour #e60023, white text, no border, full opacity */

/* Target the subtitle element inside wdt-heading widgets */
.wdt-heading-holder .wdt-heading-subtitle,
.wdt-heading-holder .wdt-heading-sub-title,
.wdt-heading-holder .wdt-sub-title,
.elementor-widget-wdt-heading .wdt-heading-subtitle,
.elementor-widget-wdt-heading .wdt-heading-sub-title,
.elementor-widget-wdt-heading .wdt-sub-title {
    background-color: #e60023 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
    border: none !important;
    border-style: none !important;
    border-width: 0 !important;
    box-shadow: none !important;
}

/* Also target subtitle spans that some themes wrap */
.wdt-heading-holder .wdt-heading-subtitle span,
.wdt-heading-holder .wdt-heading-sub-title span,
.wdt-heading-holder .wdt-sub-title span,
.elementor-widget-wdt-heading .wdt-heading-subtitle span,
.elementor-widget-wdt-heading .wdt-heading-sub-title span,
.elementor-widget-wdt-heading .wdt-sub-title span {
    background-color: #e60023 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    border: none !important;
}

/* Ensure the heading widget container itself has full opacity */
.elementor-widget-wdt-heading {
    opacity: 1 !important;
    filter: none !important;
}

/* Remove any border on the heading holder */
.wdt-heading-holder {
    border: none !important;
    border-style: none !important;
    border-width: 0 !important;
}
