.billing-history-skeleton-wrapper,.billing-history-skeleton-wrapper .table-container{width:100%}.billing-history-skeleton-wrapper .table-container table{width:100%;border-collapse:separate;border-spacing:0}.billing-history-skeleton-wrapper .table-container table thead th{text-align:left;padding:12px 16px;border-bottom:1px solid var(--border-color)}.billing-history-skeleton-wrapper .table-container table thead th .skeleton-cell{height:16px;width:60px}.billing-history-skeleton-wrapper .table-container table thead th:last-child{text-align:right}.billing-history-skeleton-wrapper .table-container table thead th:last-child .skeleton-cell{margin-left:auto}.billing-history-skeleton-wrapper .table-container table tbody tr td{padding:16px;border-bottom:1px solid var(--border-light-color,#333)}.billing-history-skeleton-wrapper .table-container table tbody tr td .skeleton-cell{height:20px;width:100px}.billing-history-skeleton-wrapper .table-container table tbody tr td:last-child{text-align:right}.billing-history-skeleton-wrapper .table-container table tbody tr td:last-child .skeleton-cell{margin-left:auto;width:32px;height:32px;border-radius:12px}.billing-history-skeleton-wrapper .mobile-skeleton-container .skeleton-card{padding:16px;border-radius:12px;border:1px solid var(--border-color);background:var(--surface-light-color,#1e1e1e);margin-bottom:12px}.billing-history-skeleton-wrapper .mobile-skeleton-container .skeleton-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.billing-history-skeleton-wrapper .mobile-skeleton-container .skeleton-card .card-header .skeleton-cell.amount{width:80px;height:18px}.billing-history-skeleton-wrapper .mobile-skeleton-container .skeleton-card .card-header .skeleton-cell.date{width:120px;height:14px;margin-top:4px}.billing-history-skeleton-wrapper .mobile-skeleton-container .skeleton-card .card-header .skeleton-cell.status{width:60px;height:22px;border-radius:9999px}.billing-history-skeleton-wrapper .mobile-skeleton-container .skeleton-card .card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px 0;border-top:1px solid var(--border-light-color,#333);border-bottom:1px solid var(--border-light-color,#333);margin-bottom:8px}.billing-history-skeleton-wrapper .mobile-skeleton-container .skeleton-card .card-grid .grid-item{display:flex;flex-direction:column;gap:4px}.billing-history-skeleton-wrapper .mobile-skeleton-container .skeleton-card .card-grid .grid-item .label{width:40px;height:10px}.billing-history-skeleton-wrapper .mobile-skeleton-container .skeleton-card .card-grid .grid-item .value{width:70px;height:14px}.billing-history-skeleton-wrapper .mobile-skeleton-container .skeleton-card .skeleton-cell.button{width:100%;height:36px;border-radius:12px}.skeleton-cell{background-color:var(--skeleton-bg-color,#262626);border-radius:4px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{background-color:var(--skeleton-bg-color,#262626)}50%{background-color:var(--skeleton-pulse-color,#333)}to{background-color:var(--skeleton-bg-color,#262626)}}