@mixin hc-list() {
    display: block;
}

@mixin hc-list-item() {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 16px;
    height: 56px;
}

@mixin hc-list-content() {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: inherit;
    padding: 0 12px;
}

@mixin hc-list-text() {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    width: 100%;
}

@mixin hc-list-icon() {
    font-size: 24px;
    height: 24px;
    padding: 4px;
    width: 24px;
}

@mixin hc-list-avatar() {
    border-radius: 50%;
}

@mixin hc-list-line() {
    display: block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
