.elementor-3498 .elementor-element.elementor-element-ac0e61c{--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;}/* Start custom CSS for shortcode, class: .elementor-element-3d8867d *//* ───── CEXN Credit Terms Form – Styling ───── */
.cexn-credit-form {
    max-width: 700px;          /* keep the form narrow and centred */
    margin: 0 auto 4rem;
    padding: 2rem 2.5rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    font-size: 16px;
}

.cexn-credit-form p {
    margin-bottom: 1.25rem;
}

/* Inputs */
.cexn-credit-form input[type=text],
.cexn-credit-form input[type=number],
.cexn-credit-form input[type=email],
.cexn-credit-form input[type=tel],
.cexn-credit-form textarea {
    width: 100%;
    padding: 0.65rem 0.9rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color .2s ease;
}

.cexn-credit-form textarea { min-height: 120px; resize: vertical; }

.cexn-credit-form input:focus,
.cexn-credit-form textarea:focus {
    border-color: #f7941d;     /* theme orange */
    outline: none;
}

/* Submit button */
.cexn-credit-form button.button {
    background: #f7941d;
    color: #fff;
    border: none;
    padding: 0.8rem 2.2rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background .2s ease;
}

.cexn-credit-form button.button:hover {
    background: #d87b06;
}

/* Success / warning messages */
.cexn-success   { color: #28a745; font-weight: 600; margin-top: 1rem; }
.cexn-warning   { color: #d87b06; font-weight: 600; margin-top: 1rem; }

/* Responsive tweak: narrower padding on mobiles */
@media (max-width: 480px) {
    .cexn-credit-form { padding: 1.5rem 1.25rem; }
}/* End custom CSS */