.license-lookup-container { max-width: 400px; margin: 20px auto; padding: 20px; border: 1px solid #eee; background: #fafafa; border-radius: 8px; }
#license-lookup-input { width: 70%; padding: 8px; margin-right: 8px; border-radius: 4px; border: 1px solid #ccc; }
#license-lookup-btn { padding: 8px 16px; border-radius: 4px; background: #0073aa; color: #fff; border: none; cursor: pointer; }
#license-lookup-btn:hover { background: #005177; }
#license-lookup-result { margin-top: 16px; }
.license-details { background: #fff; border-radius: 6px; padding: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.license-profile-img { display: block; margin-bottom: 10px; }
.license-error { color: #c00; font-weight: bold; }
