.reels-section{grid-column:1/-1;margin:32px 0;background:transparent;width:65vw;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:2%;border-radius:10px}.reels-wrapper{width:100%;max-width:100%;overflow:hidden}.reels-title{font-size:25px;font-weight:600;margin-bottom:14px;padding-left:4px;color:#111;position:relative}.reels-title:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:4px;height:18px;background:#ffd400;border-radius:2px}.reels-scroll{display:flex;flex-wrap:nowrap;gap:26px;width:max-content;overflow-x:auto;padding-bottom:12px;-webkit-overflow-scrolling:touch;width:100%}.reels-scroll iframe{width:200px;height:350px;border-radius:12px;flex-shrink:0;border:none}.reels-scroll::-webkit-scrollbar{display:none}.reels-scroll{scrollbar-width:none}@media (max-width:768px){.reels-section{margin:24px 0;width:90vw}.reels-title{font-size:20px;padding:0 12px}.reels-scroll{gap:14px;padding:0 12px 12px}.reels-scroll iframe{width:70vw;height:65vh;max-width:340px;border-radius:16px}}