div[itemtype="https://schema.org/FAQPage"]{background-color:#f8f8f8;padding:20px;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,0.1)}div[itemtype="https://schema.org/Question"]{margin-bottom:20px;cursor:pointer;transition:background-color 0.3s,box-shadow 0.3s}h3[itemprop="name"]{font-size:18px;font-weight:bold;margin:0;color:#333;display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#fff;border:1px solid #ddd;border-radius:5px}h3[itemprop="name"]::before{content:"\25B6";margin-right:10px;font-size:20px}div[itemprop="acceptedAnswer"]{margin-top:10px}div[itemprop="text"]{font-size:16px;line-height:1.5;color:#666}div[itemtype="https://schema.org/Question"]:hover{background-color:#e5e5e5;box-shadow:0 0 10px rgba(0,0,0,0.2)}