@charset "utf-8";

.no-horizontal-scrollbar { scrollbar-width: none; }

.no-horizontal-scrollbar .scrollable::-webkit-scrollbar { display: none !important; }

.show-more-section { transition: max-height 0.3s ease-in, opacity 0.3s ease-in; }

.show { max-height: 1000px; }

.accessory-list { width: 70%; }

.accessory-container { display: flex; flex-direction: column; padding-top: 8px; }

.caretDownIcon, .caretUpIcon { transform: scale(1.6); fill: var(--color-unstable-link-blue); margin-left: 6px; }