/* =========================
   TABLE STRUCTURE
========================= */
.legs-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.legs-list th,
.legs-list td {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
}

.legs-list th {
    background: #f4f4f4;
    font-weight: bold;
    white-space: nowrap;
}

/* Remove restrictive column widths */
.legs-list th,
.legs-list td {
    width: auto !important;
}

/* =========================
   MAP CONTAINERS
========================= */
.leg-map, .legs-preview-map {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.mini-map {
    width: 120px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

/* =========================
   SEARCH FIELD
========================= */
.legs-search {
    width: 100%;
    max-width: 320px;
    padding: 8px;
    margin-bottom: 12px;
    font-size: 14px;
}

/* =========================
   ACTION BUTTONS
========================= */
.legs-action-btn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #555;
    white-space: nowrap;
}

.legs-action-btn:hover {
    opacity: 0.9;
}

/* =========================
   SUBTITLE
========================= */
.legs-subtitle {
    text-align: center;
    margin-bottom: 15px;
}

/* =========================
   LEAFLET FIXES
========================= */
.leaflet-container {
    width: 100% !important;
    height: 100% !important;
}