.elementor-5747 .elementor-element.elementor-element-fd28213{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5747 .elementor-element.elementor-element-6fe0280{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5747 .elementor-element.elementor-element-a12c99c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for wpforms, class: .elementor-element-bb01c35 *//* =========================================================
   WPForms 5744
   KashiAutoExport 汽车询价表单样式
   ========================================================= */

/* 表单外层卡片 */
#wpforms-form-5744 {
    max-width: 920px;
    margin: 30px auto;
    padding: 42px 46px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
}

/* 清除WPForms默认多余边距 */
#wpforms-5744 .wpforms-form {
    margin: 0;
}

/* 每个字段之间的间距 */
#wpforms-5744 .wpforms-field {
    padding: 0;
    margin-bottom: 24px;
}

/* 字段标题 */
#wpforms-5744 .wpforms-field-label {
    display: block;
    margin-bottom: 9px;
    color: #172033;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.5;
}

/* 必填星号 */
#wpforms-5744 .wpforms-required-label {
    color: #dc2626;
    margin-left: 3px;
}

/* 字段说明 */
#wpforms-5744 .wpforms-field-description,
#wpforms-5744 .wpforms-field-sublabel {
    margin-top: 7px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.55;
}

/* 文本框、邮箱、电话、数字、日期、下拉框 */
#wpforms-5744 input[type="text"],
#wpforms-5744 input[type="email"],
#wpforms-5744 input[type="tel"],
#wpforms-5744 input[type="number"],
#wpforms-5744 input[type="url"],
#wpforms-5744 input[type="date"],
#wpforms-5744 input[type="time"],
#wpforms-5744 input[type="password"],
#wpforms-5744 select,
#wpforms-5744 textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    color: #111827;
    font-size: 15px;
    line-height: 1.5;
    background: #f8fafc;
    border: 1px solid #d9dee7;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

/* 多行文本框 */
#wpforms-5744 textarea {
    min-height: 140px;
    resize: vertical;
}

/* 输入框占位文字 */
#wpforms-5744 input::placeholder,
#wpforms-5744 textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}

/* 输入框聚焦 */
#wpforms-5744 input[type="text"]:focus,
#wpforms-5744 input[type="email"]:focus,
#wpforms-5744 input[type="tel"]:focus,
#wpforms-5744 input[type="number"]:focus,
#wpforms-5744 input[type="url"]:focus,
#wpforms-5744 input[type="date"]:focus,
#wpforms-5744 input[type="time"]:focus,
#wpforms-5744 select:focus,
#wpforms-5744 textarea:focus {
    background: #ffffff;
    border-color: #1d4ed8;
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.10);
}

/* 下拉框 */
#wpforms-5744 select {
    cursor: pointer;
}

/* 单选与复选选项容器 */
#wpforms-5744 .wpforms-field-radio ul,
#wpforms-5744 .wpforms-field-checkbox ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    margin: 0;
    padding: 0;
}

/* 单选、复选每一个选项 */
#wpforms-5744 .wpforms-field-radio li,
#wpforms-5744 .wpforms-field-checkbox li {
    margin: 0;
    padding: 0;
}

/* 单选、复选标签卡片 */
#wpforms-5744 .wpforms-field-radio li label,
#wpforms-5744 .wpforms-field-checkbox li label {
    display: flex;
    align-items: center;
    min-height: 48px;
    margin: 0;
    padding: 11px 14px;
    color: #374151;
    font-size: 14px;
    line-height: 1.45;
    background: #f8fafc;
    border: 1px solid #e1e5ec;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

/* 鼠标经过选项 */
#wpforms-5744 .wpforms-field-radio li label:hover,
#wpforms-5744 .wpforms-field-checkbox li label:hover {
    color: #1d4ed8;
    background: #eff6ff;
    border-color: #93b4f5;
}

/* 单选框、复选框 */
#wpforms-5744 input[type="radio"],
#wpforms-5744 input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0 9px 0 0;
    accent-color: #1d4ed8;
    flex: 0 0 auto;
}

/* WPForms字段分隔标题 */
#wpforms-5744 .wpforms-field-divider {
    margin-top: 10px;
    margin-bottom: 28px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e5e7eb;
}

#wpforms-5744 .wpforms-field-divider h3 {
    margin: 0;
    color: #111827;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
}

#wpforms-5744 .wpforms-field-divider .wpforms-field-description {
    margin-top: 7px;
}

