.shop-map-route-eta {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 520;
    max-width: calc(100% - 24px);
    pointer-events: none;
}

.shop-map-route-eta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1.15rem;
    padding: 0.72rem 1.2rem;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.shop-map-route-eta__item {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    font-size: 18px;
    line-height: 1.2;
    color: #1f2a44;
    white-space: nowrap;
}

.shop-map-route-eta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #345ebf;
}

.shop-map-route-eta__icon svg {
    display: block;
    width: 22px;
    height: 22px;
}

.shop-map-route-eta__time {
    font-weight: 600;
}

.shop-map-route-clear {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 525;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.97);
    color: #345ebf;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.shop-map-route-clear:hover {
    background: #f5f7fc;
}

@media (max-width: 575.98px) {
    .shop-map-route-eta {
        top: 10px;
    }

    .shop-map-route-eta__inner {
        gap: 0.42rem 0.9rem;
        padding: 0.62rem 0.95rem;
    }

    .shop-map-route-eta__item {
        font-size: 15px;
    }

    .shop-map-route-eta__icon svg {
        width: 20px;
        height: 20px;
    }

    .shop-map-route-clear {
        top: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
}

.btn-build-route {
    cursor: pointer;
}

.btn-build-route:disabled {
    opacity: 0.65;
    cursor: wait;
}
