/* Styles definition here */

#fbuilder, #fbuilder label, 
#fbuilder span { font-size: 1em; }

.pbSubmit:hover { background-color: #4CAF50; color: white; }

.pbSubmit { font-size: 2em;}


/* Compact BTT ride-request summary */

#fbuilder .btt-summary-card {
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 0 12px 10px;
    background: #e9f0f3;
    border: 1px solid #b9cbd3;
    border-radius: 6px;
    box-shadow: none;
}

/* Section heading */
#fbuilder .btt-summary-card > label {
    display: block !important;
    margin: 0 -12px 8px !important;
    padding: 8px 12px !important;
    background: #d6e3e8;
    border: 0 !important;
    border-bottom: 1px solid #b9cbd3 !important;
    border-radius: 6px 6px 0 0;
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #173650 !important;
}

/* Keep the plugin's natural one-line label/value layout */
#fbuilder .btt-summary-card .dfield {
    display: block !important;
    font-family: Arial, sans-serif !important;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    color: #17242b;
}

/* Preserve the line break after each field */
#fbuilder .btt-summary-card .dfield > br {
    display: block !important;
}

/* Label and value remain together on one line */
#fbuilder .btt-summary-label {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-weight: 700 !important;
    color: #2c3f49 !important;
}

#fbuilder .btt-summary-value {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-weight: 400 !important;
    color: #111111 !important;
    overflow-wrap: anywhere;
}