.elementor-2902 .elementor-element.elementor-element-c7ae5be{--display:flex;--min-height:1087px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2902 .elementor-element.elementor-element-8e616bd{text-align:center;}.elementor-2902 .elementor-element.elementor-element-8e616bd .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:35px;font-weight:600;color:#000000;}.elementor-2902 .elementor-element.elementor-element-d818814{--display:flex;}@media(max-width:1024px){.elementor-2902 .elementor-element.elementor-element-c7ae5be{--min-height:1131px;}}@media(max-width:767px){.elementor-2902 .elementor-element.elementor-element-c7ae5be{--min-height:1034px;}}@media(min-width:768px){.elementor-2902 .elementor-element.elementor-element-c7ae5be{--content-width:90%;}.elementor-2902 .elementor-element.elementor-element-d818814{--width:35%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2902 .elementor-element.elementor-element-d818814{--width:93%;}}/* Start custom CSS for heading, class: .elementor-element-8e616bd *//* 针对标题容器的样式 */
#aldi-premium-title.elementor-widget-heading .elementor-heading-title {
    --aldi-blue: #002c77;
    --aldi-cyan: #00abe8;
    
    font-family: 'Open Sans', sans-serif;
    color: var(--aldi-blue);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    padding: 15px 25px;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-left: 6px solid var(--aldi-blue);
    border-radius: 4px 12px 12px 4px;
    box-shadow: 4px 4px 15px rgba(0, 44, 119, 0.05);
    position: relative;
    transition: all 0.3s ease;
}

/* 悬停效果：增加品牌色的下边框微动 */
#aldi-premium-title.elementor-widget-heading .elementor-heading-title:hover {
    transform: translateX(5px);
    box-shadow: 6px 6px 20px rgba(0, 44, 119, 0.1);
}

/* 响应式调整：手机端字体缩小 */
@media (max-width: 767px) {
    #aldi-premium-title.elementor-widget-heading .elementor-heading-title {
        font-size: 22px;
        padding: 12px 18px;
        border-left-width: 4px;
    }
}/* End custom CSS */