#inventory .content-container{box-sizing:border-box;width:50rem;max-width:100%;margin-bottom:5rem;display:flex;flex-direction:column}#inventory .content-container>.button{margin-top:1rem;align-self:center}#inventory .content-container>p{margin-bottom:1rem}.inventory-search{display:flex;flex-direction:column;gap:.5rem}.audience-segments-table{height:24rem;max-height:24rem;border:2px solid var(--border);border-radius:8px;overflow:auto}.audience-segments-table table{width:100%;border:none;border-collapse:collapse}.audience-segments-table table thead{position:-webkit-sticky;position:sticky;top:0;z-index:100}.audience-segments-table table tr{border:none;border-bottom:2px solid var(--border);background-color:var(--background)}.audience-segments-table table thead tr{font-weight:700}.audience-segments-table table tbody tr:last-child{border:none}.audience-segments-table table tbody tr:nth-child(2n){filter:brightness(.975)}.audience-segments-table table tbody tr:hover{filter:brightness(.95)}.audience-segments-table table tbody tr td,.audience-segments-table table thead tr th{padding:.5rem}.audience-segments-table table tbody tr td:first-child,.audience-segments-table table thead tr th:first-child{width:100%;max-width:20rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.audience-segments-table table tbody tr td:nth-child(n+2),.audience-segments-table table thead tr th:nth-child(n+2){max-width:100%;white-space:nowrap;text-align:right}.audience-segments-table table tbody tr td:nth-child(4){padding:auto .75rem;text-align:center}.audience-segments-table table tbody tr td button{height:1.5rem;aspect-ratio:1;padding:0;border-radius:.5rem;background-color:var(--background)}.audience-segments-table table tbody tr td button img{height:100%;width:auto}.content-value--text-line-skeleton{height:1.375rem;max-width:100%;border-radius:.5rem}.chart-container{width:100%;overflow:auto clip}.chart-container__chart{height:30rem;min-height:30rem;width:100%;min-width:30rem}.chart-container__chart--skeleton{display:flex;justify-content:center;align-items:center}.tool-tip{padding:1rem;border-radius:1rem;background-color:var(--background)}