.showhide-header{overflow:hidden;border:1px solid #ccc;background-color:#f7f7f7;border-radius:4px 4px 0 0;margin:6px 0 0;padding:10px 12px;cursor:pointer;user-select:none}.showhidecontent{border:1px solid #ccc;overflow:hidden;margin-bottom:20px;border-top:0;border-radius:0 0 4px 4px;padding:10px;background-color:#fff}.showhide-header-flex{display:flex;justify-content:space-between;align-items:center}.showhide-title{flex:1;text-align:left;font-weight:bold}.showhide-arrow{display:inline-block;transition:transform .3s ease;transform:rotate(0);font-size:16px;color:#0645ad}.showhide-header.open .showhide-arrow{transform:rotate(90deg)}