.sslf-compact {
    background: transparent !important;
    padding: 0 !important;
}

.sslf-compact .sslf-form {
    gap: 10px;
    margin-top: 14px;
}

.sslf-compact .srfm-block {
    margin: 0;
}

.sslf-compact .sslf-upload {
    margin-top: 2px;
}

.sslf-compact .srfm-submit-button {
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: #ffb703;
    color: #0d0d0d;
    font: inherit;
    font-weight: 800;
    padding: 12px 18px;
    cursor: pointer;
}

.sslf-compact small {
    color: #aaa;
    font-weight: 400;
}

.sslf-compact input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
    background: #0d0d0d;
    color: #fff;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 13px 14px;
    font: inherit;
}
