.elementor-31191 .elementor-element.elementor-element-2b60175{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-31191 .elementor-element.elementor-element-72ae32f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-31191 .elementor-element.elementor-element-70e0298{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );}.elementor-31191 .elementor-element.elementor-element-272b636 .elementor-button{background-color:#2F9A3D;fill:var( --e-global-color-68f85af3 );color:var( --e-global-color-68f85af3 );}.elementor-31191 .elementor-element.elementor-element-272b636 .elementor-button-content-wrapper{flex-direction:row;}.elementor-31191 .elementor-element.elementor-element-0edaf12 .elementor-button{background-color:#2F9A3D;fill:#FFFFFF;color:#FFFFFF;}.elementor-31191 .elementor-element.elementor-element-0edaf12 .elementor-button-content-wrapper{flex-direction:row;}.elementor-31191 .elementor-element.elementor-element-9222e85{--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-31191 .elementor-element.elementor-element-db65cb7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-31191 .elementor-element.elementor-element-69d996c8{--display:flex;}.elementor-31191 .elementor-element.elementor-element-2ea7249d a{color:#2D8917;}@media(min-width:768px){.elementor-31191 .elementor-element.elementor-element-72ae32f{--width:50%;}.elementor-31191 .elementor-element.elementor-element-9222e85{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-2b14abd *//* ==================================================
   Compact Form Style
   Interview Preparation for Experienced
   Post ID: 31191
================================================== */

/* Main form card */
body.postid-31191 form {
    background: #ffffff !important;
    border: 1px solid #e5eaf0 !important;
    border-radius: 12px !important;
    padding: 18px 20px !important;
    box-shadow: 0 8px 24px rgba(28, 60, 90, 0.08) !important;
    margin: 0 !important;
}

/* Labels */
body.postid-31191 form label {
    display: block !important;
    margin: 0 0 4px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    color: #2d3d4d !important;
}

/* All inputs */
body.postid-31191 form input[type="text"],
body.postid-31191 form input[type="email"],
body.postid-31191 form input[type="tel"],
body.postid-31191 form input[type="number"],
body.postid-31191 form input[type="url"],
body.postid-31191 form select,
body.postid-31191 form textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 40px !important;
    height: 40px !important;

    padding: 7px 10px !important;

    border: 1px solid #d7dee6 !important;
    border-radius: 6px !important;

    background: #fafbfd !important;
    color: #26384a !important;

    font-size: 13px !important;
    line-height: 1.3 !important;

    box-sizing: border-box !important;
    box-shadow: none !important;

    margin: 0 !important;
}

/* Textarea */
body.postid-31191 form textarea {
    height: 80px !important;
    min-height: 80px !important;
    padding-top: 8px !important;
}

/* Focus */
body.postid-31191 form input:focus,
body.postid-31191 form select:focus,
body.postid-31191 form textarea:focus {
    outline: none !important;
    border-color: #179bd4 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(23, 155, 212, 0.10) !important;
}

/* Reduce spacing between field groups */
body.postid-31191 form p,
body.postid-31191 form .form-group,
body.postid-31191 form .field {
    margin: 0 0 10px !important;
    padding: 0 !important;
}

/* Two-column rows */
body.postid-31191 form .row,
body.postid-31191 form .form-row,
body.postid-31191 form .fields-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 16px !important;
    margin: 0 !important;
}

/* Row children */
body.postid-31191 form .row > *,
body.postid-31191 form .form-row > *,
body.postid-31191 form .fields-row > * {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Select fields */
body.postid-31191 form select {
    height: 40px !important;
    cursor: pointer !important;
}

/* Required stars */
body.postid-31191 form .required,
body.postid-31191 form label span {
    color: #e43939 !important;
}

/* Submit button */
body.postid-31191 form input[type="submit"],
body.postid-31191 form button[type="submit"] {
    width: 100% !important;
    min-height: 42px !important;
    height: 42px !important;

    margin: 4px 0 0 !important;
    padding: 8px 16px !important;

    border: 0 !important;
    border-radius: 6px !important;

    background: linear-gradient(135deg, #168fc8, #20a3dd) !important;
    color: #ffffff !important;

    font-size: 13px !important;
    font-weight: 700 !important;

    text-transform: uppercase !important;
    cursor: pointer !important;

    box-shadow: 0 5px 14px rgba(20, 145, 200, 0.18) !important;
}

/* Remove excessive breaks/spaces inside form */
body.postid-31191 form br {
    line-height: 0 !important;
}

/* Compact dropdown spacing */
body.postid-31191 form select + br,
body.postid-31191 form input + br {
    display: none !important;
}

/* Mobile */
@media (max-width: 767px) {

    body.postid-31191 form {
        padding: 14px !important;
        border-radius: 10px !important;
    }

    body.postid-31191 form .row,
    body.postid-31191 form .form-row,
    body.postid-31191 form .fields-row {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    body.postid-31191 form input[type="text"],
    body.postid-31191 form input[type="email"],
    body.postid-31191 form input[type="tel"],
    body.postid-31191 form input[type="number"],
    body.postid-31191 form select {
        min-height: 42px !important;
        height: 42px !important;
        font-size: 15px !important;
    }
}/* End custom CSS */