body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.toolbar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

#selectionOutput {
    margin-bottom: 12px;
    font-weight: bold;
}

.plate-host {
    border: 1px solid #d0d7de;
    background: #f8fafc;
    overflow: auto;
    padding: 8px;
}

.plate-host svg {
    max-width: 100%;
    height: auto;
}
