/* 
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

 html,
 body {
     margin: 0;
     font-family: Arial, sans-serif;
     background: #ffffff;
     color: #222222;
 }

#app {
    padding: 16px;
}

h2 {
    margin-top: 0;
    margin-bottom: 8px;
}

.description {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 16px;
}

.status {
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #f7f7f7;
    font-size: 13px;
}

button {
    padding: 8px 12px;
    border: 1px solid #888888;
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
}

button:hover {
    background: #f2f2f2;
}

.results {
    margin-top: 18px;
}

.reference-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reference-card {
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 8px;
}

.reference-number {
    font-size: 16px;
    font-weight: bold;
}

.reference-source {
    margin-top: 4px;
    font-size: 12px;
    color: #555555;
}

.empty-result {
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 10px;
    font-size: 13px;
    color: #555555;
}