.map-heading-setting {
    position: relative;
}

.map-heading-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.map-heading-row input[type="checkbox"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin: 4px 0 0;
    accent-color: #0066cc;
    cursor: pointer;
}

.map-heading-title {
    display: flex;
    align-items: center;
    gap: 4px;
}

.map-heading-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #666;
    cursor: pointer;
}

.map-heading-help:hover,
.map-heading-help:focus-visible {
    background: #f0f0f0;
    color: #333;
}

.map-heading-tooltip {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 26px;
    max-width: 290px;
    width: calc(100% - 26px);
    box-sizing: border-box;
    padding: 12px;
    border-radius: 6px;
    background: #333;
    color: #fff;
    box-shadow: 0 3px 12px #0003;
    font-size: 13px;
    line-height: 1.5;
}

#map-heading-status {
    color: #555;
    margin-bottom: 0;
}
