.ohmtang-cs-contact-form{
    padding: 1em;
    margin: 0;
}
.ohmtang-cs-contact-form .ohmtang-footer-site{
    /* justify-content: center; */
}
.ohmtang-cs-contact-form .wp-block-columns .wp-block-column .ohmtang-p-tagline strong:last-child{
    border-bottom: none;
    font-size: x-large;
    color: var(--wc-secondary-text);
    font-style: italic;
    font-weight: bold;
}
.ohmtang-cs-contact-form .ohmtang-cs-list {
    list-style-type: none;
    padding-inline-start: 0px;
    /* margin-block-start: 10px; */
}
.ohmtang-cs-contact-form .ohmtang-cs-list li{
    display: flex;
    align-items: center; /* 关键：垂直居中 */
    flex-wrap: wrap;
    line-height: 1.5;    /* 建议设置明确的行高 */
    padding: 10px 0 5px 5px;
}
/* .ohmtang-cs-contact-form .ohmtang-cs-list li::marker{
    font-family: "ohmtang-csgi" !important;
    content: "\e600";
} */
.ohmtang-cs-contact-form .ohmtang-cs-list li strong{
    border-bottom: 1px solid #555;
    cursor: pointer;
    margin-right: 10px;
}
.ohmtang-cs-contact-form .ohmtang-cs-list li strong a{
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
}
.ohmtang-cs-contact-form  .wp-block-columns .wp-block-column{
    flex-basis: auto !important;
}
.ohmtang-cs-contact-form .wp-block-columns .wp-block-column strong:last-child{
    border-bottom: 1px solid #555;
}
.ohmtang-cs-contact-form .wp-block-columns .wp-block-column .ohmtang-p-address{
    justify-content: center;
}
.ohmtang-cs-contact-form .wp-block-columns .wp-block-column .ohmtang-p-address strong:last-child{
    border-bottom: none;
    font-size: x-large;
    color: var(--wc-secondary-text);
    font-style: italic;
    font-weight: bold;
}

 /* ohmtang-rfq 插件样式 */
.ohmtang-rfq-shortcode-form{
    display: grid;
    justify-content: normal;
    background-color: rgb(240 248 255 / 36%);
    padding: 1em;
    border-top-right-radius: 5em;
    border-top-left-radius: 0em;
    border-bottom-right-radius: 0em;
    border-bottom-left-radius: 5em;
}
.ohmtang-rfq-shortcode-form .ohmtang-cs-form-title{
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
    /* text-transform: uppercase; */
}
.ohmtang-rfq-shortcode-form .ohmtang-cs-form-tagline{
    padding: 0 20px;
    font-size: 15px;
}

.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper form{
    border: none;
    padding: 0 20px 20px 20px;
}
/* 输入框和文本域 */
.ohmtang-rfq-form-wrapper input[type="text"],
.ohmtang-rfq-form-wrapper input[type="email"],
.ohmtang-rfq-form-wrapper textarea,
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper input[type="text"],
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper input[type="email"],
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}
.ohmtang-rfq-form-wrapper input[type="text"]:focus,
.ohmtang-rfq-form-wrapper input[type="email"]:focus,
.ohmtang-rfq-form-wrapper textarea:focus,
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper input[type="text"]:focus,
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper input[type="email"]:focus,
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper textarea:focus{
    outline: 2px solid; /* 必须有outline样式 */
    outline-color: #02ad3f; /* 设置颜色 */
}
.ohmtang-rfq-form-wrapper .form_p,
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper .form_p{
    margin: 8px 0;
}
.ohmtang-rfq-form-wrapper .form-textarea-notice,
.ohmtang-rfq-form-wrapper label,
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper .form-textarea-notice,
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper label{
    color: #334351;
    padding: 2px;
}
.ohmtang-rfq-form-wrapper .ohmtang-rfq-button,
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper .ohmtang-rfq-button{
    background-color: #038127;
    align-self: flex-end;
    width: 12em;
    height: 3.5em;
    border-radius: 44px 24px;
}
.ohmtang-rfq-form-wrapper .ohmtang-rfq-button:hover,
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper .ohmtang-rfq-button:hover{
    /* filter: brightness(1.05); */
    background-color: #e91e63;
}
.ohmtang-rfq-form-wrapper .ohmtang-rfq-form-success,
.ohmtang-rfq-form-wrapper .ohmtang-rfq-form-error,
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper .ohmtang-rfq-form-success,
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper .ohmtang-rfq-form-error {
    margin: 24px 24px 0 24px;
    border-radius: 10px;
}
.ohmtang-cs-contact-form .is-layout-flex{
    gap: 10px;
}
.ohmtang-cs-contact-form .wp-block-site-title{
    white-space: nowrap;
    font-size: 24px;
    font-family: 'csit-trade';
}
/* emoji 样式 */
/* .ohmtang-cs-contact-form .ohmtang-cs-list img.emoji{
    height: 2em !important;
    width: 2em !important;
    margin-right: 8px !important;
} */
.ohmtang-cs-contact-form .ohmtang-cs-strong-emoji{
    font-size: 2em;
    padding-right: 8px;
}
.ohmtang-cs-contact-form .ohmtang-p {
    display: flex;
    align-items: center;
}
/* .ohmtang-cs-contact-form .ohmtang-p img.emoji{
    height: 1.5em !important;
    width: 1.5em !important;
    margin-right: 5px !important;
} */
/* .ohmtang-cs-contact-form .ohmtang-p strong{
    margin-left: 5px;
} */

.product .ohmtang-rfq-form-wrapper{
    max-width: 550px;
}

.product .ohmtang-rfq-form-wrapper form{
    border-radius: 1em;
}