.wpcfto_generic_field_flex_input {
    .wpcfto-field-content {
        display: flex;
        align-items: center;
        position: relative;
        .readonly-tooltip {
            position: absolute;
            top: -40px;
            left: 50%;
            transform: translateX(-50%);
            padding: 6px 16px;
            background-color: black;
            border-radius: 50px;
            color: #ffffff;
            &:before {
                content: "";
                position: absolute;
                bottom: -6px;
                left: 50%;
                transform: translateX(-50%);
                border: 6px solid transparent;
                border-top-color: black;
                border-bottom: 0;
            }
        }
    }
}
