.content {
    width: 1000px;
    margin: 30px auto;

    :global {
        .tenant-card {
            margin-bottom: 20px;
        }

        .tenant-steps-item-title {
            width: 50% !important;
        }

        .tenant-collapse-header {
            padding: 7px;
        }
    }

    .title-text {
        font-size: 14px;
        font-weight: bold;
    }

    .panel-item {
        margin-bottom: 20px;

        &:last-child {
            margin-bottom: 0;
        }

        .panel-content {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .left {
                img {
                    width: 35px;
                    height: 35px;
                }
            }

            .right {
                color: #b0b0b0;
            }
        }

        .panel-footer {
            margin: 5px 0;
        }
    }
}