html {


    & .fi-ta-ctn {

        & .fi-ta-content {


            &>div:nth-child(2) {
                background-color: rgba(var(--gray-50), var(--tw-bg-opacity, 1));


                & .fi-ta-record {

                    &>div {
                        height: 100%;

                        &>div {
                            height: 100%;
                        }
                    }

                    & a>div .space-y-3>:not([hidden])~:not([hidden]) {
                        margin-top: calc(.75rem * 1.7);
                        &:last-child{
                            margin-bottom: calc(.75rem * 1.7);
                        }
                    }

                    & .fi-ta-col-wrp {


                        & .fi-ta-text {
                            span {
                                white-space: normal;
                                word-break: break-word;
                                width: auto;
                                line-height: unset;
                            }

                            p {
                                color: black;
                            }

                            & .flex.w-max {
                                width: auto;
                            }

                        }
                    }

                    & .fi-ta-actions {
                        justify-content: space-between;
                        flex-wrap: wrap-reverse;
                    }
                }

            }
        }

    }

}



html.dark {

    & .fi-ta-ctn {

        & .fi-ta-content {

            &>div:nth-child(2) {
                background-color: rgba(var(--gray-950), var(--tw-bg-opacity, 1));


                & .fi-ta-record {

                    & .fi-ta-col-wrp {


                        & .fi-ta-text {
                            p {
                                color: white;
                            }

                        }
                    }


                    & .fi-ta-actions {}
                }


            }

        }

    }

}