.gsheet-table-container{margin-top:20px;margin-bottom:0}.gsheet-table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:10px;background:inherit;border-radius:4px}.gsheet-table-search{flex:1;max-width:300px}.gsheet-table-search-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.gsheet-table-export{display:flex;gap:10px}.gsheet-table-export-btn{padding:8px 16px;background:inherit;color:inherit;border:1px solid currentColor;border-color:inherit;border-radius:4px;cursor:pointer;font-size:14px;transition:opacity .3s}.gsheet-table-export-btn:hover{opacity:.8}.gsheet-table-wrapper{overflow-x:auto;border:1px solid currentColor;border-color:inherit;border-radius:4px;margin-bottom:0 !important;padding-bottom:0}.gsheet-table{width:100%;border-collapse:collapse;background:inherit;margin-bottom:0 !important;margin-top:0}.gsheet-table thead{background:rgba(0,0,0,.02)}.gsheet-table th{padding:12px;text-align:left;font-weight:600;border-bottom:2px solid currentColor;border-color:inherit;position:relative;vertical-align:top}.gsheet-table-filter-cell{margin-top:8px;display:flex;gap:5px;align-items:center}.gsheet-table-filter-input{flex:1;padding:4px 8px;border:1px solid currentColor;border-color:rgba(0,0,0,.2);border-radius:3px;font-size:12px;min-width:80px}.gsheet-table-filter-input:focus{outline:none;border-color:currentColor;box-shadow:0 0 0 1px rgba(0,0,0,.1)}.gsheet-table-filter-clear{padding:2px 6px;background:inherit;color:inherit;border:1px solid currentColor;border-color:inherit;border-radius:3px;cursor:pointer;font-size:12px;line-height:1;min-width:20px}.gsheet-table-filter-clear:hover{opacity:.8}.gsheet-table-loading,.gsheet-table-error,.gsheet-table-no-data{padding:20px;text-align:center;color:#666}.gsheet-table-error{color:#dc3232}.gsheet-table th:hover{background:#f0f0f0}.gsheet-table th.sortable:after{content:' ↕';opacity:.5;font-size:12px}.gsheet-table th.sort-asc:after{content:' ↑';opacity:1}.gsheet-table th.sort-desc:after{content:' ↓';opacity:1}.gsheet-table td{padding:10px 12px;border-bottom:1px solid currentColor;border-color:rgba(0,0,0,.1)}.gsheet-table tbody tr:last-child td{padding-bottom:10px !important;margin-bottom:0 !important}.gsheet-table-wrapper:after{content:'';display:none}.gsheet-table-container+p:empty,.gsheet-table-container+p:only-child:empty,.gsheet-table-wrapper+p:empty,.gsheet-table-wrapper+p:only-child:empty{display:none !important;margin:0 !important;padding:0 !important;height:0 !important;line-height:0 !important}.gsheet-table-container{display:block;clear:both}.gsheet-table-container~p:empty,.gsheet-table-container~br{display:none !important}.gsheet-table tbody tr:hover{background:rgba(0,0,0,.02)}.gsheet-table-custom-style .gsheet-table thead{background:0 0}.gsheet-table-custom-style.gsheet-table-border-horizontal th,.gsheet-table-custom-style.gsheet-table-border-horizontal td{border-left:none !important;border-right:none !important;border-top:none !important}.gsheet-table-custom-style.gsheet-table-border-vertical th,.gsheet-table-custom-style.gsheet-table-border-vertical td{border-top:none !important;border-bottom:none !important}.gsheet-table-custom-style.gsheet-table-border-none th,.gsheet-table-custom-style.gsheet-table-border-none td{border:none !important}.gsheet-table-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:15px;margin-bottom:0;padding:10px;background:#f5f5f5;border-radius:4px}.gsheet-table-info-text{font-size:14px;color:#666}.gsheet-table-pagination-controls{display:flex;align-items:center;gap:10px}.gsheet-table-pagination-controls button{padding:6px 12px;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px}.gsheet-table-pagination-controls button:hover:not(:disabled){background:#f0f0f0}.gsheet-table-pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.gsheet-table-page-numbers{display:flex;gap:5px}.gsheet-table-page-numbers button{padding:6px 10px;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;min-width:35px}.gsheet-table-page-numbers button.active{background:currentColor;color:inherit;border-color:currentColor;opacity:.2;font-weight:700}.gsheet-table-page-size select{padding:6px 10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.gsheet-table-header-sortable{position:relative;user-select:none}.gsheet-table-header-sortable:hover{background-color:#f0f0f0}.gsheet-table-header-text{margin-right:5px}.gsheet-table-sort-icon{font-size:.9em;color:#666;opacity:.6}.gsheet-table-header-sortable:hover .gsheet-table-sort-icon{opacity:1}.gsheet-table-sort-icon.sort-asc,.gsheet-table-sort-icon.sort-desc{color:currentColor;opacity:1;font-weight:700}@media (max-width:768px){.gsheet-table-toolbar{flex-direction:column;gap:10px}.gsheet-table-search{max-width:100%}.gsheet-table-pagination{flex-direction:column;gap:10px}}