.ohmtang-cs-contact-form{
    padding: 1em;
    margin: 0;
}
.ohmtang-cs-contact-form .ohmtang-cs-list {
    list-style-type: none;
    margin-block-start: 10px;
}
.ohmtang-cs-contact-form .ohmtang-cs-list li{
    padding: 10px 0 0 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;
}
.ohmtang-cs-contact-form .ohmtang-cs-list li strong a{
    text-decoration: none;
    color: #000000;
}
.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-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-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-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-shortcode-form .ohmtang-rfq-form-wrapper .form_p{
    margin: 8px 0;
}
.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-shortcode-form .ohmtang-rfq-form-wrapper .ohmtang-rfq-button{
    background-color: #3d84f6;
    align-self: flex-end;
    width: 12em;
    height: 3.5em;
}
.ohmtang-rfq-shortcode-form .ohmtang-rfq-form-wrapper .ohmtang-rfq-button:hover{
    filter: brightness(1.05);
}

.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;
}