.tz-map-wrapper {
    max-width: 760px;
    margin: auto;
    font-family: system-ui, sans-serif;
}

.tz-search input,
.tz-search button {
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    font-size: 16px;
}

.tz-search button {
    background: #2563eb;
    color: #fff;
    border: none;
    cursor: pointer;
}

#tz-map {
    height: 360px;
    margin-bottom: 12px;
}

.tz-results p {
    margin: 6px 0;
}

.tz-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.tz-table th,
.tz-table td {
    padding: 6px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.tz-table tr.good { background: #dcfce7; }
.tz-table tr.ok   { background: #fef3c7; }
.tz-table tr.bad  { background: #fee2e2; }

.tz-table th {
    background: #f8fafc;
    font-weight: 600;
}
