/*
 Theme Name:   Premium Homes Child
 Theme URI:    http://13.238.64.45/
 Description:  Child theme of Kadence for Premium Homes
 Author:       Bourne Cloud
 Template:     kadence
 Version:      1.0.0
 Text Domain:  premiumhomes-child
*/

/* ============================================================
   Fluent Forms — brand styling (applies to every form site-wide)
   ============================================================ */

.fluentform {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px 24px;
}

.fluentform .ff-btn-submit {
    background-color: #C4853A !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 4px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 12px 28px !important;
}

.fluentform .ff-btn-submit:hover {
    background-color: #DFC06A !important;
    color: #1A1A1A !important;
}

.fluentform input,
.fluentform textarea,
.fluentform select {
    background-color: #FFFFFF !important;
    border: 2px solid #D1D5DB !important;
    border-radius: 4px !important;
}
