
STM Canna RocketBox 2.0 Pre-Roll Cone Filling Machine
/* Demo Request Container and Button Styles */ .stm-demo-container { margin: 30px 0; padding: 25px; border-radius: 8px; background-color: #f9f9f9; border: 1px solid #eaeaea; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); position: relative; overflow: hidden; } .stm-demo-container::before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 4px; background-color: #f3b31a; /* Yellow gold accent */ } .stm-demo-content { display: flex; flex-direction: column; align-items: flex-start; } .stm-demo-heading { font-size: 18px; font-weight: 600; color: #333; margin: 0 0 8px 0; } .stm-demo-text { margin-bottom: 20px; font-size: 15px; color: #666; line-height: 1.5; } .stm-demo-btn { background-color: #0e980f; color: white; border: none; border-radius: 4px; padding: 12px 24px; font-weight: 600; font-size: 15px;