.elementor-29315 .elementor-element.elementor-element-4727a5d{--display:flex;}/* Start custom CSS for container, class: .elementor-element-4727a5d *//* =========================================================
   修复 Catalog Download 页面 Business Type 下拉框文字显示一半
========================================================= */

.ykj-catalog-form select {
    height: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
    padding: 0 46px 0 18px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(236,164,31,.45) !important;
    background-color: #fffdf8 !important;
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    vertical-align: middle !important;
    appearance: auto !important;
    -webkit-appearance: menulist !important;
}

/* 下拉框选项文字 */
.ykj-catalog-form select option {
    color: #333333 !important;
    background: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* 聚焦状态 */
.ykj-catalog-form select:focus {
    border-color: #ECA41F !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(236,164,31,.16) !important;
    outline: none !important;
}/* End custom CSS */