.client-file {
    .acf-form {
        .acf-fields {
            margin: 24px auto !important;
            .acf-label {
                display: block;
            }
        }
        .acf-field-group {
            > .acf-label {
                background-color: rgba(253, 152, 122, 0.7);
                padding: 18px;
                text-align: center;
                label {
                    font-weight: 700;
                    text-transform: uppercase;
                    color: rgb(126,123,180);
                    margin: 0;
                }
            }
        }
        label {
            font-weight: 500;
        }
        input[type="text"], input[type="number"] {
            max-width: 100% !important;
            width: 100%;
        }
        textarea {
            width: 100%;
        }
        ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 18px;
            li {
                label {
                    display: flex;
                    gap: 8px;
                    align-items: center;
                }
            }
        }
    }
}