.faq{background-color:#fff;border:1px solid #ccc;border-radius:10px;margin-bottom:20px;width:100%}.faq:hover{box-shadow:4px 4px 8px rgba(0,0,0,.2);display:block}.faq-title{align-items:center;border-bottom:0;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;padding:15px}.faq-content{display:none;padding:10px}.faq-content.active{display:block}.arrow{border-bottom:2px solid #333;border-left:2px solid #333;display:inline-block;height:10px;transform:rotate(-45deg);transition:transform .3s ease;width:10px}.faq-title.active .arrow{transform:rotate(135deg)}