.osm-public-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e7e7e7;
}

.osm-public-table thead {
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
}

.osm-public-table th {
    text-align: left;
    padding: 12px;
    font-weight: 600;
}

.osm-public-table td {
    padding: 12px;
}

.osm-public-table tr:nth-child(even) {
    background-color: #fbfbfb;
}

.osm-public-table a {
    color: #007bff;
    text-decoration: none;
}

.osm-public-table a:hover {
    text-decoration: underline;
}

.osm-error-card {
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: #fbfbfb;
    text-align: center;
}

.osm-error-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* Patrol Points Styles */
.osm-patrol-points {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.osm-patrol-card {
    flex: 1 1 300px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fbfbfb;
}

.osm-patrol-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e7e7e7;
}

.osm-patrol-header h3.osm-patrol-name {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
}

.osm-patrol-section {
    font-size: 12px;
    color: #666;
    background-color: #eee;
    padding: 2px 8px;
    border-radius: 3px;
}

.osm-patrol-points-badge {
    font-size: 13px;
    font-weight: 600;
    color: #007bff;
    background-color: #e8f4fd;
    padding: 2px 10px;
    border-radius: 12px;
    white-space: nowrap;
}

.osm-patrol-card .osm-public-table {
    border: none;
    border-radius: 0;
}

.osm-patrol-card .osm-public-table thead {
    border-left: none;
    border-right: none;
}