/* Fixed introduction title bar — shrink-to-fit + chevron tip (reference layout) */
[data-event-template="10"] [class*="fixedIntroduction"],
[data-event-template="10"] [class*="drIntroduction"] {
    --er-introduction-start: #96c2ff !important;
    --er-introduction-end: #c4ddff !important;
    --introduction-inner-title__fixed-bg: linear-gradient(90deg, #96c2ff 0%, #c4ddff 100%) !important;
    --introduction-inner-title__fixed-corner: #96c2ff !important;
    --introduction-inner-title__fixed-icon: #c4ddff !important;
}

[class*="deposit-rewards"] .public-introduction .introduction-title,
[class*="deposit-rewards"] [class*="fixedIntroduction"] [class*="introduction-title"],
.deposit-rewards .public-introduction .introduction-title,
.deposit-rewards .fixedIntroduction .introduction-title {
    display: inline-flex !important;
    align-items: flex-end !important;
    max-width: 100% !important;
    width: auto !important;
    direction: ltr !important;
}

[class*="deposit-rewards"] .public-introduction .title-container,
[class*="deposit-rewards"] [class*="fixedIntroduction"] [class*="title-container"],
.deposit-rewards .public-introduction .title-container,
.deposit-rewards .fixedIntroduction .title-container {
    display: inline-block !important;
    flex: none !important;
    position: relative !important;
    left: -.28rem !important;
    top: -.04rem !important;
    height: .54rem !important;
    max-width: calc(100% - .62rem) !important;
    width: auto !important;
    background: none !important;
}

[class*="deposit-rewards"] .public-introduction .title-text,
[class*="deposit-rewards"] [class*="fixedIntroduction"] [class*="title-text"],
.deposit-rewards .public-introduction .title-text,
.deposit-rewards .fixedIntroduction .title-text {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    height: .54rem !important;
    line-height: .54rem !important;
    padding: 0 .1rem 0 .28rem !important;
    background: linear-gradient(90deg, #96c2ff 0%, #c4ddff 100%) !important;
    border-top-left-radius: .06rem !important;
    font-weight: 400 !important;
}

[class*="deposit-rewards"] .public-introduction .fixed-title-icon,
[class*="deposit-rewards"] [class*="fixedIntroduction"] [class*="fixed-title-icon"],
.deposit-rewards .public-introduction .fixed-title-icon,
.deposit-rewards .fixedIntroduction .fixed-title-icon {
    position: relative !important;
    left: -.28rem !important;
    top: -.04rem !important;
    flex: none !important;
    width: .62rem !important;
    height: .54rem !important;
    font-size: .62rem !important;
    color: #c4ddff !important;
}

[class*="deposit-rewards"] .public-introduction .fixed-title-icon svg,
[class*="deposit-rewards"] [class*="fixedIntroduction"] [class*="fixed-title-icon"] svg,
.deposit-rewards .public-introduction .fixed-title-icon svg,
.deposit-rewards .fixedIntroduction .fixed-title-icon svg {
    width: .62rem !important;
    height: .54rem !important;
    display: block !important;
}
