.hani-map-base-status {
    position: absolute;
    z-index: 1000;
    right: 12px;
    top: 12px;
    max-width: min(300px, calc(100% - 24px));
    padding: 9px 12px;
    border: 1px solid rgba(93, 55, 24, 0.18);
    border-radius: 10px;
    background: rgba(255, 252, 247, 0.96);
    color: #4d2b19;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.12);
    font: 600 12px/1.4 system-ui, sans-serif;
    pointer-events: none;
}
