#fcf-form-wrapper {
    position: absolute;
    top: 220px;
    right: 10px;
    background: white;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 9999;
    width: 280px;
    border-radius: 8px;
    font-family: sans-serif;
}
#fcf-contact-form input,
#fcf-contact-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#fcf-contact-form button {
    width: 100%;
    background: #C57C29;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
}
#fcf-contact-form h4 {
    margin-top: 0;
}
#fcf-response {
    margin-top: 10px;
    font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  #fcf-form-wrapper {
        display:none;
    }
}
