.design-widget-map-height-group {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .design-widget-map-input-small {
        width: 80px;
        flex-shrink: 0;
    }

    .design-widget-map-px-label {
        color: #999;
        flex-shrink: 0;
    }

    .design-widget-map-label-inline {
        margin: 0;
        font-weight: normal;
        color: #333;
        flex-shrink: 0;
    }
    .design-widget-map-form-container {
        background-color: white;
        padding: 30px;
        border-radius: 4px;
        margin: 0 auto;
    }

    .design-widget-map-btn-search {
        background-color: #ff6b35;
        color: white;
        border: none;
        padding: 8px 20px;
        border-radius: 4px;
    }
    .design-widget-map-btn-search:hover {
        background-color: #e55a2b;
        color: white;
    }
    .design-widget-map-btn-default-tab {
        background-color: white;
        border: 1px solid #ddd;
        color: #666;
        padding: 8px 20px;
        margin-right: 5px;
        border-radius: 4px;
    }
    .design-widget-map-form-row {
        margin-bottom: 15px;
    }
    .design-widget-map-label-col {
        padding-top: 7px;
        font-weight: normal;
        color: #333;
    }
    .design-widget-map-px-label {
        padding-top: 7px;
        padding-left: 5px;
        color: #999;
    }
    .design-widget-map-help-text {
        color: #999;
        font-size: 12px;
        margin-left: 10px;
    }
    .design-widget-map-phone-group {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .design-widget-map-phone-group select,
    .design-widget-map-phone-group input {
        flex: 1;
    }
    .design-widget-map-phone-separator {
        color: #999;
    }

    .design-widget-map-jibun-btn {
        display: inline-block;
        background-color: #999;
        color: white;
        font-size: 12px;
        padding: 2px 8px;
        border-radius: 2px;
        border: none;
        cursor: pointer;
        font-weight: normal;
        line-height: 1.4;
        width : 48px;
    }

    .design-widget-map-jibun-btn:hover {
        background-color: #888;
    }

    .design-widget-map-doromyeong-btn {
        display: inline-block;
        background-color: #ff9999;
        color: white;
        font-size: 12px;
        padding: 2px 8px;
        border-radius: 2px;
        border: none;
        cursor: pointer;
        font-weight: normal;
        line-height: 1.4;
        margin-top: 5px;
        width : 48px;
    }

    .design-widget-map-doromyeong-btn:hover {
        background-color: #ff8888;
    }

    .design-widget-map-input-small {
        max-width: 80px;
    }

    .design-widget-map-px-label {
        padding-top: 7px;
        padding-left: 5px;
        padding-right: 5px;
        color: #999;
        width: auto;
        flex: 0 0 auto;
    }

    .vw-popup {
        left : -160px;
    }

    .vw-popup::before {
        left : 160px;
    }

    .vw-popup::after {
        left : 160px;
    }

    #areaInfoWrap {
        width: 320px !important;
    }

    #areaInfoWrap hr {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    #areaInfoWrap * {
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important;
    }

    #vw-zoombar .ol-zoom-up,
    #vw-zoombar .ol-zoom-left,
    #vw-zoombar .ol-zoom-center,
    #vw-zoombar .ol-zoom-bottom,
    #vw-zoombar .ol-zoom-right,
    #vw-zoombar .ol-zoom-init,
    .vw-logo,
    .vw-control,
    .vw-notice {
        display: none !important;
    }

    .design-widget-map-tab-container {
        display: flex;
        margin: 2%;
        margin-bottom: 0;
        gap: 0;
    }

    .design-widget-map-tab-btn {
        flex: 1;
        padding: 12px 20px;
        background-color: #f5f5f5;
        border: none;
        border-bottom: 2px solid #ddd;
        color: #666;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s;
    }

    .design-widget-map-tab-btn.active {
        background-color: #ff6b35;
        color: white;
        border-bottom-color: #ff6b35;
    }

    .design-widget-map-tab-btn:hover:not(.active) {
        background-color: #e8e8e8;
    }