.product-material-toolbar {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.product-info-action {
    padding: 7px 16px;
    border: 1px solid #3399ff;
    border-radius: 4px;
    background: #fff;
    color: #3399ff;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.product-info-action:hover,
.product-info-action:focus {
    background: #edf6ff;
}

.product-info-action .fa {
    margin-right: 6px;
}

.product-bank-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.product-bank-copy {
    margin-left: auto;
    flex-shrink: 0;
}

.product-bank-text {
    min-width: 0;
    max-width: 100%;
    line-height: 24px;
    overflow-wrap: break-word;
    user-select: text;
    -webkit-user-select: text;
}
