.table-wrapper{width:100%;box-sizing:border-box}.table-container{max-width:1000px;margin:0 auto;background-color:var(--background-desktop);border-radius:8px;padding:40px 20px;box-shadow:0 4px 10px #0000000d;display:flex;flex-direction:column;align-items:center}.table-heading{text-align:center;font-size:28px;margin-bottom:16px;color:#2c554a}.table-description{text-align:center;margin-bottom:20px;color:#444;font-size:15px;line-height:1.5}.custom-table{width:100%;display:flex;flex-direction:column;background-color:transparent;border-radius:0;overflow:visible}.custom-table a{color:#2c554a;text-decoration:underline}.custom-table a:hover{text-decoration-thickness:2px}.custom-table thead{display:none}.custom-table tbody{display:flex;flex-direction:column;width:100%;gap:8px}.custom-table tbody tr{display:flex;flex-direction:column;width:100%;cursor:pointer;border-radius:10px;background-color:var(--background-mobile);color:var(--text-mobile);transition:background-color .25s ease,box-shadow .2s ease}.custom-table tbody tr.active{background-color:var(--expanded-bg-mobile);box-shadow:0 2px 14px #0000001a}.custom-table tbody tr:hover{background-color:var(--background-mobile)}.custom-table tbody tr.active:hover{background-color:var(--expanded-bg-mobile)}.custom-table td{display:block;width:100%;box-sizing:border-box;text-align:left}.custom-table td:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text-mobile);padding:16px 20px;font-size:16px;font-weight:600;min-height:56px;width:100%;box-sizing:border-box}.custom-table td:first-child p{margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-table td:first-child:after{content:"";display:block;width:7px;height:7px;border-right:2px solid var(--text-mobile);border-bottom:2px solid var(--text-mobile);transform:rotate(-45deg) translateY(-1px);opacity:.45;flex-shrink:0;transition:transform .3s ease,opacity .25s ease}.custom-table tbody tr.active td:first-child:after{transform:rotate(45deg) translateY(-2px);opacity:.7}.custom-table td:nth-child(2){max-height:0;opacity:0;overflow:hidden;padding:0 20px;font-size:15px;line-height:1.65;color:var(--text-mobile);border-top:1px solid transparent;border-radius:0 0 10px 10px;transition:max-height .18s ease-in,opacity .18s ease-in,padding .18s ease-in,border-color .18s ease-in}.custom-table td:nth-child(2) p,.custom-table td.col-extra p{margin:0 0 4px;padding:0}.custom-table td:nth-child(2):before,.custom-table td.col-extra:before{content:attr(data-label);display:block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.45;margin-bottom:6px}.custom-table td.col-extra{max-height:0;opacity:0;overflow:hidden;padding:0 20px;font-size:15px;line-height:1.65;color:var(--text-mobile);border-top:1px solid transparent;border-radius:0 0 10px 10px;transition:max-height .18s ease-in,opacity .18s ease-in,padding .18s ease-in,border-color .18s ease-in}.custom-table.has-col-3 td:nth-child(2){border-radius:0}.custom-table tbody tr.active td:nth-child(2){max-height:400px;opacity:1;padding:14px 20px 20px;border-color:#0000001a;transition:max-height .18s ease-in-out,opacity .18s ease-in-out,padding .18s ease-in-out,border-color .18s ease-in-out}.custom-table tbody tr.active td.col-extra{max-height:400px;opacity:1;padding:14px 20px 20px;border-color:#0000001a;transition:max-height .18s ease-in-out,opacity .18s ease-in-out,padding .18s ease-in-out,border-color .18s ease-in-out}@media screen and (min-width:769px){.table-container{padding:40px 20px}.table-heading{font-size:28px}.custom-table{display:table;border-collapse:collapse;border-radius:8px;overflow:hidden;background-color:#fff;table-layout:fixed}.custom-table thead{display:table-header-group;background-color:#0000000d}.custom-table tbody{display:table-row-group;gap:unset}.custom-table tbody tr{display:table-row;background-color:unset;border-radius:0;cursor:default;box-shadow:none;transition:background-color .3s ease}.custom-table tbody tr:hover{background-color:#00000014}.custom-table tbody tr.active{background-color:unset;box-shadow:none}.custom-table tbody tr:nth-child(2n){background-color:#00000008}.custom-table th{text-align:left;padding:12px 20px;font-weight:600;color:#2c554a;font-size:14px}.custom-table td{display:table-cell;padding:14px 20px;vertical-align:middle;font-size:15px;color:#444;width:auto;white-space:normal;overflow:visible;text-overflow:unset}.custom-table td:first-child{display:table-cell;font-size:15px;font-weight:600;color:#2c554a;padding:14px 20px;min-height:unset;gap:unset}.custom-table td:first-child p{white-space:normal;overflow:visible;text-overflow:unset}.custom-table td:first-child:after{display:none}.custom-table td:nth-child(2),.custom-table td.col-extra{display:table-cell;max-height:unset;opacity:1;overflow:visible;padding:14px 20px;border-top:none;border-radius:0;transition:none}.custom-table td:nth-child(2):before,.custom-table td.col-extra:before{display:none}.custom-table:not(.has-col-3) th:nth-child(1),.custom-table:not(.has-col-3) td:nth-child(1){width:35%}.custom-table:not(.has-col-3) th:nth-child(2),.custom-table:not(.has-col-3) td:nth-child(2){width:65%}.custom-table.has-col-3 th:nth-child(1),.custom-table.has-col-3 td:nth-child(1){width:28%}.custom-table.has-col-3 th:nth-child(2),.custom-table.has-col-3 td:nth-child(2){width:42%}.custom-table.has-col-3 th:nth-child(3),.custom-table.has-col-3 td.col-extra{width:30%}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/custom-table.css.map */
