.psqf-container { border: 1px solid #e6e6e6; padding: 12px; margin-top: 12px; border-radius: 6px; background:#fff; }
.psqf-title { margin-top:0; margin-bottom:8px; font-size:16px; }
.psqf-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    color: var(--gfb-color-textColor, rgba(93, 146, 170, 1));
    text-align: center;
}
.psqf-container .header .description {
    margin-top: 0;
    font-size: var(--gfb-form-description-font-size);
    font-weight: var(--gfb-font-weight, 300);
    line-height: 1.7;
    color: #000;
}
.psqf-field { margin-bottom:10px; }
.psqf-field label { display:block; margin-bottom:4px; font-weight:600; }
.psqf-field input, .psqf-field textarea { width:100%; padding:8px; box-sizing:border-box; }
.psqf-actions { display:flex; align-items:center; gap:10px; margin-top:8px; }
.psqf-status { color: #333; font-size:13px; }

.psqf-field input, .psqf-field textarea {
    width: 100%;
    padding: 8px;   
    border: 1px solid #c1c2d1;
    border-radius: 0 3px 3px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none !important;
    outline: none !important;
    transition: unset !important;
    color: #232323;
    background-color: #fafafa;
}