/* ========================== *
 * ## Map Options Ordering ##
 * ========================== */

/* type */
.map-controls #mo_map #mo_section_type .__contrast\:osm { order: 5; }
.map-controls #mo_map #mo_section_type .__dark { order: 6; }
.map-controls #mo_map #mo_section_type .__hybrid { order: 3; }
.map-controls #mo_map #mo_section_type .__none { order: 7; }
.map-controls #mo_map #mo_section_type .__osm { order: 1; }
.map-controls #mo_map #mo_section_type .__satellite { order: 2; }
.map-controls #mo_map #mo_section_type .__simple { order: 0; }
.map-controls #mo_map #mo_section_type .__terrain { order: 4; }


/* ======================= *
 * ## Track Point Layer ##
 * ======================= */

.track-point-label .label-row.callsign {
    display: flex;
    flex-direction: row;
    gap: 5px;
}