.attr__custom_gp-header{background-color:var(--heading-bg);padding:10px 15px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;user-select:none;border-bottom:1px solid var(--border-color)}.attr__custom_gp-header:hover{background-color:#f0f0f0}.attr__custom_gp-header.active{background-color:var(--wd-primary-color);color:white}.attr__custom_gp-title{font-weight:600;font-size:15px;display:flex;align-items:center;gap:8px}.attr__custom_gp-icon{display:inline-flex;transition:transform .3s ease}.attr__custom_gp-header.active .attr__custom_gp-icon{transform:rotate(180deg)}.attr__custom_gp-content{background-color:var(--content-bg);padding:0;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(0,1,0,1),padding .3s ease}.attr__custom_gp-content.show{max-height:1000px;padding:10px 20px;transition:max-height .4s ease-in-out,padding .3s ease}@media (max-width:768px){.attr__custom_gp-content.show{padding:10px 15px}}