.ncl-version-configuration-volumes {
    .ncl-version-volume {
        .common-table-header {
            border: none;
            padding-left: 24px;

            .common-table-cell {
                font-size: 14px;
                font-weight: bold;
                letter-spacing: normal;
                color: @dusk-three;
                height: 46px;
            }

            &.item-header {
                display: flex;

                .item-name {
                    width: 25%;
                }

                .item-class {
                    width: 20%;
                }

                .item-info {
                    width: 55%;
                }
            }
        }

        .common-table-body {
            .ncl-collapsing-row .item-row {
                .item-name {
                    width: 22%;
                }

                .item-class {
                    width: 18.5%;
                }

                .item-info {
                    width: 58%;
                }
            }

            .common-table-row {
                &:not(.read-only):hover {
                    .common-table-cells-container {
                        background-color: @white;
                    }

                    .actions-menu {
                        background-color: @white;
                    }
                }
            }
        }
    }
}
