
.frilar-wrapper{
max-width:720px;
margin:auto;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto;
}

.frilar-form input,.frilar-form select{
width:100%;
padding:10px;
margin-bottom:10px;
border:1px solid #e5e7eb;
border-radius:8px;
}

button{
background:#111827;
color:white;
border:none;
padding:12px;
border-radius:10px;
cursor:pointer;
}

.result-card{
border:1px solid #e5e7eb;
border-radius:10px;
padding:15px;
margin-top:15px;
}

.frilar-contact{
display:flex;
gap:12px;
margin-top:20px;
}

.frilar-btn{
flex:1;
display:flex;
align-items:center;
justify-content:center;
padding:12px;
border-radius:10px;
border:1px solid #e5e7eb;
background:#f3f4f6;
color:#111827;
text-decoration:none;
font-weight:500;
}
