:root{--primary-light:#0d6efd1a;--heading-bg:#f7f7f7;--content-bg:#f9f9f9;--border-color:#e9e9e9;--text-color:#333;--text-secondary:#666;--radius-md:6px;--shadow-sm:0 1px 3px #0000000d}.attr__custom_gp-product-title{border-bottom:1px solid var(--border-color);align-items:center;gap:8px;margin-bottom:15px;padding-bottom:10px;display:flex}.attr__custom_gp-product-title h1{margin:0;font-size:18px;font-weight:600}.attr__custom_gp-product-subtitle{color:var(--text-secondary);margin:5px 0 0;font-size:14px;font-weight:400}.attr__custom_gp-product-icon{color:var(--wd-primary-color);background-color:var(--primary-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-top:3px;display:flex}.attr__custom_gp-section{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);margin-bottom:12px;overflow:hidden}.attr__custom_gp-header{background-color:var(--heading-bg);cursor:pointer;user-select:none;border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:10px 15px;transition:all .3s;display:flex;position:relative}.attr__custom_gp-header:hover{background-color:#f0f0f0}.attr__custom_gp-header.active{background-color:var(--wd-primary-color);color:#fff}.attr__custom_gp-title{align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.attr__custom_gp-icon{transition:transform .3s;display:inline-flex}.attr__custom_gp-header.active .attr__custom_gp-icon{transform:rotate(180deg)}.attr__custom_gp-content{background-color:var(--content-bg);max-height:0;padding:0;transition:max-height .4s cubic-bezier(0,1,0,1),padding .3s;overflow:hidden}.attr__custom_gp-content.show{max-height:1000px;padding:10px 20px;transition:max-height .4s ease-in-out,padding .3s}.attr__custom_gp-item{border-bottom:1px dashed var(--border-color);padding:8px 0;display:flex}.attr__custom_gp-item:last-child{border-bottom:none}.attr__custom_gp-label{color:var(--text-secondary);flex:0 0 30%;font-size:13px;font-weight:500}.attr__custom_gp-value{flex:0 0 70%;font-size:13px}@media (width<=768px){.attr__custom_gp-item{flex-direction:column}.attr__custom_gp-label,.attr__custom_gp-value{flex:0 0 100%}.attr__custom_gp-label{margin-bottom:3px}.attr__custom_gp-content.show{padding:10px 15px}}.attr__custom_gp-section.regular-attr{background-color:#f9f9f9;border-radius:5px;margin-bottom:10px;padding:10px;box-shadow:0 1px 2px #00000008}.attr__custom_gp-section.regular-attr .attr__custom_gp-item{justify-content:space-between;padding:5px 0;display:flex}.attr__custom_gp-section.regular-attr .attr__custom_gp-label{color:#333;font-weight:700}.attr__custom_gp-section.regular-attr .attr__custom_gp-value{color:#555}