.wfs-container-8e40ab33 {
    width: 100%;
    margin-bottom: 15px;
}
.wfs-label-8e40ab33 {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}
.wfs-select-8e40ab33 {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 20px;
}
.wfs-select-8e40ab33:focus {
    outline: none;
    border-color: #000;
}
.wfs-form-item-8e40ab33 {
    animation: wfs-fade-in-8e40ab33 0.3s ease;
}
.wfs-placeholder-8e40ab33 {
    padding: 20px;
    background-color: #f7f7f7;
    border: 2px dashed #bbb;
    text-align: center;
    color: #666;
    font-size: 14px;
}
@keyframes wfs-fade-in-8e40ab33 {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
