.sazemart-carousel-container{max-width:100%;overflow:hidden;position:relative;background:#f9f9f9;padding:20px 0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.sazemart-carousel-track{display:flex;width:max-content;animation:scroll-left 60s linear infinite}.sazemart-carousel-item{flex:0 0 300px;background:#fff;margin:0 12px;padding:20px;border-radius:8px;box-sizing:border-box;box-shadow:0 1px 5px rgba(0,0,0,.1);font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;color:#333}.sazemart-carousel-item p{font-size:14px;line-height:1.4;margin-bottom:12px}.sazemart-carousel-item .author{font-weight:700;font-size:13px;color:#0073e6}.sazemart-carousel-container:hover .sazemart-carousel-track{animation-play-state:paused}@media (max-width:768px){.sazemart-carousel-item{flex:0 0 80vw;margin:0 8px;padding:15px}.sazemart-carousel-item p{font-size:16px;line-height:1.5}.sazemart-carousel-item .author{font-size:14px}}.faq-accordion{margin:20px 0;border:1px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 1px 6px rgba(0,0,0,.06);user-select:none}.faq-item{border-bottom:1px solid #ddd}.faq-question-title{display:flex;justify-content:space-between;align-items:center;padding:15px;margin:0;background:#f8f9fa!important;color:#064396!important;font-size:16px!important;font-weight:600!important;cursor:pointer;transition:background .3s,color .3s;position:relative;user-select:none}.faq-question-title:hover{background:#ff9576!important}.faq-question-title::after{content:"➕";font-size:14px;color:#064396;margin-right:8px;margin-left:auto;transition:transform .3s ease,color .3s ease}.faq-toggle:checked+.faq-question-title{color:#f43904!important}.faq-toggle:checked+.faq-question-title::after{content:"➖";color:#f43904}.faq-toggle{display:none}.faq-answer{max-height:0;overflow:hidden;padding:0 15px;background:#fff!important;color:#555!important;font-size:14px!important;border-top:1px solid #eee;transition:all .3s ease;user-select:none}.faq-toggle:checked~.faq-answer{max-height:1000px;padding:15px}