/* 多页表单进度条 */
#wpforms-5744 .wpforms-page-indicator {
    margin: 0 0 34px;
}

#wpforms-5744 .wpforms-page-indicator.progress {
    height: auto;
    background: transparent;
    box-shadow: none;
}

#wpforms-5744 .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    height: 8px;
    overflow: hidden;
    background: #e8edf5;
    border-radius: 999px;
}

#wpforms-5744 .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
    height: 8px;
    background: linear-gradient(90deg, #1d4ed8, #2563eb);
    border-radius: 999px;
}

#wpforms-5744 .wpforms-page-indicator-page-title {
    margin-bottom: 10px;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
}

/* 分页按钮区域 */
#wpforms-5744 .wpforms-pagebreak-left,
#wpforms-5744 .wpforms-pagebreak-right,
#wpforms-5744 .wpforms-pagebreak-center {
    margin-top: 14px;
    padding-top: 24px;
    border-top: 1px solid #edf0f4;
}

/* 下一步、上一步按钮 */
#wpforms-5744 button.wpforms-page-button {
    min-width: 130px;
    min-height: 50px;
    padding: 12px 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 650;
    line-height: 1;
    background: #1d4ed8;
    border: 1px solid #1d4ed8;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

#wpforms-5744 button.wpforms-page-button:hover {
    color: #ffffff;
    background: #153faf;
    border-color: #153faf;
    box-shadow: 0 8px 18px rgba(29, 78, 216, 0.20);
    transform: translateY(-1px);
}

/* 上一步按钮单独样式 */
#wpforms-5744 button.wpforms-page-prev {
    color: #334155;
    background: #ffffff;
    border-color: #cbd5e1;
}

#wpforms-5744 button.wpforms-page-prev:hover {
    color: #1d4ed8;
    background: #f8fafc;
    border-color: #93b4f5;
    box-shadow: none;
}

/* 提交按钮区域 */
#wpforms-5744 .wpforms-submit-container {
    margin-top: 10px;
    padding-top: 26px;
    border-top: 1px solid #edf0f4;
}

/* 最终提交按钮 */
#wpforms-submit-5744 {
    width: 100%;
    min-height: 56px;
    padding: 14px 26px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.2px;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    border: 0;
    border-radius: 11px;
    box-shadow: 0 10px 24px rgba(29, 78, 216, 0.22);
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

#wpforms-submit-5744:hover {
    color: #ffffff;
    filter: brightness(0.96);
    box-shadow: 0 13px 30px rgba(29, 78, 216, 0.28);
    transform: translateY(-1px);
}

#wpforms-submit-5744:active {
    transform: translateY(0);
}

/* 错误字段 */
#wpforms-5744 label.wpforms-error {
    display: block;
    margin-top: 7px;
    color: #dc2626;
    font-size: 13px;
    font-weight: 500;
}

#wpforms-5744 input.wpforms-error,
#wpforms-5744 select.wpforms-error,
#wpforms-5744 textarea.wpforms-error {
    background: #fffafa;
    border-color: #ef4444;
}

/* 表单顶部错误提示 */
#wpforms-5744 .wpforms-error-container {
    margin-bottom: 24px;
    padding: 14px 16px;
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
}

/* 提交成功提示 */
#wpforms-confirmation-5744 {
    max-width: 920px;
    margin: 30px auto;
    padding: 30px;
    color: #166534;
    font-size: 15px;
    line-height: 1.8;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(22, 101, 52, 0.08);
}

/* Loading图标位置 */
#wpforms-5744 .wpforms-submit-spinner {
    margin-left: 10px;
    vertical-align: middle;
}

/* =========================================================
   平板端
   ========================================================= */
@media (max-width: 768px) {
    #wpforms-5744 {
        margin: 20px auto;
        padding: 30px 24px;
        border-radius: 14px;
    }

    #wpforms-5744 .wpforms-field-radio ul,
    #wpforms-5744 .wpforms-field-checkbox ul {
        grid-template-columns: 1fr;
    }

    #wpforms-5744 .wpforms-field-divider h3 {
        font-size: 19px;
    }
}

/* =========================================================
   手机端
   ========================================================= */
