.doc-resolution-search {
    max-width: 600px;
    margin: 1em 0;
    font-family: inherit;
}

.doc-resolution-search-label {
    display: block;
    margin-bottom: 0.4em;
    font-weight: 600;
}

.doc-resolution-search-input {
    width: 100%;
    padding: 0.4em 0.6em;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.doc-resolution-search-results {
    margin-top: 0.8em;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    font-size: 0.95em;
}

.doc-resolution-search-header-row,
.doc-resolution-search-row {
    display: flex;
    padding: 0.3em 0.5em;
    align-items: center;
}

.doc-resolution-search-header-row {
    background: #f5f5f5;
    font-weight: 600;
    border-bottom: 1px solid #e0e0e0;
}

.doc-resolution-search-row:nth-child(odd) {
    background: #fafafa;
}

.doc-resolution-search-row:nth-child(even) {
    background: #ffffff;
}

.doc-resolution-search-col {
    padding: 0.1em 0.3em;
}

.doc-resolution-search-col-name {
    flex: 3;
}

.doc-resolution-search-col-resolution {
    flex: 1.2;
    text-align: right;
    white-space: nowrap;
}

.doc-resolution-search-no-results {
    padding: 0.5em 0.6em;
    font-style: italic;
    color: #666;
}
