
.ftf-container {
max-width:800px;
margin:auto;
font-family:Arial, sans-serif;
background:#e6f4f1;
padding:20px;
border-radius:10px;
}

.ftf-title {
text-align:center;
margin-bottom:20px;
}

.ftf-form input,
.ftf-form select {
width:100%;
padding:10px;
margin:8px 0;
border-radius:6px;
border:1px solid #ccc;
font-size:15px;
}

.ftf-row {
display:flex;
gap:10px;
}

.ftf-row input {
flex:1;
}

.ftf-radio {
margin-bottom:10px;
}

.ftf-radio label {
margin-right:15px;
}

.ftf-btn {
width:100%;
background:#20b2aa;
color:white;
padding:12px;
border:none;
border-radius:6px;
font-size:16px;
cursor:pointer;
}

.ftf-btn:hover {
background:#179b94;
}

.ftf-embed {
margin-top:20px;
}

.ftf-powered {
text-align:center;
font-size:13px;
margin-top:20px;
}

@media(max-width:600px){
.ftf-row {
flex-direction:column;
}
}
