.mst-lookup-container {
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.mst-search-box {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.mst-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.mst-button {
    padding: 5px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.mst-button:hover {
    background-color: #005177;
}

.mst-loading {
    text-align: center;
    color: #666;
    margin: 20px 0;
    font-style: italic;
}

.mst-info-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.mst-company-name {
    margin-top: 0;
    margin-bottom: 20px;
    color: #23282d;
    font-size: 1.25em;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
    display: inline-block;
}

.mst-table {
    width: 100%;
    border-collapse: collapse;
}

.mst-table th {
    text-align: left;
    padding: 8px 10px;
    width: 140px;
    vertical-align: top;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
}

.mst-table td {
    padding: 8px 10px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.mst-table tr:last-child th,
.mst-table tr:last-child td {
    border-bottom: none;
}

.mst-status {
    display: inline-block;
    padding: 4px 8px;
    background-color: #e5f5fa;
    color: #0073aa;
    border-radius: 4px;
    font-size: 0.9em;
}

.mst-error {
    background-color: #fbeaea;
    color: #d63638;
    padding: 15px;
    border: 1px solid #ebaeb0;
}

/* Sectors Section */
.mst-sectors {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.mst-section-title {
    margin: 0 0 15px;
    font-size: 1.1em;
    color: #444;
}

.mst-table-scroll {

    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.mst-sectors-table {
    margin: 0;
}

.mst-sectors-table th {
    background: #f9f9f9;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 2px solid #e1e1e1;
}

.mst-sectors-table td,
.mst-sectors-table th {
    padding: 6px 10px;
    font-size: 0.95em;
}

.mst-main-sector td {
    background-color: #f7fcfe;
}

.mst-main-badge {
    display: inline-block;
    background-color: #0073aa;
    color: #fff;
    font-size: 0.75em;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: normal;
    vertical-align: text-bottom;
}