.info-panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-header {
    text-decoration: underline;
}

.info-row {
    display: flex;
    justify-content: space-between;
}

.label {
    font-weight: bold;
    margin-right: 4px;
}