#tune-header h1 {
    margin-bottom: 4px;
}

#tune-meta {
    color: var(--muted-text-color);
    margin-bottom: var(--panel-margin);
}

#tune-notation {
    overflow-x: auto;
}

#tune-notation svg {
    max-width: 100%;
}

#tune-downloads {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: var(--panel-margin);
}

#tune-abc-source {
    width: 100%;
    min-height: 200px;
    font-family: var(--font-mono);
    font-size: 0.9rem;
    border: var(--nice-border);
    border-radius: 4px;
    padding: 10px;
    background: var(--white-background);
    color: var(--text-color);
    resize: vertical;
}

@media print {
    #mst-frame, #mst-footer, #tune-downloads, #tune-audio,
    #edit-link, #tune-source-section {
        display: none;
    }

    #tune-notation {
        border: none;
        box-shadow: none;
    }
}
