.breakdance .tvlift-faq{width:100%;max-width:700px;display:flex;flex-direction:column;padding:8px 0;gap:0px;transition:gap 0.8s;border-top:1px solid var(--bde-palette-color-1-1bdf32c5-f529-4a84-a283-edc43897cd44)}.breakdance .tvlift-faq:has(details[open]){gap:24px;transition:gap 0.2s}.breakdance .tvlift-faq:last-of-type{border-bottom:1px solid var(--bde-palette-color-1-1bdf32c5-f529-4a84-a283-edc43897cd44)}.breakdance .tvlift-faq summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-block:8px;cursor:pointer}.breakdance .tvlift-faq summary div{color:var(--bde-palette-color-1-afea09d2-33e4-4c3d-be76-1925e8343603);text-align:left;line-height:1.5;margin:0;font-weight:600}.breakdance .tvlift-faq summary svg{width:16px;height:16px;fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform 0.5s}.breakdance .tvlift-faq .content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows 0.5s}.breakdance .tvlift-faq .content-wrapper .content{margin:0;opacity:0;transition:opacity 0.5s;overflow:hidden;text-align:left}.breakdance .tvlift-faq details[open] + .content-wrapper{grid-template-rows:1fr}.breakdance .tvlift-faq details[open] + .content-wrapper .content{opacity:1}.breakdance .tvlift-faq details[open] summary>svg{transform:scaleY(-1)}.breakdance .tvlift-faq .content{table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif;border:1px solid #ccc}table th,table td{border:1px solid #ccc;padding:10px;text-align:left}table th{background-color:#f2f2f2;color:#333}table tr:nth-child(even){background-color:#f9f9f9}table tr:nth-child(odd){background-color:#fff}}