|
/* retoor <retoor@molodetz.nl> */
|
|
|
|
.ai-usage-controls {
|
|
display: flex;
|
|
gap: var(--space-lg);
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.ai-usage-controls label {
|
|
font-size: 0.8125rem;
|
|
color: var(--text-secondary);
|
|
}
|
|
|
|
.ai-usage-generated {
|
|
margin-left: auto;
|
|
font-size: 0.75rem;
|
|
color: var(--text-secondary);
|
|
}
|
|
|
|
.ai-usage-section {
|
|
margin: var(--space-xl) 0;
|
|
}
|
|
|
|
.ai-usage-section h3 {
|
|
margin: 0 0 var(--space-base);
|
|
font-size: 0.9375rem;
|
|
color: var(--text-primary);
|
|
}
|
|
|
|
.ai-usage-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
|
|
gap: var(--space-md);
|
|
}
|
|
|
|
.ai-usage .ai-divided {
|
|
display: none;
|
|
}
|
|
|
|
.ai-usage.show-divided .ai-divided {
|
|
display: block;
|
|
}
|
|
|
|
.pset-table td:first-child,
|
|
.pset-table th:first-child {
|
|
font-weight: 600;
|
|
}
|