@media (max-width: 480px) {
    #wpforms-5744 {
        margin: 12px auto;
        padding: 24px 16px;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
    }

    #wpforms-5744 .wpforms-field {
        margin-bottom: 20px;
    }

    #wpforms-5744 input[type="text"],
    #wpforms-5744 input[type="email"],
    #wpforms-5744 input[type="tel"],
    #wpforms-5744 input[type="number"],
    #wpforms-5744 input[type="url"],
    #wpforms-5744 input[type="date"],
    #wpforms-5744 input[type="time"],
    #wpforms-5744 select,
    #wpforms-5744 textarea {
        min-height: 50px;
        padding: 12px 13px;
        font-size: 16px;
    }

    #wpforms-5744 button.wpforms-page-button {
        width: 100%;
        margin: 6px 0;
    }

    #wpforms-submit-5744 {
        min-height: 54px;
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0b3bd8 *//* =========================================================
   KashiAutoExport
   BYD SEALION 06 预订说明模块
   表单ID：5744
   ========================================================= */

.kae-reservation {
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    font-family: inherit;
}

/* =========================================================
   表单上方促销模块
   ========================================================= */

.kae-reservation-top {
    position: relative;
    margin-top: 30px;
    margin-bottom: 24px;
    padding: 42px 46px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(58, 124, 255, 0.32),
            transparent 34%
        ),
        linear-gradient(135deg, #081426 0%, #10254a 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(8, 20, 38, 0.20);
}

.kae-reservation-top::before {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -110px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
}

.kae-reservation-top::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -65px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.kae-reservation-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 24px;
    padding: 6px 13px;
    color: #dbeafe;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: rgba(37, 99, 235, 0.24);
    border: 1px solid rgba(147, 197, 253, 0.30);
    border-radius: 999px;
}

.kae-reservation-badge::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 8px;
    background: #60a5fa;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(96, 165, 250, 0.13);
}

.kae-reservation-heading {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 32px;
    align-items: center;
}

.kae-reservation-kicker {
    display: block;
    margin-bottom: 10px;
    color: #93c5fd;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
    letter-spacing: 1.1px;
}

.kae-reservation-heading h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: -0.8px;
}

.kae-reservation-heading h2 strong {
    color: #fbbf24;
    font-weight: 800;
}

.kae-reservation-heading p {
    max-width: 610px;
    margin: 0;
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.75;
}

.kae-reservation-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    padding: 22px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    backdrop-filter: blur(8px);
    box-sizing: border-box;
}

.kae-reservation-price-label {
    margin-bottom: 6px;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.kae-reservation-price-value {
    color: #fbbf24;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
}

.kae-reservation-price-currency {
    margin-top: 7px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 1.4px;
}

.kae-reservation-features {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
}

.kae-reservation-feature {
    display: flex;
    flex-direction: column;
    min-height: 108px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 13px;
    box-sizing: border-box;
}

.kae-reservation-feature-number {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.2;
}

.kae-reservation-feature-text {
    color: #b9c5d6;
    font-size: 13px;
    line-height: 1.55;
}

.kae-reservation-alert {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 15px 17px;
    background: rgba(245, 158, 11, 0.10);
    border: 1px solid rgba(251, 191, 36, 0.22);
    border-radius: 12px;
}

.kae-reservation-alert-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    background: #fbbf24;
    border-radius: 50%;
}

.kae-reservation-alert p {
    margin: 0;
    color: #d7dee9;
    font-size: 13px;
    line-height: 1.65;
}

/* =========================================================
   修正表单与上下模块间距
   ========================================================= */

.kae-reservation-top + #wpforms-5744 {
    margin-top: 0;
}

#wpforms-5744 {
    margin-bottom: 24px;
}

/* =========================================================
   表单下方说明模块
   ========================================================= */

.kae-reservation-bottom {
    margin-top: 24px;
    margin-bottom: 34px;
    padding: 38px 42px;
    color: #172033;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07);
}

.kae-reservation-bottom-header {
    max-width: 710px;
    margin-bottom: 28px;
}

.kae-reservation-bottom-header h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 27px;
    font-weight: 750;
    line-height: 1.25;
}

.kae-reservation-bottom-header p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}

.kae-reservation-bottom .kae-reservation-kicker {
    color: #2563eb;
}

.kae-reservation-steps {
    display: grid;
    gap: 12px;
}

.kae-reservation-step {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e8edf4;
    border-radius: 13px;
}

.kae-reservation-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 750;
    background: #1d4ed8;
    border-radius: 12px;
}

.kae-reservation-step h4 {
    margin: 2px 0 6px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.kae-reservation-step p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.65;
}

.kae-reservation-terms {
    margin-top: 22px;
    padding: 22px 24px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 13px;
}

