/* 针对特定表单的自定义样式 */
.wpcf7[data-wpcf7-id="3093"] {
    max-width: 100%;
    margin: 0 auto;
}

.wpcf7[data-wpcf7-id="3093"] .wpcf7-form-control {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-size: 14px;
    transition: all 0.3s ease;
}

.wpcf7[data-wpcf7-id="3093"] .wpcf7-form-control:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
}

.wpcf7[data-wpcf7-id="3093"] .wpcf7-form-control.wpcf7-textarea {
    height: 180px;
    resize: vertical;
}

.wpcf7[data-wpcf7-id="3093"] .wpcf7-form-control.wpcf7-submit {
    background-color: #e60000;
    color: white;
    border: none;
    padding: .8rem 1.8rem;
    border-radius: 2rem;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 20px auto 0;
    width: 240px;
}

.wpcf7[data-wpcf7-id="3093"] .flex {
    display: flex;
    gap: 20px;
    align-items: stretch; /* 确保子元素高度一致 */
}

.wpcf7[data-wpcf7-id="3093"] .col {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wpcf7[data-wpcf7-id="3093"] .row-md-4 {
    flex: 0 0 25%;
}

.wpcf7[data-wpcf7-id="3093"] p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.wpcf7[data-wpcf7-id="3093"] .wpcf7-textarea {
    height: 100% !important;
}

.wpcf7[data-wpcf7-id="3093"] .wpcf7-form-control:focus {
    box-shadow: unset !important;
}