.elementor-591 .elementor-element.elementor-element-cec9c58{--display:flex;}.elementor-591 .elementor-element.elementor-element-fec4a15{margin:-50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for shortcode, class: .elementor-element-fec4a15 */.personalized-rug-form-container {
    max-width: 700px;
    margin: 40px auto;
    padding: 30px;
    font-family: 'Poppins', sans-serif;
}

.personalized-rug-form-container h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #371F1F;
    font-size: 28px;
    line-height: 1.3;
}

.form-row {
    width: 100%;
    margin-bottom: 20px;
}

.form-row.flex {
    display: flex;
    gap: 20px;
}

.form-row.flex .half {
    flex: 1;
}

.wpcf7-text-style,
.wpcf7-textarea-style,
.wpcf7-select-style {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;
    transition: all 0.3s;
    
}

.wpcf7-text-style::placeholder,
.wpcf7-textarea-style::placeholder {
    color: #999; /* grey placeholder text */
}

.wpcf7-text-style:focus,
.wpcf7-textarea-style:focus,
.wpcf7-select-style:focus {
    border-color: #0073aa;
    box-shadow: 0 0 8px rgba(0,115,170,0.2);
    outline: none;
}

#custom-size-row textarea {
    height: 80px;
    resize: none;
}

.wpcf7-submit {
    background-color: #371F1F;
    color: #fff;
    border: none;
    padding: 50px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s;
}

.wpcf7-submit:hover {
    background-color: #005177;
}

@media(max-width: 768px){
    .form-row.flex {
        flex-direction: column;
        gap: 0;
    }
}/* End custom CSS */