.map-wrapper {
    position: relative;
    width: 100%;
    height: 400px; /* حالت عادی */
}

#mapbox-container {
    width: 100%;
    height: 100%;
}

#map-fullscreen-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

/* حالت فول اسکرین */
.map-wrapper.fullscreen {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #fff;
}
