.spai-lead-form-container {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 15px;
margin-top: 10px;
margin-bottom: 10px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
font-family: inherit;
}
.spai-lead-form-container h4 {
margin: 0 0 12px 0;
font-size: 15px;
color: #1e293b;
text-align: center;
font-weight: 600;
line-height: 1.4;
}
#spai-lead-form input {
width: 100%;
padding: 10px 12px;
margin-bottom: 10px;
border: 1px solid #cbd5e1;
border-radius: 6px;
font-size: 13px;
color: #334155;
box-sizing: border-box;
transition: all 0.2s ease;
background-color: #f8fafc;
}
#spai-lead-form input:focus {
border-color: #3b82f6;
outline: none;
background-color: #ffffff;
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
#spai-lead-form button {
width: 100%;
background: #3b82f6;
color: #ffffff;
border: none;
padding: 10px;
border-radius: 6px;
font-weight: 600;
font-size: 14px;
cursor: pointer;
transition: background-color 0.3s ease;
margin-top: 5px;
}
#spai-lead-form button:hover {
background: #2563eb;
}
#spai-lead-form button:disabled {
background: #94a3b8;
cursor: not-allowed;
}
.spai-lead-msg {
margin-top: 12px;
font-size: 13px;
text-align: center;
font-weight: 500;
line-height: 1.4;
} .spai-request-offer-trigger-btn {
background: #10b981; color: #ffffff;
border: none;
padding: 10px 18px;
border-radius: 20px;
font-weight: 600;
font-size: 14px;
cursor: pointer;
transition: all 0.2s ease;
display: inline-block;
margin-top: 10px;
box-shadow: 0 4px 6px rgba(16, 185, 129, 0.2);
}
.spai-request-offer-trigger-btn:hover {
background: #059669;
transform: translateY(-2px);
box-shadow: 0 6px 8px rgba(16, 185, 129, 0.3);
}