.wctax-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wctax-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.wctax-list-item:last-child {
    margin-bottom: 0;
}
.wctax-list-image {
    flex-shrink: 0;
    margin-right: 16px;
}
.wctax-list-image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.wctax-list-text {
    flex: 1;
    min-width: 0;
}
.wctax-list-header {
    display: flex;
    align-items: center;
    width: 100%;
}
.wctax-list-title {
    margin: 0;
    white-space: nowrap;
}
.wctax-list-separator {
    flex: 1;
    border: none;
    border-bottom: 1px dotted #ccc;
    margin: 0 10px;
    align-self: center;
}
.wctax-list-value {
    white-space: nowrap;
}
.wctax-list-description {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}
