/**
 * 商品详情「自定义控件」区域：textarea 等出现纵向滚动条时，避免继承整站或浏览器偏粉/偏红 thumb，
 * 改为中性灰（与店铺主色蓝系一致，不抢眼）。
 */
.acg-item-widget-fields {
    scrollbar-width: thin;
    scrollbar-color: rgba(15, 23, 42, 0.28) rgba(15, 23, 42, 0.06);
}

.acg-item-widget-fields::-webkit-scrollbar {
    width: 8px;
}

.acg-item-widget-fields::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.06);
    border-radius: 8px;
}

.acg-item-widget-fields::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.22);
    border-radius: 8px;
}

.acg-item-widget-fields::-webkit-scrollbar-thumb:hover {
    background: rgba(12, 132, 209, 0.45);
}

.acg-item-widget-fields textarea.form-control {
    scrollbar-width: thin;
    scrollbar-color: rgba(15, 23, 42, 0.28) rgba(15, 23, 42, 0.06);
}

.acg-item-widget-fields textarea.form-control::-webkit-scrollbar {
    width: 8px;
}

.acg-item-widget-fields textarea.form-control::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.06);
    border-radius: 8px;
}

.acg-item-widget-fields textarea.form-control::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.22);
    border-radius: 8px;
}

.acg-item-widget-fields textarea.form-control::-webkit-scrollbar-thumb:hover {
    background: rgba(12, 132, 209, 0.45);
}