.kae-reservation-terms-title {
    margin-bottom: 10px;
    color: #92400e;
    font-size: 15px;
    font-weight: 750;
}

.kae-reservation-terms p {
    margin: 7px 0 0;
    color: #78350f;
    font-size: 13px;
    line-height: 1.7;
}

.kae-reservation-trust {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #e5e7eb;
}

.kae-reservation-trust strong {
    flex: 0 0 auto;
    color: #1d4ed8;
    font-size: 16px;
    font-weight: 750;
}

.kae-reservation-trust span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   平板端
   ========================================================= */

@media (max-width: 768px) {

    .kae-reservation-top {
        padding: 32px 26px;
        border-radius: 16px;
    }

    .kae-reservation-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .kae-reservation-price {
        align-items: center;
        min-height: auto;
        padding: 22px;
    }

    .kae-reservation-features {
        grid-template-columns: 1fr;
    }

    .kae-reservation-feature {
        min-height: auto;
    }

    .kae-reservation-bottom {
        padding: 30px 26px;
        border-radius: 16px;
    }

    .kae-reservation-trust {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}

/* =========================================================
   手机端
   ========================================================= */

@media (max-width: 480px) {

    .kae-reservation-top {
        margin-top: 18px;
        margin-bottom: 18px;
        padding: 26px 18px;
        border-radius: 14px;
    }

    .kae-reservation-heading h2 {
        font-size: 30px;
        letter-spacing: -0.4px;
    }

    .kae-reservation-heading p {
        font-size: 14px;
    }

    .kae-reservation-price-value {
        font-size: 42px;
    }

    .kae-reservation-alert {
        padding: 14px;
    }

    .kae-reservation-bottom {
        margin-top: 18px;
        padding: 25px 18px;
        border-radius: 14px;
    }

    .kae-reservation-bottom-header h3 {
        font-size: 23px;
    }

    .kae-reservation-step {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 16px;
    }

    .kae-reservation-step-number {
        width: 42px;
        height: 42px;
        border-radius: 10px;
    }

    .kae-reservation-terms {
        padding: 18px;
    }
    
}

/* =========================================================
   WhatsApp 联系按钮
   ========================================================= */

.kae-whatsapp-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 24px;
}

.kae-whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 10px 18px;
    color: #ffffff;
    text-decoration: none;
    background: #16a34a;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(22, 163, 74, 0.24);
    box-sizing: border-box;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.kae-whatsapp-button:hover,
.kae-whatsapp-button:focus {
    color: #ffffff;
    text-decoration: none;
    background: #15803d;
    box-shadow: 0 13px 30px rgba(22, 163, 74, 0.32);
    transform: translateY(-2px);
}

.kae-whatsapp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    color: #15803d;
    font-size: 19px;
    font-weight: 800;
    background: #ffffff;
    border-radius: 50%;
}

.kae-whatsapp-button-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
}

.kae-whatsapp-button-text small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 600;
}

.kae-whatsapp-button-text strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0.2px;
}

.kae-whatsapp-note {
    max-width: 530px;
    color: #aebed2;
    font-size: 12px;
    line-height: 1.55;
}

/* 表单下方WhatsApp区域 */
.kae-bottom-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 24px;
    padding: 26px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
}

.kae-bottom-contact-content {
    max-width: 570px;
}

.kae-bottom-contact .kae-reservation-kicker {
    margin-bottom: 7px;
    color: #15803d;
}

.kae-bottom-contact h3 {
    margin: 0 0 8px;
    color: #14532d;
    font-size: 21px;
    font-weight: 750;
    line-height: 1.3;
}

.kae-bottom-contact p {
    margin: 0;
    color: #3f684c;
    font-size: 13px;
    line-height: 1.65;
}

.kae-whatsapp-button-bottom {
    flex: 0 0 auto;
    min-width: 210px;
    justify-content: center;
}

/* 平板和手机端 */
@media (max-width: 768px) {
    .kae-bottom-contact {
        align-items: flex-start;
        flex-direction: column;
    }

    .kae-whatsapp-button-bottom {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .kae-whatsapp-button {
        width: 100%;
        justify-content: center;
    }

    .kae-whatsapp-button-text strong {
        font-size: 15px;
    }

    .kae-bottom-contact {
        padding: 20px 17px;
    }

    .kae-bottom-contact h3 {
        font-size: 19px;
    }
}/* End custom CSS */