/* Planet Feature Styles for System at War */

/* === PLANET LIST PANEL === */

#planet-list-panel {
    font-size: 0.95em;
}

#planet-list-panel h2 {
    font-size: 1.3em;
    margin-bottom: var(--space-sm);
}

/* === PLANET LIST === */

#planet-list li {
    padding: var(--space-xs) var(--space-xs);
    font-size: var(--font-size-base);
    min-height: 28px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}

/* === PLANET STATS === */

.planet-stats .stat-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.95em;
    color: var(--color-text-secondary);
    margin-bottom: var(--space-xs);
}

.planet-stats .stat-item strong {
    color: var(--color-primary);
    margin-right: var(--space-sm);
}
