.abf-widget {
    max-width: 520px;
    margin: 1.5em 0;
    font-family: inherit;
}

.abf-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5em;
    font-size: 1rem;
}

.abf-input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease;
}

.abf-input:focus {
    border-color: #2271b1;
}

.abf-results {
    margin-top: 12px;
}

.abf-results.abf-has-results {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.abf-result-item {
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

.abf-result-item:last-child {
    border-bottom: none;
}

.abf-result-abbr {
    font-weight: 700;
    font-size: 1.05rem;
    color: #2271b1;
    letter-spacing: 0.3px;
}

.abf-result-full {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 2px;
}

.abf-result-cat {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #555;
    background: #eee;
    padding: 2px 8px;
    border-radius: 4px;
}

.abf-result-desc {
    margin-top: 6px;
    font-size: 0.92rem;
    color: #444;
    line-height: 1.4;
}

.abf-no-result,
.abf-loading {
    padding: 12px 16px;
    color: #666;
    font-style: italic;
    font-size: 0.95rem;
}
